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",
|
2024-02-04 16:48:49 -05:00
|
|
|
"@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",
|
2024-01-22 19:56:50 -05:00
|
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
2024-02-04 16:48:49 -05:00
|
|
|
"astro": "4.3.2",
|
2024-01-22 19:56:50 -05:00
|
|
|
"astro-icon": "^1.0.2",
|
2024-02-04 16:48:49 -05:00
|
|
|
"dompurify": "^3.0.8",
|
2024-01-24 22:50:02 -05:00
|
|
|
"markdown-it": "^14.0.0",
|
2024-02-04 16:48:49 -05:00
|
|
|
"marked": "^12.0.0",
|
2024-02-04 12:30:02 -05:00
|
|
|
"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
|
|
|
}
|