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