package.json 2.6 KB

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