diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-23 13:38:23 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-23 14:37:42 -0700 |
| commit | 679d6a4f12146f5f040dea6de6c19c4877f328fd (patch) | |
| tree | 2adf29f1399c8f41d8ee2c352796d91ac7e1d7ad /package.json | |
| parent | 7d6608e50f2c28e6a0fe744a1a68c0708d219ec2 (diff) | |
migrate from squoosh to sharp image renderer
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" |
