{
  "name": "yymap-geovgl",
  "version": "0.0.9",
  "description": "a yymap Layer to render with three.js.",
  "license": "MIT",
  "static": "demo",
  "author": "Iverson.hu",
  "main": "dist/yymap-geovgl.min.js",
  "homepage": "http://10.0.0.27/YYMap-doc/dist/geovgl/",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/YeYoo/yymap-geovgl.git"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=dev  rollup -c",
    "mini": "cross-env NODE_ENV=prd  node ./build/minizip.js",
    "dist": "npm run build && npm run mini",
    "tin": "webpack --config webpack.config-tin.js && webpack --config webpack.config-tin.js -p",
    "extrude": "webpack --config webpack.config-geometry-extrude.js && webpack --config webpack.config-geometry-extrude.js -p",
    "ui": "webpack --config webpack.config-ui.js && webpack --config webpack.config-ui.js -p",
    "hexgrid": "webpack --config webpack.config-hexgrid.js && webpack --config webpack.config-hexgrid.js -p",
    "lint": "eslint src/**/*.js"
  },
  "files": [
    "dist/yymap-geovgl.min.js"
  ],
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "babel-loader": "^7.1.3",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "benchmark": "^2.1.3",
    "case-sensitive-paths-webpack-plugin": "^2.1.1",
    "cross-env": "^5.1.4",
    "echarts": "^4.2.1",
    "eslint": "^6.2.2",
    "eslint-config-standard": "^14.1.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^10.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.1",
    "express": "^4.16.4",
    "extrude-polyline": "^1.0.6",
    "fs-extra": "^4.0.2",
    "http-server": "^0.10.0",
    "rollup": "^0.68.2",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-commonjs": "^8.2.1",
    "rollup-plugin-json": "^3.1.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-uglify": "^6.0.0",
    "three-line-2d": "^1.1.6",
    "webpack": "^3.8.1",
    "worker-loader": "^1.1.1"
  },
  "peerDependencies": {
    "yymap": "^0.4.3"
  },
  "dependencies": {
    "@turf/hex-grid": "^6.0.2",
    "@turf/tin": "^6.0.2",
    "@tweenjs/tween.js": "^17.3.0",
    "geometry-extrude": "^0.1.2",
    "simpleheat": "^0.4.0",
    "three": "^0.102.0",
    "three-text2d": "^0.5.2"
  },
  "engines": {
    "npm": ">=6.9.0",
    "node": ">=10.16.0"
  }
}