Files
2026-07-13 12:58:18 +08:00

47 lines
1.2 KiB
JSON

{
"name": "shadcn-example",
"version": "0.0.1",
"private": true,
"description": "CopilotKit useAgent chat example built with official ShadCN chat and chart components.",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"check-types": "tsc --noEmit -p tsconfig.json",
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"@copilotkit/react-core": "1.61.2",
"@copilotkit/runtime": "1.61.2",
"@shadcn/react": "^0.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "2.1.1",
"lucide-react": "1.21.0",
"motion": "^12.42.0",
"next": "16.2.9",
"radix-ui": "^1.6.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"recharts": "3.8.0",
"tailwind-merge": "3.6.0",
"zod": "3.25.76",
"openai": "6.45.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.39.2",
"eslint-config-next": "16.2.9",
"postcss": "^8.5.15",
"tailwindcss": "4.3.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"shadcn": "^4.12.0"
},
"packageManager": "pnpm@10.33.4"
}