2023-02-15 13:07:17 +08:00
|
|
|
{
|
2023-02-28 09:30:02 +08:00
|
|
|
"name": "task_schedule",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
2023-03-02 16:59:48 +08:00
|
|
|
"type": "module",
|
2023-02-28 09:30:02 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-27 17:54:35 +08:00
|
|
|
"@element-plus/icons-vue": "^2.1.0",
|
2023-07-24 00:36:35 +08:00
|
|
|
"echarts": "^5.4.3",
|
2023-09-18 18:32:21 +08:00
|
|
|
"element-plus": "^2.3.14",
|
2023-09-14 00:42:03 +08:00
|
|
|
"mitt": "^3.0.1",
|
2023-02-28 09:30:02 +08:00
|
|
|
"moment": "^2.29.4",
|
2023-06-12 09:43:34 +08:00
|
|
|
"sass-loader": "^13.3.2",
|
2023-05-18 18:22:05 +08:00
|
|
|
"vue": "^3.3.4",
|
2023-09-22 19:22:04 +08:00
|
|
|
"vue-router": "^4.2.5",
|
2023-02-28 09:30:02 +08:00
|
|
|
"vuex": "^4.1.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-05 00:41:39 +08:00
|
|
|
"@babel/eslint-parser": "^7.22.15",
|
2023-09-18 18:32:21 +08:00
|
|
|
"@rushstack/eslint-patch": "^1.4.0",
|
2023-09-21 16:56:34 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
2023-08-30 20:15:31 +08:00
|
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
2023-02-28 09:30:02 +08:00
|
|
|
"@vue/cli-plugin-eslint": "^5.0.8",
|
2023-09-18 18:32:21 +08:00
|
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
|
|
"axios": "^1.5.0",
|
|
|
|
"babel": "^6.23.0",
|
2023-02-28 09:30:02 +08:00
|
|
|
"eslint-config-recommended": "^4.1.0",
|
2023-09-24 01:17:54 +08:00
|
|
|
"eslint-config-standard-with-typescript": "^39.1.0",
|
2023-08-25 20:47:36 +08:00
|
|
|
"eslint-plugin-vue": "^9.17.0",
|
2023-05-29 00:15:18 +08:00
|
|
|
"node-sass": "^9.0.0",
|
2023-09-21 16:56:34 +08:00
|
|
|
"sass": "^1.68.0",
|
2023-05-29 00:15:18 +08:00
|
|
|
"style-loader": "^3.3.3",
|
2023-09-18 18:32:21 +08:00
|
|
|
"ts-node": "^10.9.1",
|
2023-06-12 09:43:34 +08:00
|
|
|
"vue-eslint-parser": "^9.3.1"
|
2023-02-28 09:30:02 +08:00
|
|
|
}
|
2023-02-15 13:07:17 +08:00
|
|
|
}
|