haiku.rag/app/frontend/package.json
2026-02-17 13:34:28 +02:00

28 lines
628 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.43",
"@copilotkit/react-core": "^1.51.4",
"@copilotkit/runtime": "^1.51.4",
"next": "^16.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.2",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5"
}
}