package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. "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. "@vueuse/motion": "^2.0.0",
  22. "@wangeditor/editor": "^5.1.23",
  23. "@wangeditor/editor-for-vue": "^5.1.12",
  24. "axios": "^1.4.0",
  25. "dayjs": "^1.11.9",
  26. "element-plus": "~2.4.4",
  27. "file-saver": "^2.0.5",
  28. "html-docx-js-typescript": "^0.1.5",
  29. "html2canvas": "^1.4.1",
  30. "js-cookie": "^3.0.1",
  31. "jsencrypt": "^3.3.2",
  32. "mitt": "^3.0.0",
  33. "nprogress": "^0.2.0",
  34. "pinia": "^2.1.4",
  35. "pinia-plugin-persist": "^1.0.0",
  36. "qrcodejs2-fixes": "^0.0.2",
  37. "qs": "^6.11.0",
  38. "screenfull": "^6.0.2",
  39. "sortablejs": "^1.15.0",
  40. "splitpanes": "^3.1.5",
  41. "vue": "^3.2.45",
  42. "vue-router": "^4.1.6",
  43. "vue3-puzzle-vcode": "^1.1.7",
  44. "vue3-seamless-scroll": "^2.0.1",
  45. "vuedraggable": "^4.1.0",
  46. "webpack": "^5.0.0"
  47. },
  48. "devDependencies": {
  49. "@types/node": "^18.11.9",
  50. "@types/nprogress": "^0.2.0",
  51. "@types/qs": "^6.9.7",
  52. "@typescript-eslint/eslint-plugin": "^5.44.0",
  53. "@typescript-eslint/parser": "^5.44.0",
  54. "@vitejs/plugin-vue": "^4.4.0",
  55. "@vitejs/plugin-vue-jsx": "^3.1.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. "terser": "^5.26.0",
  64. "typescript": "~5.2.2",
  65. "vite": "^4.4.11",
  66. "vite-plugin-compression": "^0.5.1",
  67. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  68. "vue-eslint-parser": "^9.1.0"
  69. },
  70. "browserslist": [
  71. "> 1%",
  72. "last 2 versions",
  73. "not dead"
  74. ],
  75. "engines": {
  76. "node": ">=12.0.0",
  77. "npm": ">= 6.0.0"
  78. }
  79. }