mirror of
https://github.com/vercel/chat.git
synced 2026-09-14 18:32:29 +08:00
894fc7c7b3
Redirects /docs/conversation-history to /docs/history, since the History guide already covers the old transcripts content. Removes the Vercel Connect beta callout and adds related links to the Chat SDK docs and The Complete Guide to Vercel Connect. --------- Signed-off-by: Ben Sabic <bensabic@users.noreply.github.com> Co-authored-by: Ben Sabic <bensabic@users.noreply.github.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "docs",
|
|
"version": "0.5.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start",
|
|
"postinstall": "fumadocs-mdx",
|
|
"translate": "npx @vercel/geistdocs translate"
|
|
},
|
|
"dependencies": {
|
|
"@icons-pack/react-simple-icons": "^13.8.0",
|
|
"@streamdown/cjk": "^1.0.2",
|
|
"@streamdown/code": "^1.0.3",
|
|
"@vercel/analytics": "^1.6.1",
|
|
"@vercel/edge-config": "^1.4.3",
|
|
"@vercel/geistdocs": "1.25.2",
|
|
"@vercel/speed-insights": "^1.3.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"feed": "^5.1.0",
|
|
"fumadocs-core": "16.2.2",
|
|
"fumadocs-mdx": "14.0.4",
|
|
"fumadocs-ui": "16.2.2",
|
|
"geist": "^1.7.1",
|
|
"lucide-react": "^0.555.0",
|
|
"motion": "^12.23.25",
|
|
"next": "16.3.3",
|
|
"radix-ui": "latest",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"shiki": "^3.22.0",
|
|
"sonner": "^2.0.7",
|
|
"streamdown": "^2.3.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"zod": "^4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^25.3.2",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"postcss": "^8.5.26",
|
|
"tailwindcss": "^4.1.17",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|