You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xgd_system/package.json

27 lines
569 B

{
"private": true,
"author": "鲁誉程 <2659568239@qq.com>",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"antd": "^5.11.2",
"body-parser": "^1.20.2",
"dayjs": "^1.11.10",
"dva": "^2.4.1",
"express": "^4.18.2",
"moment": "^2.29.4",
"umi": "^4.0.88"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"typescript": "^5.0.3"
}
}