package.json 2.4 KB

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