移除无用文件,优化参数

This commit is contained in:
monanxiao
2024-10-15 16:03:49 +08:00
parent 0ae4b70f03
commit 04b99e7a68
22 changed files with 1296 additions and 2108 deletions
+10 -3
View File
@@ -4,12 +4,13 @@
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite --host",
"dev": "vite",
"preview": "vite preview"
},
"dependencies": {
"@braks/vue-flow": "^0.4.38",
"@element-plus/icons-vue": "^1.1.4",
"@hellowuxin/mindmap": "^2.1.4",
"@kangc/v-md-editor": "^2.3.15",
"@wangeditor/editor": "^5.1.14",
"@wangeditor/editor-for-vue": "^5.1.12",
@@ -18,14 +19,20 @@
"echarts": "^5.3.3",
"element-plus": "^2.1.11",
"js-base64": "^3.7.2",
"jsmind": "^0.6.4",
"markmap-common": "^0.15.0",
"markmap-lib": "^0.15.2",
"markmap-toolbar": "^0.15.0",
"markmap-view": "^0.15.0",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"screenfull": "^6.0.1",
"sortablejs": "^1.15.3",
"sortablejs": "^1.15.0",
"video.js": "^7.20.3",
"vue": "^3.2.25",
"vue-router": "^4.0.13",
"vue-video-player": "^6.0.0",
"vue3-mindmap": "^0.5.12",
"vue3-print-nb": "^0.1.4",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2",
@@ -35,7 +42,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^2.3.1",
"sass": "^1.79.5",
"vite": "5.4.6",
"vite": "^2.9.7",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-mock": "^2.9.6",
"vue-cli-plugin-style-resources-loader": "~0.1.5"