mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
ac66995bf8
24 examples bumped from various 15.0-15.4 versions to 15.5.15. chat-with-your-data bumped from 15.6.0-canary to 16.1.7. next-openai: moved OpenAI client init into handlers (15.5 evaluates edge routes at build time). Remaining on 14.x: next-pages-router(v1), state-machine, travel, banking, enterprise-brex, presentation, todo — require major rewrite.
24 lines
517 B
JSON
24 lines
517 B
JSON
{
|
|
"name": "@copilotkit/next-pages-router",
|
|
"version": "1.55.0-next.8",
|
|
"private": true,
|
|
"scripts": {
|
|
"example-dev": "next dev",
|
|
"example-build": "next build",
|
|
"example-start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/react-core": "workspace:*",
|
|
"next": "15.5.15",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"typescript": "^5"
|
|
}
|
|
}
|