-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 866 Bytes
/
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
{
"private": true,
"scripts": {
"build": "max build",
"dev": "max dev",
"format": "prettier --write .",
"postinstall": "max setup",
"size": "ANALYZE=1 max build",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-components": "^1.1.14",
"@umijs/max": "^4.0.8",
"antd": "^4.21.7",
"form-render": "^1.13.11",
"fr-generator": "^2.7.8",
"lodash": "^4.17.21",
"table-render": "^1.3.6",
"umi-request": "^1.4.0",
"zustand": "4.0.0-rc.1"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"babel-plugin-import": "^1.13.5",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2.3.4",
"prettier-plugin-packagejson": "^2.2.18",
"typescript": "^4.7.4"
}
}