mirror of
https://github.com/vercel/streamdown.git
synced 2026-09-19 02:18:37 +08:00
6f1ea07b22
* Update remark-cjk-friendly and remark-cjk-friendly-gfm-strikethrough to v2.x Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Tatsunori Uchino <tats.u@live.jp> * Fix wrong changeset level (minor -> patch) --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "test",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3001",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/gateway": "^2.0.20",
|
|
"@ai-sdk/react": "^2.0.113",
|
|
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
|
"@streamdown/cjk": "workspace:*",
|
|
"@streamdown/code": "workspace:*",
|
|
"@streamdown/math": "workspace:*",
|
|
"@streamdown/mermaid": "workspace:*",
|
|
"ai": "^5.0.111",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"lucide-react": "^0.560.0",
|
|
"next": "^16.1.5",
|
|
"radix-ui": "latest",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"react-markdown": "^10.1.0",
|
|
"rehype-harden": "^1.1.8",
|
|
"rehype-katex": "^7.0.1",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-cjk-friendly": "^2.0.1",
|
|
"remark-cjk-friendly-gfm-strikethrough": "^2.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"streamdown": "workspace:*",
|
|
"tailwind-merge": "^3.4.0",
|
|
"zod": "^4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^25",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"tailwindcss": "^4",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|