Files
yunrui_asset/frontend/package.json
T
zhang1106 bfb789dfd9 feat(工单系统): 实现完整的工单管理功能
添加工单系统核心功能,包括:
- 工单模型及相关API接口
- 故障分类管理
- 工单操作记录
- 前端工单管理页面
- 统计报表功能
- 测试框架支持

后端新增工单相关路由和模型,前端添加工单管理界面和统计报表
2025-12-25 16:49:00 +08:00

32 lines
746 B
JSON

{
"name": "idc-frontend",
"version": "1.0.0",
"description": "IDC设备管理系统前端",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^6.1.0",
"antd": "^5.8.6",
"axios": "^1.5.0",
"dayjs": "^1.11.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"three": "^0.160.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@vitejs/plugin-react": "^4.0.3",
"jsdom": "^27.3.0",
"vite": "^4.4.9",
"vitest": "^4.0.16"
}
}