Files
Martha Schumann 853740266a fix(langgraph-python-threads): pin to stable @copilotkit/* 1.57.0 and intelligence 0.1.0
Replaces canary @copilotkit/* (1.56.5-canary.1777671752) and the intelligence
composite RC tag (0.1.0-rc.16) with the just-released stable artifacts so users
cloning this starter get a reproducible configuration. Also aligns the
Dockerfile copilotkit Python pin (0.1.78) with apps/agent/pyproject.toml (0.1.86).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 05:29:04 -07:00

43 lines
1.1 KiB
JSON

{
"name": "@repo/app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc && vite build",
"start": "node server.mjs"
},
"dependencies": {
"@ag-ui/client": "0.0.52",
"@copilotkit/a2ui-renderer": "1.57.0",
"@copilotkit/react-core": "1.57.0",
"@copilotkit/react-ui": "1.57.0",
"@hono/node-server": "^1.19.14",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-separator": "^1.1.8",
"@tanstack/pacer": "0.21.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hono": "^4.9.8",
"lucide-react": "^0.577.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-rnd": "^10.5.2",
"react18-json-view": "^0.2.9",
"recharts": "^3.7.0",
"tailwind-merge": "^3.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^5.1.0",
"tailwindcss": "^4",
"typescript": "^5",
"vite": "^7.1.12"
}
}