mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
35 lines
869 B
JSON
35 lines
869 B
JSON
{
|
|
"name": "@luma.gl/scripts",
|
|
"description": "Scripting with luma.gl",
|
|
"license": "MIT",
|
|
"version": "7.3.0-alpha.7",
|
|
"private": "true",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"webgl",
|
|
"visualization",
|
|
"3D"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/uber/luma.gl"
|
|
},
|
|
"main": "dist/lumagl.min.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --env.dev --progress --open",
|
|
"build-dev": "webpack --env.dev --config webpack.config.js",
|
|
"build-prod": "webpack --config webpack.config.js",
|
|
"build": "npm run build-prod"
|
|
},
|
|
"dependencies": {
|
|
"@luma.gl/constants": "7.3.0-alpha.7",
|
|
"@luma.gl/core": "7.3.0-alpha.7",
|
|
"@luma.gl/debug": "7.3.0-alpha.7",
|
|
"@luma.gl/glfx": "7.3.0-alpha.7",
|
|
"@luma.gl/shadertools": "7.3.0-alpha.7",
|
|
"math.gl": "^2.3.0"
|
|
}
|
|
}
|