diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-01-24 22:50:02 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-01-24 23:17:14 -0500 |
| commit | 5fab0381b308eb5a1c837ffdd5e0ddd757e769d3 (patch) | |
| tree | 2a08add3e122f2d1fc91d30908e37a7df46ceaa8 /package.json | |
| parent | 2c37ad34e91893596547060e0ab6bd320ef31bde (diff) | |
| download | personal-website-5fab0381b308eb5a1c837ffdd5e0ddd757e769d3.tar.gz personal-website-5fab0381b308eb5a1c837ffdd5e0ddd757e769d3.tar.bz2 personal-website-5fab0381b308eb5a1c837ffdd5e0ddd757e769d3.zip | |
Starting to work on blog
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index efa5ac4..4d62368 100644 --- a/package.json +++ b/package.json @@ -10,12 +10,15 @@ "astro": "astro" }, "dependencies": { + "@astrojs/rss": "^4.0.3", "@astrojs/vercel": "^6.1.3", "@astrojs/vue": "^4.0.8", "@iconify-json/fa6-brands": "^1.1.18", "@vitejs/plugin-vue": "^5.0.3", "astro": "^4.1.1", "astro-icon": "^1.0.2", + "markdown-it": "^14.0.0", + "sanitize-html": "^2.11.0", "vue": "^3.4.15" } }
\ No newline at end of file |
