personal-website/package.json

27 lines
641 B
JSON
Raw Normal View History

2022-02-09 22:14:02 -05:00
{
"name": "personal-website",
2024-01-01 16:32:41 -05:00
"type": "module",
"version": "0.0.1",
2022-02-09 22:14:02 -05:00
"scripts": {
2024-01-01 16:32:41 -05:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
2022-02-09 22:14:02 -05:00
},
"dependencies": {
2024-02-03 15:48:11 -05:00
"@astrojs/preact": "^3.1.0",
"@astrojs/rss": "4.0.4",
"@astrojs/vercel": "7.1.1",
2024-01-02 21:28:31 -05:00
"@iconify-json/fa6-brands": "^1.1.18",
"@vitejs/plugin-vue": "^5.0.3",
"astro": "4.3.2",
"astro-icon": "^1.0.2",
"dompurify": "^3.0.8",
2024-01-24 22:50:02 -05:00
"markdown-it": "^14.0.0",
"marked": "^12.0.0",
"pocketbase": "^0.21.1",
2024-02-03 15:48:11 -05:00
"preact": "^10.19.3",
"sanitize-html": "^2.11.0"
2022-02-09 22:14:02 -05:00
}
2024-01-01 16:32:41 -05:00
}