download npm stuff

This commit is contained in:
Noah Paige
2023-03-10 21:34:55 -07:00
parent 0af6855c85
commit fb5e88e994
2 changed files with 9358 additions and 118 deletions
+9353 -117
View File
File diff suppressed because it is too large Load Diff
+5 -1
View File
@@ -9,9 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"@react-three/fiber": "^8.12.0",
"@types/three": "^0.149.0",
"daisyui": "^2.41.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-spring": "^9.7.1",
"three": "^0.150.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",