chore: add react-markdown and @tailwindcss/typography dependencies

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-23 00:14:31 -04:00
parent b9206b6cfe
commit 7ce5251543
3 changed files with 1206 additions and 119 deletions

View File

@@ -5,10 +5,12 @@
"type": "module",
"private": true,
"dependencies": {
"@tailwindcss/typography": "^0.5.19",
"axios": "^1.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.1",
"axios": "^1.6.2"
"react-markdown": "^10.1.0",
"react-router-dom": "^6.20.1"
},
"devDependencies": {
"@types/react": "^18.2.43",
@@ -26,4 +28,3 @@
"generate-manifest": "node generate-manifest.js"
}
}