-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@ant-design/nextjs-registry": "^1.0.0",
"ahooks": "^3.8.0",
"antd": "^5.19.3",
"classnames": "^2.5.1",
"immer": "^10.1.1",
"moment": "^2.30.1",
"next": "14.2.5",
"postcss-increase-specificity": "^0.6.0",
"react": "^18",
"react-dom": "^18",
"react-tracked": "^2.0.0",
"swr": "^2.2.5",
"use-immer": "^0.10.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"commitlint": "^19.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"husky": "^9.1.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}