package.json 2.6 KB

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