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

File diff suppressed because it is too large Load Diff

View File

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

View File

@@ -32,6 +32,6 @@ export default {
} }
}, },
}, },
plugins: [], plugins: [require('@tailwindcss/typography')],
} }