Files
clinera-site/package.json
T

43 lines
1.1 KiB
JSON

{
"name": "pi-vs-cc",
"private": true,
"type": "module",
"description": "Pi Coding Agent extension playground",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.78.0",
"@google/generative-ai": "^0.24.1",
"@mariozechner/pi-ai": "^0.56.1",
"@mariozechner/pi-coding-agent": "^0.56.1",
"@mariozechner/pi-tui": "^0.56.1",
"@tailwindcss/postcss": "^4.2.1",
"bcryptjs": "^3.0.3",
"geist": "^1.7.0",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.577.0",
"nanoid": "^5.1.6",
"next": "^16.1.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"reactflow": "^11.11.4",
"tailwindcss": "^4.2.1",
"yaml": "^2.8.0"
},
"devDependencies": {
"@playwright/cli": "^0.1.1",
"@prisma/client": "^5.22.0",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"prisma": "^5.22.0",
"typescript": "^5.9.3"
}
}