You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "ve rsion": "1.0.0",
  3. "scripts": {
  4. "serve": "vite preview",
  5. "lint": "eslint src --fix --ext .ts,.tsx,.vue,.js,.jsx",
  6. "build:dev": "vite build --mode development",
  7. "build:test": "vite build --mode test",
  8. "build:pro": "vite build --mode production",
  9. "dev": "vite",
  10. "prettier": "prettier --write .",
  11. "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
  12. },
  13. "dependencies": {
  14. "@element-plus/icons-vue": "2.0.4",
  15. "axios": "^0.27.2",
  16. "babel-plugin-transform-remove-strict-mode": "^0.0.2",
  17. "babel-polyfill": "^6.26.0",
  18. "crypto-js": "^4.1.1",
  19. "docx-preview": "^0.3.5",
  20. "echarts": "^5.4.2",
  21. "element-china-area-data": "6.1.0",
  22. "element-plus": "2.7.8",
  23. "file-saver": "^2.0.5",
  24. "fuse.js": "^6.6.2",
  25. "increase-memory-limit": "^1.0.7",
  26. "js-cookie": "^3.0.1",
  27. "jsencrypt": "^3.2.1",
  28. "less": "^4.1.3",
  29. "lz-string": "^1.5.0",
  30. "mockjs": "^1.1.0",
  31. "moment": "^2.29.4",
  32. "node-forge": "^1.3.1",
  33. "node-rsa": "^1.1.1",
  34. "pdfjs-dist": "^5.1.91",
  35. "pinia": "2.0.16",
  36. "progress": "^2.0.3",
  37. "qs": "^6.10.5",
  38. "require.js": "^1.0.0",
  39. "rollup-plugin-visualizer": "^6.0.1",
  40. "screenfull": "^6.0.1",
  41. "sm-crypto": "^0.3.12",
  42. "terser": "^5.14.1",
  43. "util": "^0.12.5",
  44. "vant": "^3.5.1",
  45. "vite-plugin-progress": "^0.0.7",
  46. "vite-plugin-vue-layouts": "^0.8.0",
  47. "vite-plugin-vue-setup-extend": "^0.4.0",
  48. "vue": "3.2.37",
  49. "vue-buffer": "^0.0.1",
  50. "vue-echarts": "^6.5.4",
  51. "vue-json-excel": "^0.3.0",
  52. "vue-router": "4",
  53. "vuex": "^4.0.2",
  54. "workflow-bpmn-modeler": "^0.2.8",
  55. "xlsx": "^0.18.5"
  56. },
  57. "devDependencies": {
  58. "@babel/register": "^7.21.0",
  59. "@babel/types": "^7.18.4",
  60. "@types/js-cookie": "^3.0.2",
  61. "@types/node": "^20.4.6",
  62. "@typescript-eslint/eslint-plugin": "^5.28.0",
  63. "@typescript-eslint/parser": "^5.28.0",
  64. "@vitejs/plugin-legacy": "^1.8.2",
  65. "@vitejs/plugin-vue": "^2.3.3",
  66. "@vue/compiler-sfc": "3.2.37",
  67. "autoprefixer": "^10.4.7",
  68. "dart-sass": "^1.25.0",
  69. "eslint": "^8.17.0",
  70. "eslint-config-prettier": "^8.5.0",
  71. "eslint-plugin-prettier": "^4.0.0",
  72. "eslint-plugin-vue": "^9.1.1",
  73. "postcss": "^8.4.14",
  74. "prettier": "^2.6.2",
  75. "sass": "1.63.6",
  76. "typescript": "^4.7.3",
  77. "vite": "^2.9.12",
  78. "vite-plugin-compression": "^0.5.1",
  79. "vite-plugin-eslint": "^1.6.1",
  80. "vite-plugin-top-level-await": "^1.1.1",
  81. "vue-cli-plugin-vue-next": "~0.1.4",
  82. "vue-tsc": "^0.37.7"
  83. },
  84. "license": "ISC"
  85. }