Mike0021's picture
Add Gaussian splat walkthrough demo
134ab9f verified
Raw
History Blame Contribute Delete
346 Bytes
{
"name": "gaussian-splat-walkthrough",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0"
},
"dependencies": {
"@mkkellogg/gaussian-splats-3d": "0.4.7",
"three": "0.180.0",
"vite": "^7.3.3"
}
}