diff options
| author | Andrew Lee <[email protected]> | 2025-12-14 15:57:36 -0500 |
|---|---|---|
| committer | Andrew Lee <[email protected]> | 2025-12-14 15:57:36 -0500 |
| commit | 8b680990b0bb4fe3212a4f632519320191065f67 (patch) | |
| tree | 79720858bfae86e041f2c8d3b3cc168e6e8730e5 /package.json | |
| parent | a906252380a9c041a4c2b78790506412ffd40f75 (diff) | |
| download | shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.tar.gz shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.tar.bz2 shiftos-archive-website-8b680990b0bb4fe3212a4f632519320191065f67.zip | |
init shifter + slideshow
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 |
