Files
agent-bounty-protocol/apps/agent/package.json
OG T 54500c80f7
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
feat: Add agent.wooo.work frontend
2026-06-08 13:27:48 +08:00

25 lines
476 B
JSON

{
"name": "agent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"next": "16.2.7",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"typescript": "^5"
}
}