luma.gl/examples/api/animation/package.json
2023-05-25 10:03:16 -07:00

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"
}
}