mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
32c0696313
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
66 lines
1.8 KiB
JSON
66 lines
1.8 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"postinstall": "fumadocs-mdx",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@clerk/clerk-react": "^5.18.2",
|
|
"@clerk/nextjs": "^6.7.1",
|
|
"@copilotkit/react-core": "1.8.2",
|
|
"@copilotkit/react-ui": "1.8.2",
|
|
"@icons-pack/react-simple-icons": "^11.2.0",
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-scroll-area": "^1.2.2",
|
|
"@radix-ui/react-select": "^2.1.2",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-tabs": "^1.1.2",
|
|
"@shikijs/transformers": "^1.20.0",
|
|
"@theguild/remark-mermaid": "^0.1.3",
|
|
"@theguild/remark-npm2yarn": "^0.3.2",
|
|
"class-variance-authority": "^0.7.0",
|
|
"classnames": "^2.5.1",
|
|
"clsx": "^2.1.1",
|
|
"fumadocs-core": "13.4.10",
|
|
"fumadocs-docgen": "^1.2.0",
|
|
"fumadocs-mdx": "10.0.2",
|
|
"fumadocs-typescript": "^2.1.0",
|
|
"fumadocs-ui": "13.4.10",
|
|
"hast-util-to-jsx-runtime": "^2.3.0",
|
|
"lucide-react": "^0.446.0",
|
|
"mdast": "^3.0.0",
|
|
"next": "^14.2.8",
|
|
"next-themes": "^0.3.0",
|
|
"npm-to-yarn": "^3.0.0",
|
|
"posthog-js": "^1.175.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-ga4": "^2.1.0",
|
|
"react-icons": "^5.3.0",
|
|
"react-youtube": "^10.1.0",
|
|
"rehype-highlight-code-lines": "^1.0.4",
|
|
"shiki": "^1.20.0",
|
|
"swr": "^2.2.5",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"usehooks-ts": "^3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "22.5.4",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"husky": "^9.1.6",
|
|
"postcss": "^8.4.45",
|
|
"tailwindcss": "^3.4.10",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|