From 8b680990b0bb4fe3212a4f632519320191065f67 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 14 Dec 2025 15:57:36 -0500 Subject: init shifter + slideshow --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'package.json') 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 -- cgit v1.2.3