package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "jt_monitor_bigscreen",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vue-cli-service serve",
  7. "build:prod": "vue-cli-service build",
  8. "build:stage": "vue-cli-service build --mode staging"
  9. },
  10. "dependencies": {
  11. "@jiaminghi/data-view": "^2.10.0",
  12. "@turf/turf": "^6.5.0",
  13. "@vue/composition-api": "^1.7.1",
  14. "axios": "^0.21.1",
  15. "chokidar": "^3.5.2",
  16. "core-js": "^3.6.5",
  17. "d3": "^7.5.0",
  18. "dayjs": "^1.10.4",
  19. "echarts": "^5.4.2",
  20. "echarts-gl": "^1.1.2",
  21. "echarts-liquidfill": "^3.1.0",
  22. "element-ui": "^2.15.3",
  23. "flv.js": "^1.6.2",
  24. "js-audio-recorder": "^0.5.2",
  25. "js-cookie": "^3.0.0",
  26. "lamejs": "^1.2.1",
  27. "moment": "^2.29.1",
  28. "ol": "^6.5.0",
  29. "secure-ls": "^1.2.6",
  30. "stompjs": "^2.3.3",
  31. "swiper": "^4.5.1",
  32. "v-contextmenu": "^2.9.0",
  33. "video.js": "^7.15.4",
  34. "videojs-contrib-hls": "^5.15.0",
  35. "vue": "^2.6.11",
  36. "vue-awesome-swiper": "^4.0.4",
  37. "vue-baidu-map": "^0.21.22",
  38. "vue-clipboard2": "^0.3.3",
  39. "vue-count-to": "^1.0.13",
  40. "vue-echarts": "^6.6.0",
  41. "vue-jsonp": "^2.0.0",
  42. "vue-mapvgl": "0.0.33",
  43. "vue-router": "^3.2.0",
  44. "vue-seamless-scroll": "^1.1.23",
  45. "vue-wow": "^1.2.0",
  46. "vue2-animate": "^2.1.4",
  47. "vuedraggable": "^2.24.3",
  48. "vuex": "^3.4.0"
  49. },
  50. "devDependencies": {
  51. "@vue/cli-plugin-babel": "~4.5.0",
  52. "@vue/cli-plugin-eslint": "~4.5.0",
  53. "@vue/cli-plugin-router": "~4.5.0",
  54. "@vue/cli-plugin-vuex": "~4.5.0",
  55. "@vue/cli-service": "~4.5.0",
  56. "@vue/eslint-config-prettier": "^6.0.0",
  57. "babel-eslint": "^10.1.0",
  58. "babel-plugin-component": "^1.1.1",
  59. "eslint": "^6.7.2",
  60. "eslint-plugin-prettier": "^3.1.3",
  61. "eslint-plugin-vue": "^6.2.2",
  62. "html-webpack-plugin": "^4.5.1",
  63. "less": "^3.0.4",
  64. "less-loader": "^5.0.0",
  65. "postcss-plugin-px2rem": "^0.8.1",
  66. "script-ext-html-webpack-plugin": "^2.1.5",
  67. "style-resources-loader": "^1.5.0",
  68. "stylus": "^0.58.1",
  69. "stylus-loader": "^3.0.2",
  70. "svg-sprite-loader": "^5.2.1",
  71. "svgo": "^1.3.2",
  72. "vue-cli-plugin-style-resources-loader": "^0.1.5",
  73. "vue-runtime-helpers": "^1.1.2",
  74. "vue-template-compiler": "^2.6.11"
  75. }
  76. }