diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-03 15:48:11 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-03 15:58:10 -0500 |
| commit | 4c84e203859be34da582f51371adc6eeb370b518 (patch) | |
| tree | 2f0e43dfa49da41141277fb35881e9eff51c6adb /package.json | |
| parent | 0077087a5179c2ffdec07ee38f3ffbbb01853dde (diff) | |
| download | personal-website-4c84e203859be34da582f51371adc6eeb370b518.tar.gz personal-website-4c84e203859be34da582f51371adc6eeb370b518.tar.bz2 personal-website-4c84e203859be34da582f51371adc6eeb370b518.zip | |
Navbar now uses preact instead
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 3c8f80c..1ca0c76 100644 --- a/package.json +++ b/package.json @@ -10,15 +10,15 @@ "astro": "astro" }, "dependencies": { + "@astrojs/preact": "^3.1.0", "@astrojs/rss": "^4.0.3", "@astrojs/vercel": "7.0.1", - "@astrojs/vue": "^4.0.8", "@iconify-json/fa6-brands": "^1.1.18", "@vitejs/plugin-vue": "^5.0.3", "astro": "4.2.4", "astro-icon": "^1.0.2", "markdown-it": "^14.0.0", - "sanitize-html": "^2.11.0", - "vue": "^3.4.15" + "preact": "^10.19.3", + "sanitize-html": "^2.11.0" } }
\ No newline at end of file |
