Files
xueyefenxi-web/package.json
wangbin d2bd0a60a4
Some checks failed
huaian-screen / build (push) Has been cancelled
first commit
2025-10-27 23:54:39 +08:00

32 lines
768 B
JSON

{
"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"
}
}