diff options
| author | Yuval Adam <_@yuv.al> | 2025-06-27 10:41:40 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-06-27 10:41:40 +0200 |
| commit | c896691084bfc786dc1780ce36fd71e6f7ab9d60 (patch) | |
| tree | 0e60f238bb42c24441dfbfbcab6f240c0d4d0d67 /package.json | |
| parent | 8403930448013787bd0a986ece086f20ef6d9a57 (diff) | |
Migrate from react to svelte
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/package.json b/package.json index 17eef84..33a3804 100644 --- a/package.json +++ b/package.json @@ -15,13 +15,10 @@ }, "dependencies": { "@astrojs/cloudflare": "^12.6.0", - "@astrojs/react": "^4.3.0", + "@astrojs/svelte": "^7.1.0", "@tailwindcss/vite": "^4.1.7", - "@types/react": "^19.1.5", - "@types/react-dom": "^19.1.5", "astro": "^5.10.1", - "react": "^19.1.0", - "react-dom": "^19.1.0", + "svelte": "^5.34.8", "tailwindcss": "^4.1.7", "wrangler": "^4.22.0" }, |
