mirror of
https://github.com/visgl/luma.gl.git
synced 2026-02-01 14:33:49 +00:00
21 lines
462 B
JSON
21 lines
462 B
JSON
{
|
|
"name": "luma.gl-examples-animation",
|
|
"version": "9.0.0-alpha.21",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@luma.gl/engine": "9.0.0-alpha.21",
|
|
"@luma.gl/shadertools": "9.0.0-alpha.21",
|
|
"@luma.gl/webgl": "9.0.0-alpha.21",
|
|
"@math.gl/core": "4.0.0-alpha.4"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.3.2",
|
|
"vite": "^3.2.4"
|
|
}
|
|
}
|