chore: add three.js, r3f

This commit is contained in:
2025-12-28 17:21:16 -03:00
parent 02fadff72f
commit 989a284b2e
2 changed files with 260 additions and 4 deletions
+3 -1
View File
@@ -11,9 +11,11 @@
"format:apply": "prettier --write './src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@react-three/fiber": "^9.4.2",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3"
"react-dom": "19.2.3",
"three": "^0.182.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",