rsnext/examples/with-three-js/package.json
Pierre de la Martinière 0729394ee1
Update next-transpile-modules in all examples (#15739)
Should prevent some tears when people tries to replicate some example with Next.js 9.5.0 ;)

cheers!
2020-07-31 15:53:53 +00:00

21 lines
411 B
JSON

{
"name": "with-three-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"drei": "0.0.60",
"next": "9.4.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-three-fiber": "4.2.12",
"three": "0.118.3"
},
"devDependencies": {
"next-transpile-modules": "4.0.2"
}
}