47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@agent-bounty/contracts": "workspace:*",
|
|
"@ai-sdk/google": "^3.0.80",
|
|
"@e2b/code-interpreter": "^2.6.0",
|
|
"@google/generative-ai": "^0.24.1",
|
|
"@prisma/client": "^6.4.1",
|
|
"@waku/sdk": "^0.0.36",
|
|
"@xmtp/xmtp-js": "^13.0.4",
|
|
"ai": "^6.0.197",
|
|
"axios": "^1.17.0",
|
|
"dotenv": "^17.4.2",
|
|
"ethers": "^6.16.0",
|
|
"framer-motion": "^11.0.8",
|
|
"ioredis": "^5.11.1",
|
|
"lucide-react": "^0.344.0",
|
|
"next": "16.2.7",
|
|
"nostr-tools": "^2.23.5",
|
|
"protobufjs": "^8.6.1",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"stripe": "^22.2.0",
|
|
"twitter-api-v2": "^1.29.0",
|
|
"zod": "^3.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.7",
|
|
"prisma": "^6.4.1",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|