package.json 2.7 KB

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