feat(HAI-003): complete Step 1 — add react-markdown and remark-gfm dependencies

This commit is contained in:
Dustin Byrne
2026-03-25 20:33:05 -04:00
parent 93651835b6
commit 5e796383e0
2 changed files with 872 additions and 1 deletions

View File

@@ -15,7 +15,9 @@
"@hai/core": "workspace:*",
"express": "^5.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/express": "^5.0.0",