From ea03f76afe39220de2b90019b5b66ea7288cd47e Mon Sep 17 00:00:00 2001 From: cshaptx4869 <994774638@qq.com> Date: Wed, 28 Feb 2024 14:40:28 +0800 Subject: [PATCH] =?UTF-8?q?fix(package.json):=20:bug:=20=E8=A7=84=E6=95=B4?= =?UTF-8?q?=E4=B8=80=E4=BA=9B=E5=BC=80=E5=8F=91=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3caa325..92315d9 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.3.1", - "@vitejs/plugin-vue": "^5.0.4", "@vueuse/core": "^10.7.2", "@wangeditor/editor": "^5.1.23", "@wangeditor/editor-for-vue": "5.1.10", @@ -60,7 +59,6 @@ "sockjs-client": "1.6.1", "sortablejs": "^1.15.2", "stompjs": "^2.3.3", - "terser": "^5.27.2", "vue": "^3.4.19", "vue-i18n": "9.9.1", "vue-router": "^4.2.5", @@ -79,6 +77,7 @@ "@types/stompjs": "^2.3.9", "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.0.2", + "@vitejs/plugin-vue": "^5.0.4", "@vitejs/plugin-vue-jsx": "^3.1.0", "autoprefixer": "^10.4.17", "commitizen": "^4.3.0", @@ -102,6 +101,7 @@ "stylelint-config-recommended-scss": "^14.0.0", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.0", + "terser": "^5.27.2", "typescript": "^5.3.3", "unocss": "^0.58.5", "unplugin-auto-import": "^0.17.5",