-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.68 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "ant-design-pro",
"version": "6.0.0",
"private": true,
"description": "An out-of-box UI solution for enterprise applications",
"scripts": {
"analyze": "cross-env ANALYZE=1 max build",
"start": "cross-env PORT=8848 max dev",
"build": "max build",
"i18n-remove": "pro i18n-remove --locale=zh-CN --write",
"postinstall": "max setup",
"lint-staged": "lint-staged",
"prettier": "prettier -c --write \"**/**.{js,jsx,tsx,ts,less,md,json}\""
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": "yarn lint-staged:js",
"**/*.{js,jsx,tsx,ts,less,md,json}": [
"prettier --write"
]
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@ant-design/pro-components": "2.7.15",
"@umijs/route-utils": "^4.0.1",
"antd": "^5.20.5",
"antd-style": "^3.6.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"omit.js": "^2.0.2",
"rc-menu": "9.15.1",
"rc-util": "^5.43.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5"
},
"devDependencies": {
"@babel/eslint-plugin": "^7.25.1",
"@types/classnames": "^2.3.1",
"@types/express": "^4.17.21",
"@types/history": "^5.0.0",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@umijs/fabric": "^4.0.1",
"@umijs/lint": "^4.3.19",
"@umijs/max": "^4.3.19",
"cross-env": "^7.0.3",
"express": "^4.19.2",
"husky": "^9.1.5",
"lint-staged": "^15.2.10",
"mockjs": "^1.1.0",
"prettier": "^3.3.3",
"react-dev-inspector": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"umi-presets-pro": "^2.0.3"
},
"packageManager": "[email protected]"
}