Browse Source

补充三方包。

jiaxiaoqiang 5 months ago
parent
commit
754d3e087f
3 changed files with 2082 additions and 123 deletions
  1. 11 0
      package.json
  2. 2070 122
      pnpm-lock.yaml
  3. 1 1
      public/version.json

+ 11 - 0
package.json

@@ -44,7 +44,9 @@
     "@kjgl77/datav-vue3": "^1.7.4",
     "@smallwei/avue": "^3.6.0",
     "@stomp/stompjs": "^7.0.0",
+    "@vitejs/plugin-legacy": "^6.0.0",
     "@vitejs/plugin-vue-jsx": "^4.1.1",
+    "@vue/runtime-core": "^3.5.13",
     "@vueup/vue-quill": "^1.2.0",
     "@vueuse/core": "^10.11.1",
     "@wangeditor/editor": "^5.1.23",
@@ -53,22 +55,28 @@
     "axios": "^1.7.9",
     "codemirror": "^5.65.18",
     "codemirror-editor-vue3": "^2.8.0",
+    "dayjs": "^1.11.13",
     "dhtmlx-gantt": "^9.0.3",
     "echarts": "^5.5.1",
     "element-plus": "^2.9.1",
+    "eslint-plugin-import": "^2.31.0",
     "exceljs": "^4.4.0",
     "file-saver": "^2.0.5",
     "html2canvas": "^1.4.1",
     "jspdf": "^2.5.2",
+    "less": "^4.2.1",
     "lodash-es": "^4.17.21",
     "luckyexcel": "^1.0.1",
+    "mitt": "^3.0.1",
     "moment": "^2.30.1",
+    "nanoid": "^5.0.9",
     "net": "^1.0.2",
     "nprogress": "^0.2.0",
     "path-browserify": "^1.0.1",
     "path-to-regexp": "^6.3.0",
     "pinia": "^2.3.0",
     "pinia-plugin-persist": "^1.0.0",
+    "pinia-plugin-persistedstate": "^4.2.0",
     "print-js": "^1.6.0",
     "qs": "^6.13.1",
     "sockjs-client": "^1.6.1",
@@ -84,7 +92,9 @@
     "vue-pdf-embed": "2.0.2",
     "vue-qrcode": "^2.2.2",
     "vue-router": "^4.5.0",
+    "vue3-pdfjs": "^0.1.6",
     "vue3-print-nb": "^0.1.4",
+    "x-data-spreadsheet": "^1.1.9",
     "xlsx": "^0.18.5"
   },
   "devDependencies": {
@@ -109,6 +119,7 @@
     "eslint-config-prettier": "^9.1.0",
     "eslint-plugin-prettier": "^5.2.1",
     "eslint-plugin-vue": "^9.32.0",
+    "fast-glob": "^3.3.2",
     "globals": "^15.14.0",
     "husky": "^9.1.7",
     "lint-staged": "^15.2.11",

File diff suppressed because it is too large
+ 2070 - 122
pnpm-lock.yaml


+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "version": "2.5"
+  "version": "2.9"
 }