@deck.gl/core
Version:
deck.gl core library
63 lines (62 loc) • 1.63 kB
JSON
{
"name": "@deck.gl/core",
"description": "deck.gl core library",
"license": "MIT",
"type": "module",
"version": "9.1.14",
"publishConfig": {
"access": "public"
},
"keywords": [
"webgl",
"visualization",
"overlay",
"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",
"debug.min.js",
"dist.min.js"
],
"sideEffects": false,
"scripts": {
"build-debugger": "ocular-bundle ./bundle/debug.ts --output=./debug.min.js --globalName=deck.debug",
"build-bundle": "ocular-bundle ./bundle/index.ts",
"prepublishOnly": "npm run build-debugger && npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/images": "^4.2.0",
"@luma.gl/constants": "~9.1.9",
"@luma.gl/core": "~9.1.9",
"@luma.gl/engine": "~9.1.9",
"@luma.gl/shadertools": "~9.1.9",
"@luma.gl/webgl": "~9.1.9",
"@math.gl/core": "^4.1.0",
"@math.gl/sun": "^4.1.0",
"@math.gl/types": "^4.1.0",
"@math.gl/web-mercator": "^4.1.0",
"@probe.gl/env": "^4.1.0",
"@probe.gl/log": "^4.1.0",
"@probe.gl/stats": "^4.1.0",
"@types/offscreencanvas": "^2019.6.4",
"gl-matrix": "^3.0.0",
"mjolnir.js": "^3.0.0"
},
"gitHead": "024534cc087af7c10c5c6d1316cf06bffe01cceb"
}