mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
78 lines
2.3 KiB
JSON
78 lines
2.3 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",
|
|
"check-links": "node scripts/check-broken-links.js",
|
|
"verify-broken-links": "node scripts/verify-broken-links.js",
|
|
"generate": "node scripts/generate-integration-features.mjs",
|
|
"predev": "npm run generate",
|
|
"prebuild": "npm run generate && npm run check-links"
|
|
},
|
|
"dependencies": {
|
|
"@clerk/clerk-react": "^5.18.2",
|
|
"@clerk/nextjs": "^6.7.1",
|
|
"@copilotkit/react-core": "1.10.6",
|
|
"@copilotkit/react-ui": "1.10.6",
|
|
"@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": "^3.13.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": "^16.0.0",
|
|
"fumadocs-docgen": "^1.2.0",
|
|
"fumadocs-mdx": "^14.2.4",
|
|
"fumadocs-typescript": "^5.0.0",
|
|
"fumadocs-ui": "^16.0.0",
|
|
"hast-util-to-jsx-runtime": "^2.3.0",
|
|
"lucide-react": "^0.446.0",
|
|
"mdast": "^3.0.0",
|
|
"next": "^16.1.1",
|
|
"next-themes": "^0.4.6",
|
|
"npm-to-yarn": "^3.0.0",
|
|
"posthog-js": "^1.175.0",
|
|
"react": "^19.2.1",
|
|
"react-dom": "^19.2.1",
|
|
"react-ga4": "^2.1.0",
|
|
"react-icons": "^5.3.0",
|
|
"react-youtube": "^10.1.0",
|
|
"rehype-highlight-code-lines": "^1.0.4",
|
|
"shiki": "^3.13.0",
|
|
"swr": "^2.2.5",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"use-sidecar": "^1.1.3",
|
|
"usehooks-ts": "^3.1.0",
|
|
"vscode-uri": "^3.1.0",
|
|
"zod": "^4.0.16"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "22.5.4",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"esbuild": "^0.27.2",
|
|
"eslint": "^9.31.0",
|
|
"eslint-config-next": "^16.0.0",
|
|
"husky": "^9.1.6",
|
|
"postcss": "^8.4.45",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|