Skip to content

Commit

Permalink
add lesson 43
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarubbi committed May 21, 2023
1 parent 8e4ae78 commit b98db43
Show file tree
Hide file tree
Showing 10 changed files with 1,489 additions and 194 deletions.
21 changes: 21 additions & 0 deletions 43-R3FDrei/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"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.5",
"@react-three/fiber": "^8.9.2",
"react": "18.2",
"react-dom": "18.2",
"three": "^0.148.0"
}
}
Loading

0 comments on commit b98db43

Please sign in to comment.