Files
vercel__chat/apps/docs/package.json
dependabot[bot] 41139a42ff build(deps): bump mermaid from 11.12.2 to 11.15.0 (#486)
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.12.2 to 11.15.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.2...mermaid@11.15.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.15.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-05-12 08:04:39 +10:00

62 lines
1.6 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": {
"@ai-sdk/react": "^2.0.115",
"@icons-pack/react-simple-icons": "^13.8.0",
"@orama/tokenizers": "^3.1.16",
"@streamdown/cjk": "^1.0.2",
"@streamdown/code": "^1.0.3",
"@vercel/analytics": "^1.6.1",
"@vercel/edge-config": "^1.4.3",
"@vercel/speed-insights": "^1.3.1",
"ai": "^5.0.106",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.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.15.2",
"lucide-react": "^0.555.0",
"mermaid": "^11.15.0",
"motion": "^12.23.25",
"nanoid": "^5.1.6",
"next": "16.2.3",
"next-themes": "^0.4.6",
"radix-ui": "latest",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-player": "^3.4.0",
"shiki": "^3.22.0",
"sonner": "^2.0.7",
"streamdown": "^2.3.0",
"tailwind-merge": "^3.4.0",
"use-stick-to-bottom": "^1.1.1",
"vaul": "^1.1.2",
"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.11",
"tailwindcss": "^4.1.17",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}