adk-ts/apps/docs/package.json

60 lines
1.4 KiB
JSON

{
"name": "@iqai/adk-docs",
"private": true,
"version": "0.0.0",
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx",
"fetch-tools": "tsx scripts/fetch-mcp-tools.ts"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dedent": "^1.6.0",
"framer-motion": "^12.38.0",
"fumadocs-core": "^15.8.5",
"fumadocs-mdx": "^13.0.8",
"fumadocs-ui": "^15.8.5",
"geist": "^1.7.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.525.0",
"mermaid": "^11.10.1",
"motion": "^12.38.0",
"next": "16.1.1",
"next-themes": "^0.4.6",
"posthog-js": "^1.257.0",
"posthog-node": "^5.5.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"@tailwindcss/postcss": "^4.1.11",
"@types/mdx": "^2.0.13",
"@types/node": "24.0.7",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"tsx": "^4.19.4",
"tw-animate-css": "^1.3.5",
"typescript": "^5.8.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}