package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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:st": "vite build --mode st",
  12. "preview": "vite preview",
  13. "serve": "http-server ./dist",
  14. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  15. },
  16. "dependencies": {
  17. "@amap/amap-jsapi-loader": "^1.0.1",
  18. "@element-plus/icons-vue": "^2.0.10",
  19. "@logicflow/core": "^1.1.31",
  20. "@logicflow/extension": "^1.1.31",
  21. "@microsoft/signalr": "^7.0.0",
  22. "@vueuse/motion": "^2.0.0",
  23. "@wangeditor/editor": "^5.1.23",
  24. "@wangeditor/editor-for-vue": "^5.1.12",
  25. "axios": "^1.4.0",
  26. "dayjs": "^1.11.9",
  27. "echarts": "^5.5.0",
  28. "element-plus": "~2.4.4",
  29. "file-saver": "^2.0.5",
  30. "html-docx-js-typescript": "^0.1.5",
  31. "html2canvas": "^1.4.1",
  32. "js-cookie": "^3.0.1",
  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. "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. "vuedraggable": "^4.1.0",
  49. "webpack": "^5.0.0"
  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": "^5.44.0",
  56. "@typescript-eslint/parser": "^5.44.0",
  57. "@vitejs/plugin-vue": "^4.4.0",
  58. "@vitejs/plugin-vue-jsx": "^3.1.0",
  59. "@vue/compiler-sfc": "^3.2.45",
  60. "dotenv": "^16.0.3",
  61. "eslint": "^8.28.0",
  62. "eslint-plugin-vue": "^9.7.0",
  63. "prettier": "^2.8.0",
  64. "sass": "^1.56.1",
  65. "sass-loader": "^13.2.0",
  66. "terser": "^5.26.0",
  67. "typescript": "~5.2.2",
  68. "vite": "^4.4.11",
  69. "vite-plugin-compression": "^0.5.1",
  70. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  71. "vue-eslint-parser": "^9.1.0"
  72. },
  73. "browserslist": [
  74. "> 1%",
  75. "last 2 versions",
  76. "not dead"
  77. ],
  78. "engines": {
  79. "node": ">=12.0.0",
  80. "npm": ">= 6.0.0"
  81. }
  82. }