2023-02-15 13:07:17 +08:00
|
|
|
{
|
2023-09-28 19:19:06 +08:00
|
|
|
"name": "task_schedule",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-28 15:46:34 +08:00
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2024-01-29 19:31:29 +08:00
|
|
|
"axios": "^1.6.7",
|
2024-02-28 18:24:06 +08:00
|
|
|
"echarts": "^5.5.0",
|
|
|
|
"element-plus": "^2.5.6",
|
2023-09-28 19:19:06 +08:00
|
|
|
"mitt": "^3.0.1",
|
2023-12-29 19:24:25 +08:00
|
|
|
"moment": "^2.30.1",
|
2025-09-03 15:29:46 +08:00
|
|
|
"task_schedule": "file:",
|
2024-02-28 18:24:06 +08:00
|
|
|
"vue": "^3.4.20",
|
|
|
|
"vue-router": "^4.3.0",
|
2023-09-28 19:19:06 +08:00
|
|
|
"vuex": "^4.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-28 18:24:06 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
2024-01-25 11:01:27 +08:00
|
|
|
"eslint-config-recommended": "^4.1.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^43.0.1",
|
2025-09-03 15:29:46 +08:00
|
|
|
"eslint-plugin-vue": "^9.22.0",
|
|
|
|
"ts-node": "^10.9.2"
|
2023-09-28 19:19:06 +08:00
|
|
|
}
|
2023-02-15 13:07:17 +08:00
|
|
|
}
|