summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2025-09-24 09:00:21 +0200
committerYuval Adam <_@yuv.al>2025-09-24 09:01:21 +0200
commit5ffaa448fbf025faae03756ab7e1ed2bf15507c4 (patch)
tree186d2ef8466628844281abfd81478c7676ae636d /package.json
parent564ada7388d7fba9a952fecdae1db4ecbe0c7fd9 (diff)
Add react and tailwind
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 10 insertions, 3 deletions
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