feat: add npx script and cleanup

This commit is contained in:
lucas-neynar
2025-03-11 16:23:49 -07:00
parent 417611b3d7
commit efb40c648e
5 changed files with 10837 additions and 5690 deletions

View File

@@ -2,12 +2,16 @@
"name": "frames-v2-demo",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"bin": {
"frames-v2-quickstart": "./bin/index.js"
},
"dependencies": {
"@farcaster/auth-kit": "^0.6.0",
"@farcaster/frame-core": "^0.0.29",
@@ -19,12 +23,13 @@
"@upstash/redis": "^1.34.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"inquirer": "^12.4.3",
"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",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"viem": "^2.23.6",