-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·72 lines (72 loc) · 2.14 KB
/
package.json
File metadata and controls
executable file
·72 lines (72 loc) · 2.14 KB
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
67
68
69
70
71
72
{
"name": "frontchapter-website",
"description": "FrontChapter Community Website | The hub for frontend developers in Iran.",
"version": "2.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/frontChapter/frontchapter.git"
},
"homepage": "https://frontchapter.ir",
"author": "FrontChapter Community <info@frontchapter.ir>",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build",
"postexport": "echo 'frontchapter.ir' > out/CNAME",
"predeploy": "npm run export && touch out/.nojekyll",
"deploy": "gh-pages -d out --dotfiles",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"clsx": "^2.1.1",
"disqus-react": "^1.1.7",
"feather-icons-react": "^0.7.1",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"gsap": "^3.13.0",
"highlight.js": "^11.11.1",
"marked": "^14.1.4",
"next": "^14.2.32",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-gtm-module": "^2.0.11",
"react-icons": "^5.5.0",
"react-lite-youtube-embed": "^2.5.6",
"react-lite-yt-embed": "^1.2.7",
"react-visibility-sensor": "^5.1.1",
"rehype-highlight": "^7.0.2",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"swiper": "^8.4.7"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@types/gsap": "^3.0.0",
"@types/node": "^24.3.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.21",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.2.0",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"gh-pages": "^6.3.0",
"jshint": "^2.13.6",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"react-syntax-highlighter": "^15.6.6",
"sass": "^1.91.0",
"sharp": "^0.33.5",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.2"
}
}