Adding in framer-motion to animate in cards when in view, adding scroll to top button.

This commit is contained in:
Frank Delaguila
2022-11-11 02:23:14 -07:00
parent 86c0fa50a3
commit d9286b0c4c
4 changed files with 473 additions and 134 deletions

View File

@@ -11,12 +11,13 @@
"lint": "next lint"
},
"dependencies": {
"@tauri-apps/api": "^1.1.0",
"@tauri-apps/api": "^1.2.0",
"@types/lodash": "^4.14.187",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"chart.js": "^3.9.1",
"framer-motion": "^7.6.5",
"lodash": "^4.17.21",
"next": "13.0.1",
"react": "18.2.0",
@@ -25,7 +26,7 @@
"typescript": "4.8.4"
},
"devDependencies": {
"@tauri-apps/cli": "^1.1.1",
"@tauri-apps/cli": "^1.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"