diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json index 56f0483..ff2940a 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,14 @@ "astro": "astro" }, "dependencies": { - "@astrojs/mdx": "^0.19.7", + "@astrojs/mdx": "^3.1.4", + "@astrojs/react": "^3.6.2", "@astrojs/rss": "^2.4.4", "@astrojs/sitemap": "^2.0.2", - "astro": "^3.6.5" + "astro": "^4.14.5", + "react": "^18.3.1", + "react-dom": "^18.3.1", + "sharp": "^0.33.5" }, "devDependencies": { "astro-themes": "^0.2.5" |
