rsnext/examples/with-three-js/package.json
Henrik Wenz 6c1cfc1000
[example] Fix bird animations in with-three-js example (#36053)
* Fix bird animations

* Use memo for birds generation
2022-04-11 12:11:08 +02:00

16 lines
310 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-three/drei": "9.3.4",
"@react-three/fiber": "8.0.10",
"next": "latest",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"three": "0.139.2"
}
}