react framework

This commit is contained in:
Oliver Bryan
2025-09-08 10:56:13 +01:00
parent 7e7767386a
commit 9d00daefdf
4 changed files with 612 additions and 6 deletions

View File

@@ -9,7 +9,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@astrojs/vercel": "^8.2.7",
"astro": "^5.13.5"
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"astro": "^5.13.5",
"react": "^19.1.1",
"react-dom": "^19.1.1"
}
}