package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. "vue3-photo-preview": "^0.3.0",
  54. "xe-utils": "^3.5.4",
  55. "yarn": "^1.22.22",
  56. "zdog": "^1.1.3"
  57. },
  58. "devDependencies": {
  59. "@babel/eslint-parser": "^7.18.2",
  60. "@iconify/json": "^2.2.42",
  61. "@vue/babel-plugin-jsx": "^1.1.1",
  62. "@vue/cli-plugin-babel": "^5.0.6",
  63. "@vue/cli-plugin-eslint": "^5.0.6",
  64. "@vue/cli-plugin-router": "^5.0.6",
  65. "@vue/cli-plugin-vuex": "^5.0.6",
  66. "@vue/cli-service": "^5.0.6",
  67. "@vue/compiler-sfc": "^3.2.37",
  68. "@vue/eslint-config-prettier": "^7.0.0",
  69. "compression-webpack-plugin": "^10.0.0",
  70. "eslint": "^8.19.0",
  71. "eslint-plugin-prettier": "^4.2.1",
  72. "eslint-plugin-vue": "^9.1.1",
  73. "less": "^4.1.3",
  74. "less-loader": "^11.1.0",
  75. "lint-staged": "^13.0.3",
  76. "mockjs": "^1.1.0",
  77. "prettier": "^2.7.1",
  78. "sass": "^1.53.0",
  79. "sass-loader": "^13.0.2",
  80. "terser-webpack-plugin": "^5.3.3",
  81. "unplugin-auto-import": "^0.15.2",
  82. "unplugin-icons": "^0.16.1",
  83. "video.js": "^7.21.4",
  84. "vue": "^3.2.47",
  85. "vue-cli-plugin-axios": "^0.0.4",
  86. "vue-cli-plugin-element-plus": "^0.0.13",
  87. "webpack": "^5.73.0"
  88. },
  89. "gitHooks": {
  90. "pre-commit": "lint-staged"
  91. },
  92. "lint-staged": {
  93. "*.{js,jsx,vue}": [
  94. "vue-cli-service lint --fix"
  95. ]
  96. }
  97. }