package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "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. "@element-plus/icons-vue": "^2.0.10",
  17. "@logicflow/core": "^1.1.31",
  18. "@logicflow/extension": "^1.1.31",
  19. "@microsoft/signalr": "^7.0.0",
  20. "@wangeditor/editor": "^5.1.23",
  21. "@wangeditor/editor-for-vue": "^5.1.12",
  22. "axios": "^1.2.0",
  23. "echarts": "^5.4.0",
  24. "element-plus": "^2.2.22",
  25. "file-saver": "^2.0.5",
  26. "js-cookie": "^3.0.1",
  27. "js-table2excel": "^1.0.3",
  28. "jsencrypt": "^3.3.2",
  29. "mitt": "^3.0.0",
  30. "nprogress": "^0.2.0",
  31. "pinia": "^2.0.25",
  32. "pinia-plugin-persist": "^1.0.0",
  33. "qrcodejs2-fixes": "^0.0.2",
  34. "qs": "^6.11.0",
  35. "screenfull": "^6.0.2",
  36. "sortablejs": "^1.15.0",
  37. "v-viewer": "^3.0.10",
  38. "vue": "^3.2.45",
  39. "vue-clipboard3": "^2.0.0",
  40. "vue-router": "^4.1.6",
  41. "vue3-seamless-scroll": "^2.0.1",
  42. "vuedraggable": "^4.1.0"
  43. },
  44. "devDependencies": {
  45. "@types/node": "^18.11.9",
  46. "@types/nprogress": "^0.2.0",
  47. "@types/qs": "^6.9.7",
  48. "@typescript-eslint/eslint-plugin": "^5.44.0",
  49. "@typescript-eslint/parser": "^5.44.0",
  50. "@vitejs/plugin-vue": "^3.2.0",
  51. "@vue/compiler-sfc": "^3.2.45",
  52. "dotenv": "^16.0.3",
  53. "eslint": "^8.28.0",
  54. "eslint-plugin-vue": "^9.7.0",
  55. "prettier": "^2.8.0",
  56. "sass": "^1.56.1",
  57. "sass-loader": "^13.2.0",
  58. "typescript": "^4.9.3",
  59. "vite": "^3.2.4",
  60. "vite-plugin-compression": "^0.5.1",
  61. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  62. "vue-eslint-parser": "^9.1.0"
  63. },
  64. "browserslist": [
  65. "> 1%",
  66. "last 2 versions",
  67. "not dead"
  68. ],
  69. "engines": {
  70. "node": ">=12.0.0",
  71. "npm": ">= 6.0.0"
  72. }
  73. }