{
  "name": "xdh-map",
  "version": "2.0.2",
  "main": "lib/xdhmap.common.js",
  "keywords": [
    "openlayers",
    "map",
    "track",
    "vue",
    "ol",
    "pgis",
    "echarts"
  ],
  "description": "基于Openlayers的Vue组件封装",
  "homepage": "http://newgateway.gitee.io/my/ui/map/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://gitee.com/newgateway/xdh-map.git"
  },
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "lint": "vue-cli-service lint",
    "lib": "vue-cli-service build --target lib --name xdhmap --dest lib src/index.js",
    "copy": "node build/copy"
  },
  "dependencies": {},
  "devDependencies": {
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "@vue/eslint-config-standard": "^5.1.2",
    "@xdh/my": "^4.2.5",
    "babel-eslint": "^10.1.0",
    "babel-plugin-component": "^1.1.1",
    "eslint": "^6.7.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^6.2.2",
    "node-sass": "^5.0.0",
    "sass-loader": "^10.1.0",
    "vue-template-compiler": "^2.6.11"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": [
      "plugin:vue/essential",
      "@vue/standard"
    ],
    "parserOptions": {
      "parser": "babel-eslint"
    },
    "rules": {
      "indent": 0,
      "vue/script-indent": 0,
      "vue/require-prop-type-constructor": 0,
      "vue/no-use-v-if-with-v-for": 0,
      "no-console": 0,
      "no-trailing-spaces": 0,
      "no-multiple-empty-lines": 0,
      "no-extra-boolean-cast": 0,
      "valid-jsdoc": 0,
      "one-var": 0,
      "semi": 0,
      "no-new": 0,
      "no-extra-semi": 0,
      "keyword-spacing": 0,
      "space-before-function-paren": 0,
      "arrow-parens": 0,
      "generator-star-spacing": 0,
      "no-mixed-operators": 0,
      "padded-blocks": 0,
      "eol-last": 0,
      "object-curly-spacing": 0,
      "no-callback-literal": 0
    }
  },
  "eslintIgnore": [
    "lib"
  ],
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not dead"
  ]
}
