From c896691084bfc786dc1780ce36fd71e6f7ab9d60 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 27 Jun 2025 10:41:40 +0200 Subject: Migrate from react to svelte --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'package.json') 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" }, -- cgit v1.3.1