diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index ce6d776..6d4ae15 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,11 @@ "astro": "astro" }, "dependencies": { + "@astrojs/mdx": "^4.3.12", "@astrojs/starlight": "^0.37.0", "astro": "^5.6.1", - "sharp": "^0.34.2" + "sharp": "^0.34.2", + "starlight-theme-galaxy": "^0.5.2" }, "packageManager": "yarn@4.12.0" } |