mirror of
https://github.com/visgl/luma.gl.git
synced 2026-01-18 14:03:42 +00:00
20 lines
417 B
JSON
20 lines
417 B
JSON
{
|
|
"name": "luma.gl-examples-webgpu-two-cubes",
|
|
"version": "9.0.0-alpha.52",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@luma.gl/engine": "9.0.0-alpha.52",
|
|
"@luma.gl/webgpu": "9.0.0-alpha.52",
|
|
"@math.gl/core": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.3.0",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|