Files
copilotkit__copilotkit/examples/v1/next-openai/package.json
Jordan Ritter ac66995bf8 fix: bump all 15.x examples to Next 15.5.15 (security patches)
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.
2026-04-28 10:33:06 -07:00

49 lines
1.4 KiB
JSON

{
"name": "next-openai",
"version": "1.4.10-next.0",
"private": true,
"scripts": {
"example-dev": "next dev",
"example-build": "next build",
"example-start": "next start",
"lint": "next lint",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist && rm -rf .next"
},
"dependencies": {
"@copilotkit/react-core": "workspace:*",
"@copilotkit/react-textarea": "workspace:*",
"@copilotkit/react-ui": "workspace:*",
"@copilotkit/runtime": "workspace:*",
"@copilotkit/runtime-client-gql": "workspace:*",
"@copilotkit/shared": "workspace:*",
"@google/generative-ai": "^0.11.5",
"@heroicons/react": "^2.0.18",
"clsx": "^1.2.1",
"encoding": "^0.1.13",
"eslint-config-next": "^15.0.2",
"flowtoken": "^1.0.40",
"groq-sdk": ">=0.3.0 <1.0.0",
"langchain": "^0.3.3",
"next": "15.5.15",
"next-themes": "^0.2.1",
"openai": "^4.85.1",
"react": "19.0.0-rc-0bc30748-20241028",
"react-dom": "19.0.0-rc-0bc30748-20241028",
"react-markdown": "^8.0.7",
"use-stick-to-bottom": "^1.1.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^18.11.17",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"postcss": "^8.4.20",
"tailwind-config": "workspace:*",
"tailwindcss": "^3.2.4",
"tsconfig": "workspace:*",
"typescript": "^5.2.3"
}
}