-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 936 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,
"author": "杨 贺 <[email protected]>",
"scripts": {
"build": "cross-env NODE_ENV=production max build",
"dev": "cross-env NODE_ENV=development max dev",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"prepare": "husky install",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-components": "^2.0.1",
"@umijs/max": "^4.0.53",
"antd": "^5.0.0",
"cross-env": "^7.0.3",
"react-resize-observer": "^1.1.1",
"react-viewer": "^3.2.2",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-organize-imports": "^2",
"prettier-plugin-packagejson": "^2",
"typescript": "^4.1.2"
}
}