more progress on animation

This commit is contained in:
Noah Paige
2023-03-09 17:21:10 -07:00
parent 8ebf7b0e5b
commit 0f52debdea
8 changed files with 362 additions and 85 deletions
+4 -1
View File
@@ -9,9 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"@types/react-transition-group": "^4.4.5",
"daisyui": "^2.41.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.3",
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",