package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "name": "feiniao-farm-h5",
  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. "@liveqing/liveplayer-v3": "^3.7.32",
  16. "@turf/turf": "^7.1.0",
  17. "@vant/area-data": "^1.5.1",
  18. "@vueuse/core": "^8.7.5",
  19. "ali-oss": "^6.20.0",
  20. "axios": "^0.27.2",
  21. "canvas": "^3.1.0",
  22. "chroma": "^0.0.1",
  23. "chroma-js": "^3.1.2",
  24. "core-js": "^3.8.3",
  25. "driver.js": "^1.3.1",
  26. "echarts": "^5.4.1",
  27. "element-plus": "^2.2.8",
  28. "es6-promise": "^4.2.8",
  29. "html2canvas": "^1.4.1",
  30. "jquery": "^3.6.3",
  31. "js-base64": "^3.7.7",
  32. "mars3d": "^3.8.8",
  33. "mars3d-cesium": "^1.124.0",
  34. "mars3d-space": "^3.8.8",
  35. "mars3d-tdt": "^3.8.8",
  36. "mitt": "^3.0.1",
  37. "mqtt": "^5.14.0",
  38. "node-polyfill-webpack-plugin": "^4.1.0",
  39. "npm": "^9.2.0",
  40. "nprogress": "^0.2.0",
  41. "ol": "^6.15.1",
  42. "ol-ext": "^3.2.4",
  43. "proj4": "^2.19.10",
  44. "qs": "^6.11.0",
  45. "qweather-icons": "^1.6.0",
  46. "solarlunar": "^2.0.7",
  47. "vant": "^4.9.4",
  48. "vue": "^3.2.13",
  49. "vue-router": "^4.1.0",
  50. "vue3-openlayers": "^0.1.74",
  51. "vue3-photo-preview": "^0.3.0",
  52. "vuex": "^4.0.2",
  53. "weixin-js-sdk": "^1.6.5",
  54. "yarn": "^1.22.22"
  55. },
  56. "devDependencies": {
  57. "@babel/core": "^7.12.16",
  58. "@babel/eslint-parser": "^7.12.16",
  59. "@element-plus/icons-vue": "^2.0.6",
  60. "@vue/cli-plugin-babel": "~5.0.0",
  61. "@vue/cli-plugin-eslint": "~5.0.0",
  62. "@vue/cli-service": "~5.0.0",
  63. "compression-webpack-plugin": "^10.0.0",
  64. "eslint": "^7.32.0",
  65. "eslint-plugin-vue": "^8.0.3",
  66. "mockjs": "^1.1.0",
  67. "prettier": "^2.7.1",
  68. "sass": "^1.53.0",
  69. "sass-loader": "^13.0.2",
  70. "unplugin-auto-import": "^0.15.2",
  71. "unplugin-icons": "^0.16.1",
  72. "vue": "^3.2.47",
  73. "vue-cli-plugin-axios": "^0.0.4",
  74. "vue-cli-plugin-element-plus": "^0.0.13",
  75. "webpack": "^5.73.0"
  76. },
  77. "eslintConfig": {
  78. "root": true,
  79. "env": {
  80. "node": true
  81. },
  82. "extends": [
  83. "plugin:vue/vue3-essential",
  84. "eslint:recommended"
  85. ],
  86. "parserOptions": {
  87. "parser": "@babel/eslint-parser"
  88. },
  89. "rules": {}
  90. },
  91. "browserslist": [
  92. "> 1%",
  93. "last 2 versions",
  94. "not dead",
  95. "not ie 11"
  96. ]
  97. }