Files
agent-bounty-protocol/apps/web/package.json
OG T 2652263f52
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
fix(deps): add dotenv to web for prisma generate
2026-06-08 10:34:05 +08:00

36 lines
797 B
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:*",
"@e2b/code-interpreter": "^2.6.0",
"@prisma/client": "^6.4.1",
"dotenv": "^17.4.2",
"ioredis": "^5.11.1",
"next": "16.2.7",
"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"
}
}