-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.34 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
{
"name": "cdc",
"version": "1.0.0",
"private": true,
"description": "",
"keywords": [],
"homepage": "https://github.com/xg4/cdc#readme",
"bugs": {
"url": "https://github.com/xg4/cdc/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xg4/cdc.git"
},
"license": "MIT",
"author": "xg4 <[email protected]>",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"prepare": "husky install",
"start": "next start"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,json}": [
"prettier --write"
]
},
"dependencies": {
"@ant-design/icons": "5.3.7",
"@ant-design/nextjs-registry": "1.0.0",
"@vercel/analytics": "1.3.1",
"antd": "5.19.2",
"bizcharts": "4.1.23",
"classnames": "2.5.1",
"dayjs": "1.11.11",
"lodash": "4.17.21",
"next": "14.2.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "3.23.8"
},
"devDependencies": {
"@types/lodash": "4.17.7",
"@types/node": "20.14.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"postcss": "8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"tailwindcss": "3.4.6",
"typescript": "5.5.3"
}
}