@deck.gl/carto
Version:
CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.
80 lines (79 loc) • 2.44 kB
JSON
{
"name": "@deck.gl/carto",
"description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
"license": "MIT",
"type": "module",
"version": "9.2.6",
"publishConfig": {
"access": "public"
},
"keywords": [
"carto",
"cartodb",
"mvt",
"visualization",
"geospatial",
"layer"
],
"repository": {
"type": "git",
"url": "https://github.com/visgl/deck.gl.git"
},
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"src",
"dist.min.js"
],
"sideEffects": false,
"scripts": {
"build-bundle": "npm run build-workers && ocular-bundle ./bundle.ts",
"build-workers": "npm run build-worker --cartoloader=RasterTile && npm run build-worker --cartoloader=SpatialTile && npm run build-worker --cartoloader=VectorTile && npm run build-worker --cartoloader=PropertiesTile",
"build-worker": "esbuild src/workers/carto$npm_config_cartoloader.ts --bundle --outfile=dist/carto$npm_config_cartoloader-worker.js --define:__VERSION__=\\\"$npm_package_version\\\"",
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@carto/api-client": "^0.5.19",
"@loaders.gl/compression": "^4.2.0",
"@loaders.gl/gis": "^4.2.0",
"@loaders.gl/loader-utils": "^4.2.0",
"@loaders.gl/mvt": "^4.2.0",
"@loaders.gl/schema": "^4.2.0",
"@loaders.gl/tiles": "^4.2.0",
"@luma.gl/core": "^9.2.6",
"@luma.gl/shadertools": "^9.2.6",
"@math.gl/web-mercator": "^4.1.0",
"@types/d3-array": "^3.0.2",
"@types/d3-color": "^1.4.2",
"@types/d3-scale": "^3.0.0",
"cartocolor": "^5.0.2",
"d3-array": "^3.2.0",
"d3-color": "^3.1.0",
"d3-format": "^3.1.0",
"d3-scale": "^4.0.0",
"earcut": "^2.2.4",
"h3-js": "^4.1.0",
"moment-timezone": "^0.5.33",
"pbf": "^3.2.1",
"quadbin": "^0.4.0"
},
"peerDependencies": {
"@deck.gl/aggregation-layers": "~9.2.0",
"@deck.gl/core": "~9.2.0",
"@deck.gl/extensions": "~9.2.0",
"@deck.gl/geo-layers": "~9.2.0",
"@deck.gl/layers": "~9.2.0",
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "~9.2.6"
},
"gitHead": "e424548ba239168f3e86b82b049cdd2d3cdf8fbe"
}