package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. {
  2. "name": "feiniao-pc-vue",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "servedev": "vue-cli-service serve --mode dev",
  7. "servelocal": "vue-cli-service serve --mode local",
  8. "servemock": "vue-cli-service serve --mode mock",
  9. "servepro": "vue-cli-service serve --mode pro",
  10. "build": "vue-cli-service build --mode pro",
  11. "build2": "vue-cli-service build --mode dev",
  12. "build3": "vue-cli-service build --mode mock",
  13. "lint": "vue-cli-service lint"
  14. },
  15. "dependencies": {
  16. "@amap/amap-jsapi-loader": "^1.0.1",
  17. "@element-plus/icons-vue": "^2.0.6",
  18. "@fortawesome/fontawesome-svg-core": "^6.3.0",
  19. "@iconify/iconify": "^3.1.0",
  20. "@iconify/json": "^2.2.42",
  21. "@iconify/vue": "^4.1.0",
  22. "@liveqing/liveplayer-v3": "^3.7.35",
  23. "@turf/turf": "^7.2.0",
  24. "@vueuse/core": "^8.7.5",
  25. "ali-oss": "^6.20.0",
  26. "axios": "^0.27.2",
  27. "copy-webpack-plugin": "^13.0.0",
  28. "core-js": "^3.23.3",
  29. "dayjs": "^1.11.3",
  30. "echarts": "^5.4.1",
  31. "element-plus": "^2.2.8",
  32. "es6-promise": "^4.2.8",
  33. "highcharts": "^11.0.0",
  34. "html2canvas": "^1.4.1",
  35. "jquery": "^3.6.3",
  36. "jsts": "^2.9.3",
  37. "mitt": "^3.0.1",
  38. "moment": "^2.29.4",
  39. "normalize.css": "^8.0.1",
  40. "npm": "^9.2.0",
  41. "nprogress": "^0.2.0",
  42. "ol": "^6.15.1",
  43. "ol-ext": "^3.2.4",
  44. "qs": "^6.11.0",
  45. "qweather-icons": "^1.6.0",
  46. "resize-observer-polyfill": "^1.5.1",
  47. "run": "^1.4.0",
  48. "serve": "^14.1.2",
  49. "svg-sprite-loader": "^4.1.3",
  50. "vant": "^4.9.19",
  51. "videojs-contrib-hls": "^5.15.0",
  52. "vue": "^3.2.47",
  53. "vue-echarts": "^6.5.4",
  54. "vue-fontawesome": "^0.0.2",
  55. "vue-router": "^4.1.0",
  56. "vue3-openlayers": "^0.1.74",
  57. "vue3-photo-preview": "^0.3.0",
  58. "vue3-print-nb": "^0.1.4",
  59. "vuedraggable": "^2.24.3",
  60. "vueshowpdf": "^1.1.2",
  61. "vuex": "^4.0.2",
  62. "xe-utils": "^3.5.4",
  63. "yarn": "^1.22.22",
  64. "zdog": "^1.1.3"
  65. },
  66. "devDependencies": {
  67. "@babel/eslint-parser": "^7.18.2",
  68. "@iconify/json": "^2.2.42",
  69. "@vue/babel-plugin-jsx": "^1.1.1",
  70. "@vue/cli-plugin-babel": "^5.0.6",
  71. "@vue/cli-plugin-eslint": "^5.0.6",
  72. "@vue/cli-plugin-router": "^5.0.6",
  73. "@vue/cli-plugin-vuex": "^5.0.6",
  74. "@vue/cli-service": "^5.0.6",
  75. "@vue/compiler-sfc": "^3.2.37",
  76. "@vue/eslint-config-prettier": "^7.0.0",
  77. "compression-webpack-plugin": "^10.0.0",
  78. "eslint": "^8.19.0",
  79. "eslint-plugin-prettier": "^4.2.1",
  80. "eslint-plugin-vue": "^9.1.1",
  81. "less": "^4.1.3",
  82. "less-loader": "^11.1.0",
  83. "lint-staged": "^13.0.3",
  84. "mockjs": "^1.1.0",
  85. "prettier": "^2.7.1",
  86. "sass": "^1.53.0",
  87. "sass-loader": "^13.0.2",
  88. "terser-webpack-plugin": "^5.3.3",
  89. "unplugin-auto-import": "^0.15.2",
  90. "unplugin-icons": "^0.16.1",
  91. "video.js": "^7.21.4",
  92. "vue": "^3.2.47",
  93. "vue-cli-plugin-axios": "^0.0.4",
  94. "vue-cli-plugin-element-plus": "^0.0.13",
  95. "webpack": "^5.73.0"
  96. },
  97. "gitHooks": {
  98. "pre-commit": "lint-staged"
  99. },
  100. "lint-staged": {
  101. "*.{js,jsx,vue}": [
  102. "vue-cli-service lint --fix"
  103. ]
  104. }
  105. }