add signIn example

This commit is contained in:
Tony D'Addeo
2024-12-17 14:26:20 -06:00
committed by lucas-neynar
parent e1a87ff00f
commit cd4149abd5
9 changed files with 539 additions and 20 deletions

View File

@@ -9,12 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"@farcaster/auth-kit": "^0.6.0",
"@farcaster/frame-core": "^0.0.18",
"@farcaster/frame-node": "^0.0.3",
"@farcaster/frame-sdk": "^0.0.16",
"@farcaster/frame-sdk": "^0.0.19",
"@farcaster/frame-wagmi-connector": "^0.0.1",
"@tanstack/react-query": "^5.61.0",
"@upstash/redis": "^1.34.3",
"next": "15.0.3",
"next-auth": "^4.24.11",
"ox": "^0.4.2",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"viem": "^2.21.55",