mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
80dffec4e7
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai> Co-authored-by: Ran Shemtov <ran@copilotkit.ai> Co-authored-by: Brandon McConnell <brandon@dreamthinkbuild.com> Co-authored-by: Mike Ryan <mike.ryan52@gmail.com> Co-authored-by: Markus Ecker <markus.ecker@gmail.com>
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"name": "next-openai",
|
|
"version": "1.4.6",
|
|
"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",
|
|
"@langchain/anthropic": "^0.3.5",
|
|
"@langchain/community": "^0.3.29",
|
|
"@langchain/core": "^0.3.38",
|
|
"@langchain/google-gauth": "^0.1.0",
|
|
"@langchain/openai": "^0.4.2",
|
|
"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.0.5",
|
|
"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",
|
|
"eslint-config-custom": "workspace:*",
|
|
"postcss": "^8.4.20",
|
|
"tailwind-config": "workspace:*",
|
|
"tailwindcss": "^3.2.4",
|
|
"tsconfig": "workspace:*",
|
|
"typescript": "^5.2.3"
|
|
}
|
|
}
|