Skip to content

Commit

Permalink
add lesson 45
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarubbi committed Jun 13, 2023
1 parent d221445 commit 450ecbb
Show file tree
Hide file tree
Showing 34 changed files with 2,153 additions and 0 deletions.
23 changes: 23 additions & 0 deletions 45-EnvironmentAndStaging-R3F/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "threejs-journey-exercise",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@vitejs/plugin-react": "3.0",
"vite": "^4.0.4"
},
"dependencies": {
"@react-three/drei": "9.50.3",
"@react-three/fiber": "^8.9.2",
"leva": "0.9",
"r3f-perf": "^6.6.3",
"react": "18.2",
"react-dom": "18.2",
"three": "^0.148.0"
}
}
Loading

0 comments on commit 450ecbb

Please sign in to comment.