@deck.gl/arcgis
Version:
Use deck.gl as a custom ArcGIS API for JavaScript layer
54 lines (53 loc) • 1.18 kB
JSON
{
"name": "@deck.gl/arcgis",
"description": "Use deck.gl as a custom ArcGIS API for JavaScript layer",
"license": "MIT",
"type": "module",
"version": "9.1.14",
"publishConfig": {
"access": "public"
},
"keywords": [
"webgl",
"visualization",
"esri",
"arcgis"
],
"repository": {
"type": "git",
"url": "https://github.com/visgl/deck.gl.git"
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"src",
"dist.min.js"
],
"sideEffects": false,
"scripts": {
"build-bundle": "ocular-bundle ./bundle.ts",
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "~9.1.9",
"esri-loader": "^3.7.0"
},
"peerDependencies": {
"@arcgis/core": "^4.0.0",
"@deck.gl/core": "^9.1.0",
"@luma.gl/core": "~9.1.9",
"@luma.gl/engine": "~9.1.9",
"@luma.gl/webgl": "~9.1.9"
},
"devDependencies": {
"@arcgis/core": "^4.21.0"
},
"gitHead": "024534cc087af7c10c5c6d1316cf06bffe01cceb"
}