024b1896c6
Note: These are cherry-picked from the internal docker branch.
26 lines
613 B
JSON
26 lines
613 B
JSON
{
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@react-three/drei": "^9.11.3",
|
|
"@react-three/fiber": "^8.0.19",
|
|
"@theatre/core": "0.0.1-COMPAT.1",
|
|
"@theatre/r3f": "0.0.1-COMPAT.1",
|
|
"@theatre/studio": "0.0.1-COMPAT.1",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"three": "^0.141.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.0",
|
|
"@types/react-dom": "^18.0.0",
|
|
"@vitejs/plugin-react": "^1.3.0",
|
|
"typescript": "^4.6.3",
|
|
"vite": "^2.9.9"
|
|
}
|
|
}
|