-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·61 lines (61 loc) · 1.65 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
{
"name": "nextplate",
"version": "1.5.0",
"description": "Nextjs and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"dev": "next dev",
"build": "next build",
"preview": "next start",
"postbuild": "next-sitemap",
"lint": "next lint",
"format": "prettier -w ./src",
"generate-json": "node scripts/jsonGenerator.js",
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"disqus-react": "^1.1.5",
"fuse.js": "^7.0.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"marked": "^10.0.0",
"next": "14.0.2",
"next-mdx-remote": "^4.4.1",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.11.0",
"react-lite-youtube-embed": "^2.3.52",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.6",
"swiper": "^11.0.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/marked": "^5.0.2",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-config-next": "14.0.2",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"sass": "^1.69.5",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.5",
"typescript": "5.2.2"
}
}