mirror of
https://github.com/visgl/luma.gl.git
synced 2025-12-08 17:36:19 +00:00
19 lines
390 B
JSON
19 lines
390 B
JSON
{
|
|
"name": "luma.gl-examples-hello-instancing-high",
|
|
"version": "9.0.0-alpha.42",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@luma.gl/engine": "9.0.0-alpha.42",
|
|
"@luma.gl/webgl": "9.0.0-alpha.42"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.1.6",
|
|
"vite": "^4.4.9"
|
|
}
|
|
}
|