-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.89 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ssshojaei.github.io",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "export NODE_ENV=production && npm run build && touch ./out/.nojekyll && gh-pages -d out -t true"
},
"homepage": "https://github.com/ssshojaei/ssshojaei.github.io",
"dependencies": {
"@headlessui/react": "^2.1.9",
"@heroicons/react": "^2.0.13",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/font": "14.2.14",
"@next/mdx": "^14.2.15",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/mdx": "^2.0.13",
"classnames": "^2.3.2",
"disqus-react": "^1.1.5",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"framer-motion": "^11.11.8",
"gh-pages": "^6.2.0",
"gray-matter": "^4.0.3",
"jalali-moment": "^3.3.11",
"keen-slider": "^6.8.5",
"next": "^14.2.15",
"next-mdx-remote": "^5.0.0",
"next-seo": "^6.6.0",
"next-themes": "^0.3.0",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.42.1",
"react-use-measure": "^2.1.1",
"reading-time-estimator": "^1.8.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"sass": "^1.59.3",
"swiper": "^11.1.14",
"typescript": "5.6.2",
"use-web3forms": "^1.2.1",
"vazirmatn": "^33.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@types/node": "22.7.4",
"@types/nprogress": "^0.2.0",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.13",
"eslint-config-sanity": "^7.1.2",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}