refactor: 移除废弃的AGI策略演进服务 fix: 修正磁盘I/O指标字段命名 chore: 更新项目依赖版本 test: 添加前后端集成测试用例 docs: 更新AI模块接口文档 style: 统一审计日志字段命名规范 perf: 优化Redis订阅连接错误处理 build: 配置多项目工作区结构 ci: 添加Vite开发服务器CORS支持
30 lines
632 B
JSON
30 lines
632 B
JSON
{
|
|
"name": "dashboard",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "umi dev",
|
|
"build": "umi build",
|
|
"postinstall": "umi setup",
|
|
"setup": "umi setup",
|
|
"start": "npm run dev"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.2.6",
|
|
"@antv/g6": "^5.0.51",
|
|
"@antv/l7": "^2.25.2",
|
|
"@antv/l7-react": "^2.4.3",
|
|
"antd": "^5.12.2",
|
|
"axios": "^1.13.6",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"recharts": "^3.8.0",
|
|
"umi": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.0",
|
|
"@types/react-dom": "^18.2.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|