-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 804 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 804 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
{
"private": true,
"author": "xujiang <xujiang156@qq.com>",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"build:local": "umi build -- local",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@xyflow/react": "^12.0.4",
"antd": "^5.20.0",
"axios": "^1.7.4",
"classnames": "^2.5.1",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"immutability-helper": "^3.1.1",
"nanoid": "^5.0.7",
"react-sticky-box": "^2.0.5",
"react-use": "^17.5.1",
"umi": "^4.3.11",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"live-server": "^1.2.2",
"typescript": "^5.0.3"
}
}