34 lines
834 B
JSON
34 lines
834 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"author": "guofei <guofeichu@gmail.com>",
|
||
|
"scripts": {
|
||
|
"build": "max build",
|
||
|
"dev": "max dev",
|
||
|
"format": "prettier --cache --write .",
|
||
|
"postinstall": "max setup",
|
||
|
"prepare": "husky",
|
||
|
"setup": "max setup",
|
||
|
"start": "npm run dev"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@ant-design/icons": "^5.0.1",
|
||
|
"@ant-design/pro-components": "^2.7.9",
|
||
|
"@umijs/max": "^4.2.8",
|
||
|
"antd": "^5.18.0",
|
||
|
"antd-style": "^3.6.2",
|
||
|
"axios": "^1.7.2",
|
||
|
"qs": "^6.12.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/qs": "^6.9.15",
|
||
|
"@types/react": "^18.0.33",
|
||
|
"@types/react-dom": "^18.0.11",
|
||
|
"husky": "^9",
|
||
|
"lint-staged": "^13.2.0",
|
||
|
"prettier": "^2.8.7",
|
||
|
"prettier-plugin-organize-imports": "^3.2.2",
|
||
|
"prettier-plugin-packagejson": "^2.4.3",
|
||
|
"typescript": "^5.0.3"
|
||
|
}
|
||
|
}
|