-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "ColytDes",
"private": true,
"author": "ruby",
"version": "1.0.0",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"@formily/antd": "^2.2.12",
"@formily/core": "^2.2.12",
"@formily/react": "^2.2.12",
"@formily/reactive": "^2.2.12",
"@formily/reactive-react": "^2.2.12",
"ahooks": "^3.7.2",
"antd": "^4.22.8",
"axios": "^1.1.3",
"color": "^4.2.3",
"licia": "^1.37.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"sass": "^1.56.1",
"umi": "^4.0.30"
},
"devDependencies": {
"@ricons/antd": "^0.12.0",
"@ricons/carbon": "^0.12.0",
"@ricons/fa": "^0.12.0",
"@ricons/fluent": "^0.12.0",
"@ricons/ionicons4": "^0.12.0",
"@ricons/ionicons5": "^0.12.0",
"@ricons/material": "^0.12.0",
"@ricons/tabler": "^0.12.0",
"@ricons/utils": "^0.1.6",
"@types/axios": "^0.14.0",
"@types/color": "^3.0.3",
"@types/lodash": "^4.14.188",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"typescript": "^4.1.2"
}
}