This commit is contained in:
cxc
2022-11-14 16:31:47 +08:00
parent 8422f5312e
commit a11f5c03c8
52 changed files with 4027 additions and 425 deletions

View File

@ -8,11 +8,15 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@infectoone/vue-ganttastic": "^2.1.1",
"@kjgl77/datav-vue3": "^1.3.3",
"@xpyjs/gantt": "^1.0.2",
"axios": "^1.1.3",
"core-js": "^3.8.3",
"dayjs": "^1.11.6",
"dhtmlx-gantt": "^7.1.12",
"echarts": "^5.3.3",
"element-plus": "^2.2.19",
"flv.js": "^1.6.2",
"vue": "^3.2.13",
"vue-router": "^4.1.5"
@ -26,10 +30,12 @@
"autoprefixer": "^10.4.12",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"naive-ui": "^2.33.5",
"postcss": "^8.4.16",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"tailwindcss": "^3.1.8"
"tailwindcss": "^3.1.8",
"unplugin-element-plus": "^0.4.1"
},
"eslintConfig": {
"root": true,