mirror of
https://github.com/vercel/ai-elements.git
synced 2026-09-14 19:48:26 +08:00
9ab9c715d6
* Add @vercel/agent-readability dependency * Add AI agent detection via @vercel/agent-readability * Fix md-tracking types, add Vary header and discovery options - Update TrackMdRequestParams to include 'agent-rewrite' requestType and detectionMethod - Import DetectionMethod type from @vercel/agent-readability - Include detectionMethod in tracking fetch body - Add Vary: Accept header on agent-rewrite responses - Add discovery options (sitemapUrl, indexUrl) to generateNotFoundMarkdown Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * Update pnpm-lock.yaml Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
67 lines
1.8 KiB
JSON
67 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"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/react": "^3.0.41",
|
|
"@icons-pack/react-simple-icons": "^13.8.0",
|
|
"@orama/tokenizers": "^3.1.16",
|
|
"@repo/elements": "workspace:*",
|
|
"@repo/examples": "workspace:*",
|
|
"@repo/shadcn-ui": "workspace:*",
|
|
"@streamdown/cjk": "^1.0.1",
|
|
"@streamdown/code": "^1.0.1",
|
|
"@streamdown/math": "^1.0.1",
|
|
"@streamdown/mermaid": "^1.0.1",
|
|
"@vercel/agent-readability": "^0.2.1",
|
|
"@vercel/analytics": "^1.6.1",
|
|
"@vercel/speed-insights": "^1.3.1",
|
|
"ai": "^6.0.105",
|
|
"class-variance-authority": "^0.7.1",
|
|
"dexie": "^4.2.1",
|
|
"dexie-react-hooks": "^4.2.0",
|
|
"feed": "^5.1.0",
|
|
"fumadocs-core": "16.2.2",
|
|
"fumadocs-mdx": "14.0.4",
|
|
"fumadocs-ui": "16.2.2",
|
|
"jotai": "^2.17.0",
|
|
"katex": "^0.16.28",
|
|
"lucide-react": "^0.577.0",
|
|
"mermaid": "^11.12.2",
|
|
"next": "16.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"octokit": "^5.0.5",
|
|
"radix-ui": "latest",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-player": "^3.4.0",
|
|
"rehype-harden": "^1.1.7",
|
|
"remark": "^15.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-mdx": "^3.1.1",
|
|
"shadcn": "^3.8.2",
|
|
"shiki": "3.22.0",
|
|
"sonner": "^2.0.7",
|
|
"streamdown": "^2.1.0",
|
|
"ts-morph": "^27.0.2",
|
|
"vaul": "^1.1.2",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^25.3.5",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.17",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
} |