package.json 2.7 KB

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