mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
96939dd0bd
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "ai-researcher-demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3000",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@copilotkit/react-core": "1.8.13",
|
|
"@copilotkit/react-ui": "1.8.13",
|
|
"@copilotkit/runtime": "1.8.13",
|
|
"@copilotkit/runtime-client-gql": "1.8.13",
|
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^11.3.31",
|
|
"lucide-react": "^0.436.0",
|
|
"next": "15.4.8",
|
|
"openai": "^4.85.1",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-markdown": "^9.0.1",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"@types/react": "19.0.1",
|
|
"@types/react-dom": "19.0.2",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-next": "15.1.0",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/react": "19.0.1",
|
|
"@types/react-dom": "19.0.2"
|
|
}
|
|
}
|
|
}
|