package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "hoteline",
  3. "version": "1.0.0",
  4. "description": "hoteline",
  5. "author": "zc",
  6. "license": "MIT",
  7. "scripts": {
  8. "dev": "vite --force",
  9. "build": "vite build",
  10. "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
  11. },
  12. "dependencies": {
  13. "@element-plus/icons-vue": "^2.0.6",
  14. "@microsoft/signalr": "^6.0.8",
  15. "@wangeditor/editor": "^5.1.14",
  16. "@wangeditor/editor-for-vue": "^5.1.12",
  17. "axios": "^0.27.2",
  18. "echarts": "^5.3.3",
  19. "element-plus": "^2.2.9",
  20. "file-saver": "^2.0.5",
  21. "js-cookie": "^3.0.1",
  22. "mitt": "^3.0.0",
  23. "nprogress": "^0.2.0",
  24. "pinia": "^2.0.14",
  25. "qrcodejs2-fixes": "^0.0.2",
  26. "qs": "^6.11.0",
  27. "screenfull": "^6.0.2",
  28. "sortablejs": "^1.15.0",
  29. "v-viewer": "^3.0.10",
  30. "vue": "^3.2.37",
  31. "vue-clipboard3": "^2.0.0",
  32. "vue-lazyload-next": "^0.0.2",
  33. "vue-router": "^4.1.1",
  34. "vue3-tree-org": "^3.3.2",
  35. "webpack": "^5.0.0",
  36. "xlsx": "^0.18.5",
  37. "xlsx-js-style": "^1.2.0"
  38. },
  39. "devDependencies": {
  40. "@types/node": "^18.0.3",
  41. "@types/nprogress": "^0.2.0",
  42. "@types/qs": "^6.9.7",
  43. "@typescript-eslint/eslint-plugin": "^5.30.5",
  44. "@typescript-eslint/parser": "^5.30.5",
  45. "@vitejs/plugin-vue": "^2.3.3",
  46. "@vue/compiler-sfc": "^3.2.37",
  47. "dotenv": "^16.0.1",
  48. "eslint": "^8.19.0",
  49. "eslint-plugin-vue": "^9.2.0",
  50. "prettier": "^2.7.1",
  51. "sass": "^1.53.0",
  52. "sass-loader": "^13.0.2",
  53. "typescript": "^4.7.4",
  54. "vite": "^2.9.14",
  55. "vite-plugin-vue-setup-extend": "^0.4.0",
  56. "vue-eslint-parser": "^9.0.3"
  57. },
  58. "browserslist": [
  59. "> 1%",
  60. "last 2 versions",
  61. "not dead"
  62. ],
  63. "engines": {
  64. "node": ">=12.0.0",
  65. "npm": ">= 6.0.0"
  66. }
  67. }