-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 859 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 859 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
{
"name": "umi-max-app",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "max build",
"dev": "max dev",
"devs": "cross-env MOCK=none max dev",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"lint": "max lint",
"lint:fix": "max lint --fix",
"prepare": "husky install",
"setup": "max setup",
"test": "max test"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.4",
"@umijs/max": "^4.6.31",
"antd": "^5.29.1",
"styled-components": "^6.3.11"
},
"devDependencies": {
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"cross-env": "^7.0.3",
"husky": "^8.0.1",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"typescript": "^4.1.2"
},
"engines": {
"install-node": "20"
}
}