-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.67 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
{
"name": "theme-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clear": "rimraf node_modules"
},
"engines": {
"node": ">=16",
"pnpm": ">=8"
},
"dependencies": {
"@plaiceholder/next": "^3.0.0",
"ahooks": "^3.7.8",
"autoprefixer": "~10.4.15",
"clsx": "^2.0.0",
"dayjs": "^1.11.9",
"hast-util-to-string": "^2.0.0",
"hastscript": "^7.2.0",
"lodash-es": "^4.17.21",
"next": "~13.4.19",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"plaiceholder": "^3.0.0",
"postcss": "~8.4.28",
"prettier": "^2.8.8",
"query-string": "^8.1.0",
"rc-pagination": "^3.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-preset-minify": "^6.0.0",
"rehype-prism-plus": "^1.6.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"tailwindcss": "~3.3.3",
"typescript": "5.1.6",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@aerowang/react-iconfont-cli": "^2.0.5",
"@halo-dev/api-client": "^2.7.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash-es": "^4.17.8",
"@types/node": "~20.5.2",
"@types/react": "~18.2.20",
"@types/react-dom": "~18.2.7",
"@types/url-parse": "^1.4.8",
"@vercel/analytics": "^1.0.1",
"eslint": "~8.47.0",
"eslint-config-next": "~13.4.19",
"eslint-config-prettier": "^8.8.0",
"fs-extra": "^11.1.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"rimraf": "^5.0.1",
"server-only": "^0.0.1"
}
}