Enhance PlanningAgent with Markdown rendering and Tailwind Typography

This commit is contained in:
Ding Shuo
2026-03-13 10:52:06 +08:00
parent c8c687cf60
commit cca1b8d046
13 changed files with 2700 additions and 228 deletions

View File

@@ -9,9 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.19",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0"
"react-markdown": "^10.1.0",
"react-router-dom": "^6.28.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/node": "^25.4.0",