2026-02-28 15:29:12 +08:00
|
|
|
{
|
|
|
|
|
"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",
|
2026-06-15 19:47:45 +09:00
|
|
|
"format": "prettier --write .",
|
|
|
|
|
"test": "vitest run",
|
|
|
|
|
"test:watch": "vitest"
|
2026-02-28 15:29:12 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@ant-design/icons": "^5.6.1",
|
|
|
|
|
"@ant-design/pro-components": "^2.8.7",
|
|
|
|
|
"@umijs/max": "^4.4.8",
|
|
|
|
|
"antd": "^5.24.2",
|
2026-06-15 19:47:45 +09:00
|
|
|
"axios": "^1.8.4",
|
|
|
|
|
"react": "18.3.1",
|
|
|
|
|
"react-dom": "18.3.1"
|
2026-02-28 15:29:12 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-15 19:47:45 +09:00
|
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
|
|
|
"@testing-library/react": "^16.3.2",
|
|
|
|
|
"@testing-library/user-event": "^14.6.1",
|
2026-02-28 15:29:12 +08:00
|
|
|
"@types/react": "^18.3.18",
|
|
|
|
|
"@types/react-dom": "^18.3.5",
|
2026-06-15 19:47:45 +09:00
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
|
|
|
"jsdom": "^25.0.1",
|
2026-02-28 15:29:12 +08:00
|
|
|
"prettier": "^3.5.3",
|
2026-06-15 19:47:45 +09:00
|
|
|
"typescript": "^5.7.3",
|
|
|
|
|
"vitest": "^2.1.9"
|
2026-02-28 15:29:12 +08:00
|
|
|
},
|
|
|
|
|
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
|
|
|
|
|
}
|