Skip to content

Commit 9baae3a

Browse files
authored
Merge pull request #57 from Bin-Huang/feat/rich-chat-markdown
feat(web): rich chat markdown rendering
2 parents 706b7d6 + 4d5bc63 commit 9baae3a

7 files changed

Lines changed: 1677 additions & 197 deletions

File tree

web/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,22 @@
1010
},
1111
"dependencies": {
1212
"@base-ui/react": "^1.3.0",
13+
"@streamdown/cjk": "^1.0.3",
14+
"@streamdown/code": "^1.1.1",
15+
"@streamdown/math": "^1.0.2",
16+
"@streamdown/mermaid": "^1.0.2",
1317
"@tailwindcss/typography": "^0.5.19",
1418
"class-variance-authority": "^0.7.1",
1519
"clsx": "^2.1.1",
20+
"katex": "^0.16.47",
1621
"lucide-react": "^0.577.0",
1722
"next": "16.1.6",
1823
"qrcode.react": "^4.2.0",
1924
"react": "19.2.3",
2025
"react-dom": "19.2.3",
21-
"react-markdown": "^10.1.0",
2226
"remark-breaks": "^4.0.0",
23-
"remark-gfm": "^4.0.1",
2427
"shadcn": "^4.1.0",
28+
"streamdown": "^2.5.0",
2529
"tailwind-merge": "^3.5.0",
2630
"tw-animate-css": "^1.4.0"
2731
},

0 commit comments

Comments
 (0)