20 lines
466 B
JSON
20 lines
466 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@react-three/drei": "^9.80.1",
|
|
"@react-three/fiber": "^8.13.6",
|
|
"three": "^0.155.0",
|
|
"@theatre/core": "0.0.1-COMPAT.1",
|
|
"@theatre/r3f": "0.0.1-COMPAT.1",
|
|
"@theatre/studio": "0.0.1-COMPAT.1",
|
|
"theatric": "0.0.1-COMPAT.1",
|
|
"next": "latest",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|