Skip to content

Commit d6e2f71

Browse files
authored
Add three.js and react-three dependencies
Added new dependencies for three.js and react-three.
1 parent d7fc97d commit d6e2f71

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

frontend/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
"next": "16.1.6",
1414
"react": "19.2.3",
1515
"react-dom": "19.2.3",
16-
"recharts": "^3.7.0"
16+
"recharts": "^3.7.0",
17+
"three": "^0.160.0",
18+
"@react-three/fiber": "^8.15.0",
19+
"@react-three/drei": "^9.92.0"
1720
},
1821
"devDependencies": {
1922
"@tailwindcss/postcss": "^4",

0 commit comments

Comments
 (0)