Browse Source

基于最初版重新一个一个安装三方包,修改了一些包的版本,可能有些库没有安装。

jiaxiaoqiang 3 months ago
parent
commit
82d4b792e5
3 changed files with 1989 additions and 2247 deletions
  1. 65 64
      package.json
  2. 1922 2182
      pnpm-lock.yaml
  3. 2 1
      vite.config.ts

+ 65 - 64
package.json

@@ -41,96 +41,97 @@
   },
   "dependencies": {
     "@element-plus/icons-vue": "^2.3.1",
-    "@kjgl77/datav-vue3": "^1.7.3",
-    "@smallwei/avue": "^3.3.3",
-    "@types/smallwei__avue": "^3.0.5",
-    "@types/three": "^0.168.0",
-    "@vueup/vue-quill": "1.0.0-alpha.40",
-    "@vueuse/core": "^10.9.0",
+    "@kjgl77/datav-vue3": "^1.7.4",
+    "@smallwei/avue": "^3.6.0",
+    "@stomp/stompjs": "^7.0.0",
+    "@vitejs/plugin-vue-jsx": "^4.1.1",
+    "@vueup/vue-quill": "^1.2.0",
+    "@vueuse/core": "^10.11.1",
     "@wangeditor/editor": "^5.1.23",
     "@wangeditor/editor-for-vue": "5.1.10",
     "animate.css": "^4.1.1",
-    "axios": "^1.6.7",
-    "dhtmlx-gantt": "8.0.9",
-    "echarts": "^5.5.0",
-    "element-plus": "^2.6.0",
+    "axios": "^1.7.9",
+    "codemirror": "^5.65.18",
+    "codemirror-editor-vue3": "^2.8.0",
+    "dhtmlx-gantt": "^9.0.3",
+    "echarts": "^5.5.1",
+    "element-plus": "^2.9.1",
     "exceljs": "^4.4.0",
     "file-saver": "^2.0.5",
     "html2canvas": "^1.4.1",
-    "jspdf": "^2.5.1",
+    "jspdf": "^2.5.2",
     "lodash-es": "^4.17.21",
     "luckyexcel": "^1.0.1",
     "moment": "^2.30.1",
-    "net": "^1.0.2",
     "nprogress": "^0.2.0",
     "path-browserify": "^1.0.1",
-    "path-to-regexp": "^6.2.1",
-    "pinia": "^2.1.7",
+    "path-to-regexp": "^6.3.0",
+    "pinia": "^2.3.0",
     "pinia-plugin-persist": "^1.0.0",
     "print-js": "^1.6.0",
-    "sockjs-client": "1.6.1",
-    "sortablejs": "^1.15.2",
+    "qs": "^6.13.1",
+    "sockjs-client": "^1.6.1",
+    "sortablejs": "^1.15.6",
     "stompjs": "^2.3.3",
-    "three": "^0.168.0",
-    "uuid": "^9.0.1",
-    "v-scale-screen": "2.0.12",
-    "vue": "^3.4.21",
-    "vue-draggable-plus": "^0.4.0",
+    "three": "^0.171.0",
+    "unplugin-element-plus": "^0.8.0",
+    "unplugin-icons": "^0.22.0",
+    "uuid": "^11.0.3",
+    "vue": "^3.5.13",
+    "vue-draggable-plus": "^0.6.0",
     "vue-i18n": "9.9.1",
     "vue-pdf-embed": "2.0.2",
     "vue-qrcode": "^2.2.2",
-    "vue-router": "^4.3.0",
-    "vue3-pdfjs": "^0.1.6",
-    "vue3-print-nb": "^0.1.4",
-    "xlsx": "^0.18.5"
+    "vue-router": "^4.5.0",
+    "vue3-print-nb": "^0.1.4"
   },
   "devDependencies": {
-    "@commitlint/cli": "^18.6.1",
-    "@commitlint/config-conventional": "^18.6.2",
-    "@iconify-json/ep": "^1.1.14",
-    "@types/lodash": "^4.14.202",
-    "@types/node": "^20.11.24",
+    "@commitlint/cli": "^19.6.1",
+    "@commitlint/config-conventional": "^19.6.0",
+    "@eslint/js": "^9.17.0",
+    "@iconify-json/ep": "^1.2.2",
+    "@types/codemirror": "^5.60.15",
+    "@types/lodash": "^4.17.13",
+    "@types/node": "^22.10.2",
     "@types/nprogress": "^0.2.3",
-    "@types/path-browserify": "^1.0.2",
-    "@types/sockjs-client": "^1.5.4",
+    "@types/path-browserify": "^1.0.3",
+    "@types/qs": "^6.9.17",
     "@types/sortablejs": "^1.15.8",
-    "@types/stompjs": "^2.3.9",
-    "@types/uuid": "^9.0.8",
-    "@typescript-eslint/eslint-plugin": "^7.1.1",
-    "@typescript-eslint/parser": "^7.1.1",
-    "@vitejs/plugin-vue": "^5.0.4",
-    "@vitejs/plugin-vue-jsx": "^3.1.0",
-    "autoprefixer": "^10.4.18",
-    "commitizen": "^4.3.0",
-    "cz-git": "^1.9.0",
-    "eslint": "^8.57.0",
+    "@typescript-eslint/eslint-plugin": "^8.18.2",
+    "@typescript-eslint/parser": "^8.18.2",
+    "@vitejs/plugin-vue": "^5.2.1",
+    "autoprefixer": "^10.4.20",
+    "commitizen": "^4.3.1",
+    "cz-git": "1.9.4",
+    "eslint": "^9.17.0",
     "eslint-config-prettier": "^9.1.0",
-    "eslint-plugin-import": "^2.29.1",
-    "eslint-plugin-prettier": "^5.1.3",
-    "eslint-plugin-vue": "^9.22.0",
-    "fast-glob": "^3.3.2",
-    "lint-staged": "^15.2.2",
-    "postcss": "^8.4.35",
-    "postcss-html": "^1.6.0",
+    "eslint-plugin-prettier": "^5.2.1",
+    "eslint-plugin-vue": "^9.32.0",
+    "globals": "^15.14.0",
+    "husky": "^9.1.7",
+    "lint-staged": "^15.2.11",
+    "postcss": "^8.4.49",
+    "postcss-html": "^1.7.0",
     "postcss-scss": "^4.0.9",
-    "prettier": "^3.2.5",
-    "sass": "1.71.1",
-    "stylelint": "^16.2.1",
+    "prettier": "^3.4.2",
+    "sass": "^1.83.0",
+    "stylelint": "^16.12.0",
     "stylelint-config-html": "^1.1.0",
-    "stylelint-config-recess-order": "^4.6.0",
-    "stylelint-config-recommended-scss": "^14.0.0",
+    "stylelint-config-recess-order": "^5.1.1",
+    "stylelint-config-recommended-scss": "^14.1.0",
     "stylelint-config-recommended-vue": "^1.5.0",
-    "stylelint-config-standard": "^36.0.0",
-    "terser": "^5.28.1",
-    "typescript": "^5.3.3",
-    "unocss": "^0.58.5",
-    "unplugin-auto-import": "^0.17.5",
-    "unplugin-icons": "^0.18.5",
-    "unplugin-vue-components": "^0.26.0",
-    "vite": "^5.1.5",
-    "vite-plugin-mock-dev-server": "^1.4.7",
+    "stylelint-config-standard": "^36.0.1",
+    "terser": "^5.37.0",
+    "typescript": "5.5.4",
+    "typescript-eslint": "^8.18.2",
+    "unocss": "0.65.1",
+    "unplugin-auto-import": "^0.18.6",
+    "unplugin-vue-components": "^0.27.5",
+    "vite": "^6.0.5",
+    "vite-plugin-mock-dev-server": "^1.8.3",
     "vite-plugin-svg-icons": "^2.0.1",
-    "vue-tsc": "^2.0.4"
+    "vue-eslint-parser": "^9.4.3",
+    "vue-tsc": "^2.2.0"
   },
   "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
   "author": "有来开源组织",

File diff suppressed because it is too large
+ 1922 - 2182
pnpm-lock.yaml


+ 2 - 1
vite.config.ts

@@ -10,7 +10,7 @@ import IconsResolver from "unplugin-icons/resolver";
 
 import { createSvgIconsPlugin } from "vite-plugin-svg-icons";
 import mockDevServerPlugin from "vite-plugin-mock-dev-server";
-
+// import ElementPlus from "unplugin-element-plus/vite";
 import UnoCSS from "unocss/vite";
 import { resolve } from "path";
 import {
@@ -70,6 +70,7 @@ export default defineConfig(({ mode }: ConfigEnv): UserConfig => {
     },
     plugins: [
       vue(),
+      // ElementPlus(),
       // jsx、tsx语法支持
       vueJsx(),
       // MOCK 服务