package.json 2.7 KB

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