农经大屏
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

97 wiersze
2.6 KiB

  1. {
  2. "name": "rongxin.nongjing.expo",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve --open",
  7. "clean": "echo 'do nothing right now'",
  8. "install": "npm update && npm rebuild",
  9. "codegen": "echo 'do nothing right now'",
  10. "build": "vue-cli-service build",
  11. "clean:dev": "echo 'do nothing right now'",
  12. "install:dev": "npm run install",
  13. "codegen:dev": "echo 'do nothing right now'",
  14. "build:dev": "npm run build",
  15. "clean:test": "echo 'do nothing right now'",
  16. "install:test": "npm run install",
  17. "codegen:test": "echo 'do nothing right now'",
  18. "build:test": "npm run build",
  19. "clean:stage": "echo 'do nothing right now'",
  20. "install:stage": "npm run install",
  21. "codegen:stage": "echo 'do nothing right now'",
  22. "build:stage": "npm run build",
  23. "clean:prod": "echo 'do nothing right now'",
  24. "install:prod": "npm run install",
  25. "codegen:prod": "echo 'do nothing right now'",
  26. "build:prod": "npm run build",
  27. "lint": "vue-cli-service lint"
  28. },
  29. "dependencies": {
  30. "@antv/data-set": "0.11.1",
  31. "@antv/g2": "3.5.9",
  32. "@antv/g6": "2.1.3",
  33. "@turf/turf": "^6.5.0",
  34. "config": "1.30.0",
  35. "connect-redis": "3.3.3",
  36. "core-js": "3.19.1",
  37. "d3-force": "1.1.2",
  38. "echarts": "5.5.1",
  39. "echarts-gl": "2.0.8",
  40. "element-resize-detector": "1.2.4",
  41. "element-ui": "2.13.0",
  42. "ezuikit-js": "^0.6.1",
  43. "jquery": "3.4.1",
  44. "ol": "6.1.1",
  45. "proj4": "2.5.0",
  46. "v-scale-screen": "^1.0.2",
  47. "vue": "2.6.10",
  48. "vue-awesome-swiper": "3.1.3",
  49. "vue-baidu-map": "0.21.22",
  50. "vue-router": "3.0.6",
  51. "vuex": "3.1.2",
  52. "vuex-persist": "2.2.0"
  53. },
  54. "devDependencies": {
  55. "@vue/cli-plugin-babel": "4.0.0",
  56. "@vue/cli-plugin-eslint": "4.0.0",
  57. "@vue/cli-plugin-router": "4.0.0",
  58. "@vue/cli-service": "4.0.0",
  59. "@vue/eslint-config-standard": "4.0.0",
  60. "axios": "0.19.0",
  61. "babel-cli": "^6.26.0",
  62. "babel-eslint": "10.0.1",
  63. "babel-preset-es2015": "^6.24.1",
  64. "eslint": "5.16.0",
  65. "eslint-plugin-vue": "5.0.0",
  66. "lodash.debounce": "4.0.8",
  67. "node-sass": "^4.14.1",
  68. "sass-loader": "8.0.0",
  69. "vue-axios": "2.1.4",
  70. "vue-seamless-scroll": "^1.1.23",
  71. "vue-template-compiler": "2.6.10"
  72. },
  73. "eslintConfig": {
  74. "root": true,
  75. "env": {
  76. "node": true
  77. },
  78. "extends": [
  79. "plugin:vue/essential",
  80. "@vue/standard"
  81. ],
  82. "rules": {},
  83. "parserOptions": {
  84. "parser": "babel-eslint"
  85. }
  86. },
  87. "postcss": {
  88. "plugins": {
  89. "autoprefixer": {}
  90. }
  91. },
  92. "browserslist": [
  93. "> 1%",
  94. "last 2 versions"
  95. ]
  96. }