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",
|
2023-09-28 11:19:06 +00:00
|
|
|
"echarts": "^5.4.3",
|
2023-12-15 17:56:48 +00:00
|
|
|
"element-plus": "^2.4.4",
|
2023-09-28 11:19:06 +00:00
|
|
|
"mitt": "^3.0.1",
|
2023-12-29 11:24:25 +00:00
|
|
|
"moment": "^2.30.1",
|
2023-12-26 10:00:14 +00:00
|
|
|
"sass-loader": "^13.3.3",
|
2023-12-29 11:28:29 +00:00
|
|
|
"vue": "^3.4.0",
|
2023-09-28 11:19:06 +00:00
|
|
|
"vue-router": "^4.2.5",
|
|
|
|
"vuex": "^4.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-10 07:53:23 +00:00
|
|
|
"@babel/eslint-parser": "^7.23.3",
|
2023-12-15 10:26:29 +00:00
|
|
|
"@rushstack/eslint-patch": "^1.6.1",
|
2023-12-26 10:00:14 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
2023-09-28 11:19:06 +00:00
|
|
|
"@vue/cli-plugin-eslint": "^5.0.8",
|
|
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
2023-12-29 11:24:25 +00:00
|
|
|
"axios": "^1.6.3",
|
2023-09-28 11:19:06 +00:00
|
|
|
"babel": "^6.23.0",
|
|
|
|
"eslint-config-recommended": "^4.1.0",
|
2023-12-18 10:12:16 +00:00
|
|
|
"eslint-config-standard-with-typescript": "^43.0.0",
|
2023-12-04 08:52:38 +00:00
|
|
|
"eslint-plugin-vue": "^9.19.2",
|
2023-09-28 11:19:06 +00:00
|
|
|
"node-sass": "^9.0.0",
|
2023-12-29 11:24:25 +00:00
|
|
|
"sass": "^1.69.6",
|
2023-09-28 11:19:06 +00:00
|
|
|
"style-loader": "^3.3.3",
|
2023-12-11 05:03:25 +00:00
|
|
|
"ts-node": "^10.9.2",
|
2023-10-11 10:31:27 +00:00
|
|
|
"vue-eslint-parser": "^9.3.2"
|
2023-09-28 11:19:06 +00:00
|
|
|
}
|
2023-02-15 05:07:17 +00:00
|
|
|
}
|