{
  "name": "th-gis",
  "version": "2.8.3",
  "description": "gis公共组件",
  "main": "lib/th-gis.umd.js",
  "private": false,
  "keywords": [
    "vue",
    "th-gis",
    "gis"
  ],
  "author": "ddwu",
  "license": "MIT",
  "scripts": {
    "pre": "npm install --registry https://registry.npm.taobao.org",
    "dev": "vue-cli-service serve",
    "build:demo": "cross-env NODE_ENV=demo vue-cli-service build --report",
    "build": "vue-cli-service build --target lib --dest lib src/index.js",
    "report": "vue-cli-service build --target lib --dest lib src/index.js --report",
    "deploy": "npm run build && npm publish --registry https://registry.npmjs.org",
    "publish": "npm publish --registry https://registry.npmjs.org",
    "publish:local": "npm run build && npm publish --registry=http://192.168.14.114:8081/repository/npm-host-repo/",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
    "@turf/turf": "^6.5.0",
    "core-js": "3.6.5",
    "gcoord": "^0.2.3",
    "lodash": "^4.17.21",
    "md5": "^2.3.0",
    "monotone-convex-hull-2d": "^1.0.1",
    "sm3": "^1.0.3",
    "uuid": "^8.3.0"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "4.5.0",
    "@vue/cli-plugin-eslint": "4.5.0",
    "@vue/cli-service": "4.5.0",
    "babel-eslint": "10.1.0",
    "cross-env": "^7.0.2",
    "element-ui": "^2.15.2",
    "eslint": "^6.7.2",
    "eslint-plugin-vue": "^6.2.2",
    "node-sass": "^4.14.1",
    "path": "^0.12.7",
    "sass-loader": "^7.0.0",
    "script-loader": "^0.7.2",
    "vue": "^2.6.11",
    "vue-router": "^3.0.2",
    "vue-template-compiler": "^2.6.11"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "lint-staged": {
    "src/**/*.{js,vue}": [
      "vue-cli-service lint",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  }
}
