add viewProfile example

This commit is contained in:
Tony D'Addeo
2025-01-06 16:54:40 -06:00
committed by lucas-neynar
parent 7cde86a049
commit 805036bdaf
9 changed files with 266 additions and 38 deletions

View File

@@ -10,17 +10,23 @@
},
"dependencies": {
"@farcaster/auth-kit": "^0.6.0",
"@farcaster/frame-core": "^0.0.19",
"@farcaster/frame-core": "^0.0.22",
"@farcaster/frame-node": "^0.0.7",
"@farcaster/frame-sdk": "^0.0.21",
"@farcaster/frame-sdk": "^0.0.26",
"@farcaster/frame-wagmi-connector": "^0.0.6",
"@radix-ui/react-label": "^2.1.1",
"@tanstack/react-query": "^5.61.0",
"@upstash/redis": "^1.34.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.469.0",
"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",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.21.55",
"wagmi": "^2.14.3"
},