mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "@luma.gl/engine",
|
|
"version": "9.0.0-alpha.42",
|
|
"description": "WebGL2 Components for High Performance Rendering and Computation",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/visgl/luma.gl"
|
|
},
|
|
"keywords": [
|
|
"webgl",
|
|
"visualization",
|
|
"animation",
|
|
"3d"
|
|
],
|
|
"types": "dist/index.d.ts",
|
|
"main": "dist/index.cjs",
|
|
"module": "dist/index.js",
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"dist.min.js",
|
|
"README.md"
|
|
],
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"build-bundle": "ocular-bundle ./src/index.ts",
|
|
"pre-build": "npm run build-bundle && npm run build-bundle -- --env=dev"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0",
|
|
"@luma.gl/constants": "9.0.0-alpha.42",
|
|
"@luma.gl/core": "9.0.0-alpha.42",
|
|
"@luma.gl/shadertools": "9.0.0-alpha.42",
|
|
"@math.gl/core": "^4.0.0",
|
|
"@probe.gl/log": "^4.0.2",
|
|
"@probe.gl/stats": "^4.0.2"
|
|
},
|
|
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
|
|
}
|