From 5ffaa448fbf025faae03756ab7e1ed2bf15507c4 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Wed, 24 Sep 2025 09:00:21 +0200 Subject: Add react and tailwind --- package.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index cf43393..e8cc787 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "geshem", + "name": "geshem.space", "type": "module", - "version": "0.0.1", + "version": "8.0.0", "scripts": { "dev": "astro dev", "build": "astro build", @@ -9,6 +9,13 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.13.10" + "@astrojs/react": "^4.3.1", + "@tailwindcss/vite": "^4.1.13", + "@types/react": "^19.1.13", + "@types/react-dom": "^19.1.9", + "astro": "^5.13.10", + "react": "^19.1.1", + "react-dom": "^19.1.1", + "tailwindcss": "^4.1.13" } } \ No newline at end of file -- cgit v1.3.1