Files
vercel__chat/apps/docs/package.json
Rich Haines 9188fd7ed4 chore(docs): update @vercel/geistdocs to 1.19.6 (#807)
Updates `@vercel/geistdocs` from 1.19.4 to 1.19.6.
2026-08-10 19:33:57 +10:00

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.19.6",
"@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.2.11",
"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.18",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}