diff options
| author | Andrew Lee <andrew@alee14.me> | 2025-09-18 01:41:42 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2025-09-18 01:44:43 -0400 |
| commit | bef7bfad876fb37f6e337a699174c499c43abf33 (patch) | |
| tree | 95c33a62791b8acd7e427cc504492368979c17b0 /package.json | |
| parent | 7889ea6ab03e922af1cb954d49913bb050cbec13 (diff) | |
| download | personal-website-bef7bfad876fb37f6e337a699174c499c43abf33.tar.gz personal-website-bef7bfad876fb37f6e337a699174c499c43abf33.tar.bz2 personal-website-bef7bfad876fb37f6e337a699174c499c43abf33.zip | |
Revamped project page; Switch to React; Updated pkgs
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/package.json b/package.json index 3965e45..d0aff9f 100644 --- a/package.json +++ b/package.json @@ -10,20 +10,27 @@ "astro": "astro" }, "dependencies": { - "@astrojs/preact": "4.0.11", - "@astrojs/rss": "4.0.11", - "@astrojs/svelte": "7.0.13", - "@astrojs/vercel": "8.1.4", + "@astrojs/react": "^4.3.1", + "@astrojs/rss": "4.0.12", + "@astrojs/svelte": "7.1.1", + "@astrojs/vercel": "8.2.7", "@iconify-json/fa6-brands": "^1.2.5", "@iconify-json/fa6-solid": "^1.2.3", - "astro": "5.7.10", + "@react-three/drei": "^10.7.6", + "@react-three/fiber": "^9.3.0", + "@types/react": "^19.1.13", + "@types/react-dom": "^19.1.9", + "@types/three": "^0.180.0", + "astro": "5.13.7", "astro-icon": "^1.1.5", "dompurify": "^3.2.5", "markdown-it": "^14.1.0", "marked": "^15.0.11", - "preact": "^10.26.5", + "react": "^19.1.1", + "react-dom": "^19.1.1", "sanitize-html": "^2.16.0", "svelte": "^5.28.2", + "three": "^0.180.0", "typescript": "^5.8.3" } } |
