-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.31 KB
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
{
"name": "react",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "node server.js",
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup"
},
"dependencies": {
"@ant-design/pro-components": "^2.7.9",
"@antv/layout": "0.3.25",
"@antv/x6": "^2.18.1",
"@projectstorm/react-diagrams": "^7.0.4",
"@types/lodash": "^4.17.12",
"ace-builds": "^1.36.2",
"antd": "^5.18.0",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"file-loader": "^6.2.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-ace": "^12.0.0",
"react-dom": "^18.2.0",
"react-json-view": "^1.21.3",
"react-router-dom": "^6.23.1",
"sql-formatter": "^15.4.5",
"umi": "^4.3.27",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.14.0",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"cookie-parser": "^1.4.6",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"less": "^4.2.0",
"typescript": "^5.2.2"
}
}