package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "name": "hoteline",
  3. "version": "1.0.1",
  4. "description": "市民热线服务系统",
  5. "author": "zc",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite --force",
  9. "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build",
  10. "build:yibin": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode yibin",
  11. "build:zigong": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode zigong",
  12. "build:luzhou": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode luzhou",
  13. "build:st": "cross-env NODE_OPTIONS=--max-old-space-size=8192 vite build --mode st",
  14. "preview": "vite preview",
  15. "serve": "http-server ./dist",
  16. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  17. },
  18. "dependencies": {
  19. "@amap/amap-jsapi-loader": "^1.0.1",
  20. "@element-plus/icons-vue": "^2.0.10",
  21. "@logicflow/core": "^1.2.28",
  22. "@logicflow/extension": "^1.2.28",
  23. "@microsoft/signalr": "^7.0.0",
  24. "@wangeditor-next/editor": "^5.6.2",
  25. "@wangeditor-next/editor-for-vue": "^5.1.14",
  26. "@wsfe/vue-tree": "^4.1.1",
  27. "axios": "^1.4.0",
  28. "dayjs": "^1.11.9",
  29. "echarts": "^5.5.0",
  30. "element-plus": "^2.9.2",
  31. "file-saver": "^2.0.5",
  32. "html-docx-js-typescript": "^0.1.5",
  33. "html2canvas": "^1.4.1",
  34. "jsencrypt": "^3.3.2",
  35. "jspdf": "^2.5.2",
  36. "mitt": "^3.0.0",
  37. "nprogress": "^0.2.0",
  38. "pinia": "^2.1.4",
  39. "pinia-plugin-persist": "^1.0.0",
  40. "qs": "^6.11.0",
  41. "sortablejs": "^1.15.0",
  42. "splitpanes": "^3.1.5",
  43. "vue": "^3.2.45",
  44. "vue-echarts": "^6.6.9",
  45. "vue-router": "^4.1.6",
  46. "vue3-puzzle-vcode": "^1.1.7",
  47. "vue3-seamless-scroll": "^2.0.1",
  48. "vxe-pc-ui": "4.3.1",
  49. "vxe-table": "4.9.1"
  50. },
  51. "devDependencies": {
  52. "@types/node": "^18.11.9",
  53. "@types/nprogress": "^0.2.0",
  54. "@types/qs": "^6.9.7",
  55. "@typescript-eslint/eslint-plugin": "^8.14.0",
  56. "@typescript-eslint/parser": "^8.14.0",
  57. "@vitejs/plugin-vue": "^4.4.0",
  58. "@vitejs/plugin-vue-jsx": "^3.1.0",
  59. "@vue/compiler-sfc": "^3.2.45",
  60. "@vueuse/core": "^10.11.0",
  61. "cross-env": "^7.0.3",
  62. "dotenv": "^16.0.3",
  63. "eslint": "^9.14.0",
  64. "eslint-plugin-vue": "^9.31.0",
  65. "prettier": "^2.8.0",
  66. "rollup-plugin-visualizer": "^5.12.0",
  67. "sass": "^1.56.1",
  68. "sass-loader": "^13.2.0",
  69. "terser": "^5.26.0",
  70. "typescript": "~5.2.2",
  71. "vite": "^4.4.11",
  72. "vite-plugin-compression": "^0.5.1",
  73. "vite-plugin-lazy-import": "^1.0.7",
  74. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  75. "vue-eslint-parser": "^9.1.0"
  76. },
  77. "browserslist": [
  78. "> 1%",
  79. "last 2 versions",
  80. "not dead"
  81. ],
  82. "engines": {
  83. "node": ">=12.0.0",
  84. "npm": ">= 6.0.0"
  85. }
  86. }