wujingjing
2025-04-09 678b137a19c2d096c82bef87962dd7df77f2855b
package.json
@@ -16,12 +16,14 @@
      "dev:pro": "node ./scripts/dev.js ch:pro",
      "deploy:pro": "node ./scripts/deploy.js ch:pro",
      "publish:pro": "node ./scripts/publish.js ch:pro",
      "merge":"node ./scripts/merge.js",
      "merge": "node ./scripts/merge.js",
      "preview": "vite preview",
      "pro:test": "npm run build && npm run preview",
      "vite:dev": "vite",
      "vite:build": "vite build",
      "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/",
      "fix-memory-limit": "cross-env LIMIT=8048 increase-memory-limit"
      "fix-memory-limit": "cross-env LIMIT=8048 increase-memory-limit",
      "d": "npx deploy env -e"
   },
   "dependencies": {
      "@amap/amap-jsapi-loader": "^1.0.1",
@@ -42,23 +44,29 @@
      "cropperjs": "^1.5.13",
      "crypto-js": "^4.1.1",
      "deepmerge": "^4.3.1",
      "driver.js": "^1.3.1",
      "echarts": "^5.4.1",
      "echarts-gl": "^2.0.9",
      "echarts-liquidfill": "^3.1.0",
      "echarts-wordcloud": "^2.1.0",
      "element-plus": "^2.2.36",
      "event-source-polyfill": "^1.0.31",
      "file-saver": "^2.0.5",
      "highlight.js": "^11.7.0",
      "html2canvas": "^1.4.1",
      "jose": "^6.0.10",
      "jquery": "^3.7.1",
      "js-cookie": "^3.0.1",
      "js-table2excel": "^1.0.3",
      "json-bigint": "^1.0.0",
      "jsplumb": "^2.15.6",
      "lodash-es": "^4.17.21",
      "markdown-it": "^13.0.1",
      "markdown-to-txt": "^2.0.1",
      "mitt": "^3.0.0",
      "moment": "^2.29.4",
      "nprogress": "^0.2.0",
      "ol": "^10.3.1",
      "pinia": "^2.0.33",
      "print-js": "^1.6.0",
      "qrcodejs2-fixes": "^0.0.2",
@@ -77,10 +85,9 @@
      "vue-i18n": "^9.2.2",
      "vue-router": "^4.1.6",
      "xlsx": "^0.18.5"
   },
   "devDependencies": {
      "code-inspector-plugin": "^0.17.7",
      "@types/event-source-polyfill": "^1.0.5",
      "@types/node": "^18.15.0",
      "@types/nprogress": "^0.2.0",
      "@types/sortablejs": "^1.15.0",
@@ -89,10 +96,13 @@
      "@vitejs/plugin-vue": "^5.0.4",
      "@vue/compiler-sfc": "^3.4.15",
      "autoprefixer": "^10.4.19",
      "code-inspector-plugin": "^0.20.3",
      "eslint": "^8.35.0",
      "eslint-plugin-vue": "^9.9.0",
      "fs-extra": "^11.2.0",
      "postcss": "^8.4.38",
      "prettier": "^2.8.4",
      "rollup-plugin-visualizer": "^5.12.0",
      "sass": "^1.58.3",
      "tailwindcss": "^3.4.3",
      "typescript": "^4.9.5",
@@ -101,8 +111,7 @@
      "vite-plugin-compression": "^0.5.1",
      "vite-plugin-vue-setup-extend-plus": "^0.1.0",
      "vue-eslint-parser": "^9.1.0",
      "yw-deploy-cli": "^1.1.1"
      "yw-deploy-cli": "^1.2.4"
   },
   "browserslist": [
      "> 1%",