{ "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.52", "@copilotkit/react-core": "^1.55.3", "@copilotkit/runtime": "^1.55.3", "zod": "^3.24.0", "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" } }