From 05e7bde62d6f58cf0deadbe657761eceec49739e Mon Sep 17 00:00:00 2001 From: JayChou Date: Wed, 6 Nov 2024 10:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=97=A8=E6=88=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/package.json | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/jeecgboot-vue3/package.json b/jeecgboot-vue3/package.json index b0df384..5165623 100644 --- a/jeecgboot-vue3/package.json +++ b/jeecgboot-vue3/package.json @@ -21,18 +21,19 @@ "husky:install": "husky install" }, "dependencies": { - "@jeecg/online": "3.7.1-RC", - "@iconify/iconify": "^3.1.1", "@ant-design/colors": "^7.0.2", "@ant-design/icons-vue": "^7.0.1", + "@iconify/iconify": "^3.1.1", + "@jeecg/online": "3.7.1-RC", + "@tinymce/tinymce-vue": "4.0.7", + "@traptitech/markdown-it-katex": "^3.6.0", + "@vant/area-data": "^1.5.1", "@vue/shared": "^3.4.19", "@vueuse/core": "^10.8.0", - "@tinymce/tinymce-vue": "4.0.7", "@zxcvbn-ts/core": "^3.0.4", "ant-design-vue": "^4.1.2", "axios": "^1.6.7", "china-area-data": "^5.0.1", - "@vant/area-data": "^1.5.1", "clipboard": "^2.0.11", "codemirror": "^5.65.3", "cron-parser": "^4.9.0", @@ -43,22 +44,21 @@ "echarts": "^5.4.3", "emoji-mart-vue-fast": "^15.0.1", "enquire.js": "^2.1.6", + "event-source-polyfill": "^1.0.31", + "highlight.js": "^11.9.0", "intro.js": "^7.2.0", "lodash-es": "^4.17.21", "lodash.get": "^4.4.2", "markdown-it": "^14.0.0", "markdown-it-link-attributes": "^4.0.1", - "event-source-polyfill": "^1.0.31", - "highlight.js": "^11.9.0", - "@traptitech/markdown-it-katex": "^3.6.0", "md5": "^2.3.0", "mockjs": "^1.1.0", "nprogress": "^0.2.0", "path-to-regexp": "^6.2.1", "pinia": "2.1.7", "print-js": "^1.6.0", - "qs": "^6.11.2", "qrcode": "^1.5.3", + "qs": "^6.11.2", "resize-observer-polyfill": "^1.5.1", "showdown": "^2.1.0", "sortablejs": "^1.15.2", @@ -72,6 +72,7 @@ "vue-print-nb-jeecg": "^1.0.12", "vue-router": "^4.3.0", "vue-types": "^5.1.1", + "vue3-scroll-seamless": "^1.0.6", "vuedraggable": "^4.1.0", "vxe-table": "4.6.17", "vxe-table-plugin-antd": "4.0.7", @@ -83,6 +84,7 @@ "@commitlint/config-conventional": "^18.6.2", "@iconify/json": "^2.2.185", "@purge-icons/generated": "^0.10.0", + "@rys-fe/vite-plugin-theme": "^0.8.6", "@types/codemirror": "^5.60.15", "@types/crypto-js": "^4.2.2", "@types/fs-extra": "^11.0.4", @@ -144,6 +146,7 @@ "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^4.9.5", + "unocss": "^0.58.5", "vite": "^5.2.11", "vite-plugin-compression": "^0.5.1", "vite-plugin-html": "^3.2.2", @@ -153,9 +156,7 @@ "vite-plugin-package-config": "^0.1.1", "vite-plugin-purge-icons": "^0.10.0", "vite-plugin-svg-icons": "^2.0.1", - "@rys-fe/vite-plugin-theme": "^0.8.6", "vite-plugin-vue-setup-extend-plus": "^0.1.0", - "unocss": "^0.58.5", "vue-eslint-parser": "^9.4.2", "vue-tsc": "^1.8.27" },