package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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.4.0",
  23. "bin-datav": "^0.2.0",
  24. "dayjs": "^1.11.9",
  25. "echarts": "^5.4.0",
  26. "echarts-gl": "^2.0.9",
  27. "echarts-wordcloud": "^2.1.0",
  28. "element-plus": "^2.3.8",
  29. "file-saver": "^2.0.5",
  30. "js-cookie": "^3.0.1",
  31. "js-table2excel": "^1.0.3",
  32. "jsencrypt": "^3.3.2",
  33. "mitt": "^3.0.0",
  34. "nprogress": "^0.2.0",
  35. "pinia": "^2.1.4",
  36. "pinia-plugin-persist": "^1.0.0",
  37. "qrcodejs2-fixes": "^0.0.2",
  38. "qs": "^6.11.0",
  39. "screenfull": "^6.0.2",
  40. "sortablejs": "^1.15.0",
  41. "v-viewer": "^3.0.10",
  42. "vue": "^3.2.45",
  43. "vue-clipboard3": "^2.0.0",
  44. "vue-router": "^4.1.6",
  45. "vue3-seamless-scroll": "^2.0.1",
  46. "vuedraggable": "^4.1.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": "^3.2.0",
  55. "@vue/compiler-sfc": "^3.2.45",
  56. "dotenv": "^16.0.3",
  57. "eslint": "^8.28.0",
  58. "eslint-plugin-vue": "^9.7.0",
  59. "prettier": "^2.8.0",
  60. "sass": "^1.56.1",
  61. "sass-loader": "^13.2.0",
  62. "typescript": "^4.9.3",
  63. "vite": "^3.2.4",
  64. "vite-plugin-compression": "^0.5.1",
  65. "vite-plugin-vue-setup-extend-plus": "^0.1.0",
  66. "vue-eslint-parser": "^9.1.0"
  67. },
  68. "browserslist": [
  69. "> 1%",
  70. "last 2 versions",
  71. "not dead"
  72. ],
  73. "engines": {
  74. "node": ">=12.0.0",
  75. "npm": ">= 6.0.0"
  76. }
  77. }