Files
vercel__streamdown/apps/website/package.json
v0 31bab6d1e1 fix: switch to published versions of Streamdown packages
Update package.json to use npm versions instead of workspace references.

Co-authored-by: Matt Collier <2234289+mattc0llier@users.noreply.github.com>
2026-02-02 10:41:49 +00:00

68 lines
1.8 KiB
JSON

{
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --port 3000",
"start": "next start",
"postinstall": "fumadocs-mdx",
"translate": "npx @vercel/geistdocs translate"
},
"dependencies": {
"@ai-sdk/react": "^2.0.113",
"@icons-pack/react-simple-icons": "^13.8.0",
"@orama/tokenizers": "^3.1.16",
"@streamdown/cjk": "^1.0.1",
"@streamdown/code": "^1.0.1",
"@streamdown/math": "^1.0.1",
"@streamdown/mermaid": "^1.0.1",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"ai": "^5.0.111",
"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.3",
"fumadocs-mdx": "14.1.0",
"fumadocs-ui": "16.2.3",
"jotai": "^2.16.0",
"katex": "^0.16.27",
"lucide-react": "^0.560.0",
"mermaid": "^11.12.2",
"motion": "^12.23.26",
"nanoid": "^5.1.6",
"next": "^16.1.3",
"next-themes": "^0.4.6",
"radix-ui": "latest",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"react-player": "^3.4.0",
"rehype-harden": "^1.1.7",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"shiki": "^3.19.0",
"sonner": "^2.0.7",
"streamdown": "^2.1.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.18",
"@types/mdx": "^2.0.13",
"@types/node": "^25.0.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
}
}