rsnext/examples/with-three-js/package.json
Anderson Leite a54b4ed0c5
Updates @react-three/drei version and other dependencies. (#28755)
Updating @react-three/drei from 4.x to 7.x

I was having problems using this example and realized that it was caused by the "old" version of the lib.
Also updating @react-three/fiber and next to latest. 

## Documentation / Examples

- [x] Make sure the linting passes
2021-09-07 14:02:05 +00:00

16 lines
309 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-three/drei": "7.6.1",
"@react-three/fiber": "7.0.6",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"three": "0.128.0"
}
}