package.json 2.6 KB

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