haiku.rag/app/frontend/package.json
2026-06-26 10:55:26 +03:00

30 lines
666 B
JSON

{
"name": "haiku-rag-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check": "biome check app components lib",
"format": "biome check --write app components lib"
},
"dependencies": {
"@ag-ui/client": "^0.0.57",
"@copilotkit/react-core": "^1.61.1",
"@copilotkit/runtime": "^1.61.1",
"next": "^16.2.9",
"openai": "^6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"zod": "^3.24.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.2",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5"
}
}