UNPKG

@deck.gl/geo-layers

Version:

deck.gl layers supporting geospatial use cases and GIS formats

54 lines (53 loc) 1.4 kB
{ "name": "@deck.gl/geo-layers", "description": "deck.gl layers supporting geospatial use cases and GIS formats", "license": "MIT", "version": "8.7.10", "publishConfig": { "access": "public" }, "keywords": [ "webgl", "visualization", "geospatial", "layer" ], "repository": { "type": "git", "url": "https://github.com/visgl/deck.gl.git" }, "main": "dist/es5/index.js", "module": "dist/esm/index.js", "files": [ "dist", "src", "dist.min.js" ], "sideEffects": false, "scripts": { "build-bundle": "webpack --config ../../scripts/bundle.config.js", "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env.dev" }, "dependencies": { "@loaders.gl/3d-tiles": "^3.1.5", "@loaders.gl/gis": "^3.1.5", "@loaders.gl/loader-utils": "^3.1.5", "@loaders.gl/mvt": "^3.1.5", "@loaders.gl/terrain": "^3.1.5", "@loaders.gl/tiles": "^3.1.5", "@luma.gl/experimental": "^8.5.10", "@math.gl/core": "^3.5.7", "@math.gl/culling": "^3.5.7", "@math.gl/web-mercator": "^3.5.7", "h3-js": "^3.6.0", "long": "^3.2.0" }, "peerDependencies": { "@deck.gl/core": "^8.0.0", "@deck.gl/extensions": "^8.0.0", "@deck.gl/layers": "^8.0.0", "@deck.gl/mesh-layers": "^8.0.0", "@loaders.gl/core": "^3.0.0" }, "gitHead": "0d3e70aefb845cd7b37ce030a67d8a6540420c5c" }