mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "@luma.gl/experimental",
|
|
"version": "8.1.0",
|
|
"description": "Experimental classes for luma.gl",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/visgl/luma.gl"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"webgl",
|
|
"glsl",
|
|
"debug",
|
|
"3d"
|
|
],
|
|
"main": "dist/es5/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"esnext": "dist/es6/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": {
|
|
"@loaders.gl/images": "^2.1.1",
|
|
"@luma.gl/constants": "8.1.0",
|
|
"earcut": "^2.0.6",
|
|
"math.gl": "^3.1.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@loaders.gl/gltf": "^2.1.1",
|
|
"@luma.gl/engine": "^8.1.0-beta.1",
|
|
"@luma.gl/gltools": "^8.1.0-beta.1",
|
|
"@luma.gl/shadertools": "^8.1.0-beta.1",
|
|
"@luma.gl/webgl": "^8.1.0-beta.1"
|
|
},
|
|
"gitHead": "3f8566893e360112486ccf306d3aaa264e072672"
|
|
}
|