From 3386dfab4ed49ecd00678e2635449f9ba41156d5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 23 May 2025 14:50:37 +0200 Subject: Add react --- package.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index 365186e..e1b0fe0 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,13 @@ "astro": "astro" }, "dependencies": { + "@astrojs/react": "^4.3.0", "@tailwindcss/vite": "^4.1.7", + "@types/react": "^19.1.5", + "@types/react-dom": "^19.1.5", "astro": "^5.8.0", + "react": "^19.1.0", + "react-dom": "^19.1.0", "tailwindcss": "^4.1.7" }, "devDependencies": { -- cgit v1.3.1