diff options
| author | Yuval Adam <_@yuv.al> | 2025-05-23 14:50:37 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2025-05-23 14:50:37 +0200 |
| commit | 3386dfab4ed49ecd00678e2635449f9ba41156d5 (patch) | |
| tree | 5a80d7efd5f56a1c08b62bc3c6833a917afcf0eb /package.json | |
| parent | 48b7a6c8fdc2127f6cea8333e3a4e22d3f2c2556 (diff) | |
Add react
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 5 insertions, 0 deletions
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": { |
