update 优化 删除未使用依赖
This commit is contained in:
parent
83bbac303e
commit
7a335b3438
12
package.json
12
package.json
@ -20,15 +20,12 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@element-plus/icons-vue": "2.3.1",
|
"@element-plus/icons-vue": "2.3.1",
|
||||||
"@highlightjs/vue-plugin": "2.1.0",
|
"@highlightjs/vue-plugin": "2.1.0",
|
||||||
"@lezer/common": "1.2.1",
|
|
||||||
"@vueup/vue-quill": "1.2.0",
|
"@vueup/vue-quill": "1.2.0",
|
||||||
"@vueuse/core": "10.9.0",
|
"@vueuse/core": "10.9.0",
|
||||||
"animate.css": "4.1.1",
|
"animate.css": "4.1.1",
|
||||||
"await-to-js": "3.0.0",
|
"await-to-js": "3.0.0",
|
||||||
"axios": "1.6.8",
|
"axios": "1.6.8",
|
||||||
"bpmn-js": "16.4.0",
|
"bpmn-js": "16.4.0",
|
||||||
"camunda-bpmn-js-behaviors": "1.2.2",
|
|
||||||
"camunda-bpmn-moddle": "7.0.1",
|
|
||||||
"crypto-js": "4.2.0",
|
"crypto-js": "4.2.0",
|
||||||
"diagram-js": "12.3.0",
|
"diagram-js": "12.3.0",
|
||||||
"didi": "9.0.2",
|
"didi": "9.0.2",
|
||||||
@ -40,21 +37,15 @@
|
|||||||
"image-conversion": "^2.1.1",
|
"image-conversion": "^2.1.1",
|
||||||
"js-cookie": "3.0.5",
|
"js-cookie": "3.0.5",
|
||||||
"jsencrypt": "3.3.2",
|
"jsencrypt": "3.3.2",
|
||||||
"moddle": "6.2.3",
|
|
||||||
"nprogress": "0.2.0",
|
"nprogress": "0.2.0",
|
||||||
"path-browserify": "1.0.1",
|
|
||||||
"path-to-regexp": "6.2.1",
|
|
||||||
"pinia": "2.1.7",
|
"pinia": "2.1.7",
|
||||||
"preact": "10.19.7",
|
|
||||||
"screenfull": "6.0.2",
|
"screenfull": "6.0.2",
|
||||||
"vform3-builds": "3.0.10",
|
|
||||||
"vue": "3.4.25",
|
"vue": "3.4.25",
|
||||||
"vue-cropper": "1.1.1",
|
"vue-cropper": "1.1.1",
|
||||||
"vue-i18n": "9.10.2",
|
"vue-i18n": "9.10.2",
|
||||||
"vue-router": "4.3.2",
|
"vue-router": "4.3.2",
|
||||||
"vue-types": "5.1.1",
|
"vue-types": "5.1.1",
|
||||||
"vxe-table": "4.5.22",
|
"vxe-table": "4.5.22"
|
||||||
"zeebe-bpmn-moddle": "1.0.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@iconify/json": "2.2.201",
|
"@iconify/json": "2.2.201",
|
||||||
@ -64,7 +55,6 @@
|
|||||||
"@types/js-cookie": "3.0.6",
|
"@types/js-cookie": "3.0.6",
|
||||||
"@types/node": "18.18.2",
|
"@types/node": "18.18.2",
|
||||||
"@types/nprogress": "0.2.3",
|
"@types/nprogress": "0.2.3",
|
||||||
"@types/path-browserify": "1.0.2",
|
|
||||||
"@typescript-eslint/eslint-plugin": "7.3.1",
|
"@typescript-eslint/eslint-plugin": "7.3.1",
|
||||||
"@typescript-eslint/parser": "7.3.1",
|
"@typescript-eslint/parser": "7.3.1",
|
||||||
"@unocss/preset-attributify": "0.58.6",
|
"@unocss/preset-attributify": "0.58.6",
|
||||||
|
@ -61,7 +61,6 @@ export default defineConfig(({ mode, command }: ConfigEnv): UserConfig => {
|
|||||||
'pinia',
|
'pinia',
|
||||||
'axios',
|
'axios',
|
||||||
'@vueuse/core',
|
'@vueuse/core',
|
||||||
'path-to-regexp',
|
|
||||||
'echarts',
|
'echarts',
|
||||||
'vue-i18n',
|
'vue-i18n',
|
||||||
'@vueup/vue-quill',
|
'@vueup/vue-quill',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user