diff options
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": { |
