Files
FastapiAdmin/frontend/package.json
T
zhangtao b05c9b035f feat(monitor): 添加任务管理模块
- 在 README 中添加了 Celery 任务管理的说明
- 在系统菜单中添加了任务管理相关菜单项
- 添加了任务管理的路由和权限
- 引入了 croniter 库用于处理 cron 表达式
2025-02-24 03:50:47 +08:00

39 lines
866 B
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@types/node": "^20.11.20",
"ant-design-vue": "^4.2.5",
"axios": "^1.6.7",
"echarts": "^5.5.0",
"highlight.js": "^11.10.0",
"json-viewer-js": "^1.0.8",
"md5": "^2.3.0",
"pinia": "^2.3.0",
"sass": "^1.70.0",
"store": "^2.0.12",
"vue": "^3.3.11",
"vue-cron": "^1.0.9",
"vue-echarts": "^6.6.9",
"vue-request": "^2.0.4",
"vue-router": "^4.2.5",
"vue3-cron-plus": "^0.1.9",
"vuex": "^4.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/md5": "^2.3.5",
"@types/store": "^2.0.5",
"@vitejs/plugin-vue": "^4.5.2",
"vite": "^5.0.8"
}
}