-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 984 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 984 Bytes
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
{
"name": "ad-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"ace-builds": "^1.3.1",
"antd": "^5.10.2",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"next": "13.5.6",
"qs": "^6.11.2",
"react": "^18",
"react-ace": "^6.3.2",
"react-dom": "^18",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/lodash": "^4.14.201",
"@types/md5": "^2.3.5",
"@types/node": "^20",
"@types/qs": "^6.9.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5"
}
}