2023-02-15 05:07:17 +00:00
|
|
|
{
|
2023-09-28 11:19:06 +00: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 07:46:34 +00:00
|
|
|
"@element-plus/icons-vue": "^2.3.1",
|
2024-01-29 11:31:29 +00:00
|
|
|
"axios": "^1.6.7",
|
2023-09-28 11:19:06 +00:00
|
|
|
"echarts": "^5.4.3",
|
2024-01-25 03:01:27 +00:00
|
|
|
"element-plus": "^2.5.3",
|
2023-09-28 11:19:06 +00:00
|
|
|
"mitt": "^3.0.1",
|
2023-12-29 11:24:25 +00:00
|
|
|
"moment": "^2.30.1",
|
2024-01-21 11:01:40 +00:00
|
|
|
"vue": "^3.4.15",
|
2023-09-28 11:19:06 +00:00
|
|
|
"vue-router": "^4.2.5",
|
|
|
|
"vuex": "^4.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-10 10:24:10 +00:00
|
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
2024-01-25 03:01:27 +00:00
|
|
|
"eslint-config-recommended": "^4.1.0",
|
|
|
|
"eslint-config-standard-with-typescript": "^43.0.1",
|
2024-01-29 11:31:29 +00:00
|
|
|
"eslint-plugin-vue": "^9.20.1"
|
2023-09-28 11:19:06 +00:00
|
|
|
}
|
2023-02-15 05:07:17 +00:00
|
|
|
}
|