diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/package.json b/package.json index cfb20c2..2761903 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,12 @@ "astro": "astro" }, "dependencies": { - "astro": "5.16.5" + "@astrojs/react": "^4.4.2", + "@types/react": "^19.2.7", + "@types/react-dom": "^19.2.3", + "astro": "5.16.5", + "react": "^19.2.3", + "react-dom": "^19.2.3", + "react-draggable": "^4.5.0" } }
\ No newline at end of file |
