Remove react-page-scroller dependency and replace tailwind animation plugin

This commit is contained in:
Aaron William Po
2024-02-23 21:25:56 -05:00
parent 34e960f0c6
commit f5d9a52572
8 changed files with 39 additions and 352 deletions

View File

@@ -52,7 +52,6 @@
"react-icons": "^4.10.1",
"react-intersection-observer": "^9.5.2",
"react-map-gl": "^7.1.2",
"react-page-scroller": "^3.0.1",
"react-responsive-carousel": "^3.2.23",
"swr": "^2.2.0",
"theme-change": "^2.5.0",
@@ -88,7 +87,7 @@
"prettier-plugin-tailwindcss": "^0.5.7",
"prisma": "^5.7.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.6",
"tailwindcss-animated": "^1.0.1",
"ts-node": "^10.9.1",
"typescript": "^5.3.2"
},