@luma.gl/core
Version:
WebGL2 Components for High Performance Rendering and Computation
41 lines (40 loc) • 993 B
JSON
{
"name": "@luma.gl/core",
"version": "8.5.17",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/visgl/luma.gl"
},
"keywords": [
"webgl",
"visualization",
"animation",
"3d"
],
"main": "dist/es5/index.js",
"module": "dist/esm/index.js",
"files": [
"src",
"dist",
"README.md"
],
"sideEffects": false,
"scripts": {
"pre-build": "npm run build-bundle && npm run build-bundle -- --env.dev",
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "8.5.17",
"@luma.gl/engine": "8.5.17",
"@luma.gl/gltools": "8.5.17",
"@luma.gl/shadertools": "8.5.17",
"@luma.gl/webgl": "8.5.17"
},
"gitHead": "d97aab89c8585b92cf6aa68ea32c823568a7329e"
}