diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-12-21 19:18:40 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-12-21 19:18:40 -0800 |
| commit | 8f9d96b60fe18e0b126022096505c1c693b51108 (patch) | |
| tree | 0fe14c9d0be93a780b5bc3da9b4ea60972fcab42 /package.json | |
| parent | e19f06c1caf2ba57bbed09a212bb49ba97a815dd (diff) | |
feat: add ability to dynamically render markdown files in public dir
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json index 27b83f5..6e2f52c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,13 @@ "astro": "astro" }, "dependencies": { + "@astrojs/markdown-remark": "^6.0.1", + "@astrojs/react": "^4.1.2", + "@types/react": "^19.0.2", + "@types/react-dom": "^19.0.2", "astro": "^4.16.18", + "react": "^19.0.0", + "react-dom": "^19.0.0", "remixicon": "^4.6.0" } } |
