package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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": "vite build",
  10. "build:yibin": "vite build --mode yibin",
  11. "build:zigong": "vite build --mode zigong",
  12. "build:st": "vite build --mode st",
  13. "preview": "vite preview",
  14. "serve": "http-server ./dist",
  15. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  16. },
  17. "dependencies": {
  18. "@amap/amap-jsapi-loader": "^1.0.1",
  19. "@element-plus/icons-vue": "^2.0.10",
  20. "@logicflow/core": "^1.1.31",
  21. "@logicflow/extension": "^1.1.31",
  22. "@microsoft/signalr": "^7.0.0",
  23. "@vueuse/motion": "^2.0.0",
  24. "@wangeditor/editor": "^5.1.23",
  25. "@wangeditor/editor-for-vue": "^5.1.12",
  26. "axios": "^1.4.0",
  27. "dayjs": "^1.11.9",
  28. "echarts": "^5.5.0",
  29. "element-plus": "^2.7.1",
  30. "file-saver": "^2.0.5",
  31. "html-docx-js-typescript": "^0.1.5",
  32. "html2canvas": "^1.4.1",
  33. "js-cookie": "^3.0.1",
  34. "jsencrypt": "^3.3.2",
  35. "mitt": "^3.0.0",
  36. "nprogress": "^0.2.0",
  37. "pinia": "^2.1.4",
  38. "pinia-plugin-persist": "^1.0.0",
  39. "qrcodejs2-fixes": "^0.0.2",
  40. "qs": "^6.11.0",
  41. "screenfull": "^6.0.2",
  42. "sortablejs": "^1.15.0",
  43. "splitpanes": "^3.1.5",
  44. "vue": "^3.2.45",
  45. "vue-echarts": "^6.6.9",
  46. "vue-router": "^4.1.6",
  47. "vue3-puzzle-vcode": "^1.1.7",
  48. "vue3-seamless-scroll": "^2.0.1",
  49. "vuedraggable": "^4.1.0",
  50. "webpack": "^5.0.0"
  51. },
  52. "devDependencies": {
  53. "@types/node": "^18.11.9",
  54. "@types/nprogress": "^0.2.0",
  55. "@types/qs": "^6.9.7",
  56. "@typescript-eslint/eslint-plugin": "^5.44.0",
  57. "@typescript-eslint/parser": "^5.44.0",
  58. "@vitejs/plugin-vue": "^4.4.0",
  59. "@vitejs/plugin-vue-jsx": "^3.1.0",
  60. "@vue/compiler-sfc": "^3.2.45",
  61. "@vueuse/core": "^10.11.0",
  62. "dotenv": "^16.0.3",
  63. "eslint": "^8.28.0",
  64. "eslint-plugin-vue": "^9.7.0",
  65. "prettier": "^2.8.0",
  66. "sass": "^1.56.1",
  67. "sass-loader": "^13.2.0",
  68. "terser": "^5.26.0",
  69. "typescript": "~5.2.2",
  70. "vite": "^4.4.11",
  71. "vite-plugin-compression": "^0.5.1",
  72. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  73. "vue-eslint-parser": "^9.1.0"
  74. },
  75. "browserslist": [
  76. "> 1%",
  77. "last 2 versions",
  78. "not dead"
  79. ],
  80. "engines": {
  81. "node": ">=12.0.0",
  82. "npm": ">= 6.0.0"
  83. }
  84. }