package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "hoteline",
  3. "version": "1.0.0",
  4. "description": "12345政务服务便民系统",
  5. "author": "zc",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite --force",
  9. "build": "vite build",
  10. "build:test": "vite build --mode test",
  11. "preview": "vite preview",
  12. "serve": "http-server ./dist",
  13. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  14. },
  15. "dependencies": {
  16. "@amap/amap-jsapi-loader": "^1.0.1",
  17. "@element-plus/icons-vue": "^2.0.10",
  18. "@logicflow/core": "^1.1.31",
  19. "@logicflow/extension": "^1.1.31",
  20. "@microsoft/signalr": "^7.0.0",
  21. "@wangeditor/editor": "^5.1.23",
  22. "@wangeditor/editor-for-vue": "^5.1.12",
  23. "axios": "^1.4.0",
  24. "bin-datav": "^0.2.0",
  25. "dayjs": "^1.11.9",
  26. "echarts": "^5.4.0",
  27. "echarts-gl": "^2.0.9",
  28. "echarts-wordcloud": "^2.1.0",
  29. "element-plus": "^2.4.0",
  30. "file-saver": "^2.0.5",
  31. "js-cookie": "^3.0.1",
  32. "js-table2excel": "^1.0.3",
  33. "jsencrypt": "^3.3.2",
  34. "mitt": "^3.0.0",
  35. "nprogress": "^0.2.0",
  36. "pinia": "^2.1.4",
  37. "pinia-plugin-persist": "^1.0.0",
  38. "qrcodejs2-fixes": "^0.0.2",
  39. "qs": "^6.11.0",
  40. "screenfull": "^6.0.2",
  41. "sortablejs": "^1.15.0",
  42. "v-viewer": "^3.0.10",
  43. "vue": "^3.2.45",
  44. "vue-clipboard3": "^2.0.0",
  45. "vue-router": "^4.1.6",
  46. "vue3-seamless-scroll": "^2.0.1",
  47. "vuedraggable": "^4.1.0"
  48. },
  49. "devDependencies": {
  50. "@types/node": "^18.11.9",
  51. "@types/nprogress": "^0.2.0",
  52. "@types/qs": "^6.9.7",
  53. "@typescript-eslint/eslint-plugin": "^5.44.0",
  54. "@typescript-eslint/parser": "^5.44.0",
  55. "@vitejs/plugin-vue": "^3.2.0",
  56. "@vue/compiler-sfc": "^3.2.45",
  57. "dotenv": "^16.0.3",
  58. "eslint": "^8.28.0",
  59. "eslint-plugin-vue": "^9.7.0",
  60. "prettier": "^2.8.0",
  61. "sass": "^1.56.1",
  62. "sass-loader": "^13.2.0",
  63. "typescript": "^4.9.3",
  64. "vite": "^3.2.4",
  65. "vite-plugin-compression": "^0.5.1",
  66. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  67. "vue-eslint-parser": "^9.1.0"
  68. },
  69. "browserslist": [
  70. "> 1%",
  71. "last 2 versions",
  72. "not dead"
  73. ],
  74. "engines": {
  75. "node": ">=12.0.0",
  76. "npm": ">= 6.0.0"
  77. }
  78. }