Merge pull request #31 from cshaptx4869/patch-4

fix(package.json): 🐛 规整一些开发依赖
This commit is contained in:
Ray Hao 2024-02-28 14:44:53 +08:00 committed by GitHub
commit ccf84ed19d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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",