first commit
Some checks failed
huaian-screen / build (push) Has been cancelled

This commit is contained in:
wangbin
2025-10-27 23:54:39 +08:00
parent 6e05e87474
commit d2bd0a60a4
209 changed files with 82726 additions and 0 deletions

32
package.json Normal file
View File

@ -0,0 +1,32 @@
{
"private": true,
"author": "赵晨 <chenson918@163.com>",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@ant-design/pro-components": "^2.8.6",
"@umijs/plugins": "^4.4.6",
"ahooks": "^3.8.4",
"antd": "^5.24.3",
"axios": "^1.8.3",
"babel-plugin-dynamic-import-node": "^2.3.3",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"moment": "^2.30.1",
"umi": "^4.4.6",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"typescript": "^5.0.3"
}
}