feat(custom): update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-17 18:29:26 +08:00
parent c233ad8f5a
commit ca4ec000f6
5 changed files with 2253 additions and 1295 deletions

View File

@@ -33,49 +33,51 @@
},
"dependencies": {
"@unocss/eslint-config": "^0.55.7",
"@vueuse/core": "^10.6.1",
"@vueuse/core": "^10.11.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"echarts": "^5.5.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"md-editor-v3": "^4.9.0",
"md-editor-v3": "^4.17.3",
"mockjs": "^1.1.0",
"pinia": "^2.1.7",
"vite": "^4.5.0",
"vite": "^4.5.3",
"vue": "3.3.4",
"vue-echarts": "^6.6.1",
"vue-router": "^4.2.5",
"vue-echarts": "^6.7.3",
"vue-router": "^4.4.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@iconify/json": "^2.2.150",
"@iconify/vue": "^4.1.1",
"@iconify/json": "^2.2.228",
"@iconify/vue": "^4.1.2",
"@unocss/preset-rem-to-px": "^0.55.7",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/compiler-sfc": "^3.3.9",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/compiler-sfc": "^3.4.32",
"@zclzone/eslint-config": "^0.0.4",
"chalk": "^5.3.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"dotenv": "^16.3.1",
"cz-customizable": "^7.1.0",
"dotenv": "^16.4.5",
"esno": "^0.17.0",
"fs-extra": "^11.2.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"naive-ui": "^2.35.0",
"rollup-plugin-visualizer": "^5.9.3",
"sass": "^1.69.5",
"naive-ui": "^2.39.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"unocss": "0.55.0",
"unplugin-auto-import": "^0.16.7",
"unplugin-icons": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-html": "^3.2.2",
"vite-plugin-mock": "^2.9.8",
"vite-plugin-svg-icons": "^2.0.1"
},