28 lines
770 B
JSON
28 lines
770 B
JSON
|
|
{
|
||
|
|
"name": "muyu-portal",
|
||
|
|
"private": true,
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "Muyu WMS Frontend Portal",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "max dev",
|
||
|
|
"build": "max build",
|
||
|
|
"postinstall": "max setup",
|
||
|
|
"lint": "max lint",
|
||
|
|
"format": "prettier --write ."
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@ant-design/icons": "^5.6.1",
|
||
|
|
"@ant-design/pro-components": "^2.8.7",
|
||
|
|
"@umijs/max": "^4.4.8",
|
||
|
|
"antd": "^5.24.2",
|
||
|
|
"axios": "^1.8.4"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^18.3.18",
|
||
|
|
"@types/react-dom": "^18.3.5",
|
||
|
|
"prettier": "^3.5.3",
|
||
|
|
"typescript": "^5.7.3"
|
||
|
|
},
|
||
|
|
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
|
||
|
|
}
|