{ "name": "ag-ui-frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "check": "biome check app components", "format": "biome check --write app components" }, "dependencies": { "@ag-ui/client": "^0.0.40", "@copilotkit/react-core": "^1.10.6", "@copilotkit/react-ui": "^1.10.6", "@copilotkit/runtime": "^1.10.6", "next": "15.5.5", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@biomejs/biome": "2.2.6", "@types/node": "^22", "@types/react": "^19", "@types/react-dom": "^19", "typescript": "^5" } }