mirror of
https://github.com/Alee14/personal-website.git
synced 2025-01-22 10:51:50 -05:00
29 lines
705 B
JSON
29 lines
705 B
JSON
{
|
|
"name": "personal-website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/preact": "3.5.0",
|
|
"@astrojs/rss": "4.0.7",
|
|
"@astrojs/svelte": "^5.6.0",
|
|
"@astrojs/vercel": "7.7.2",
|
|
"@iconify-json/fa6-brands": "^1.1.19",
|
|
"@iconify-json/fa6-solid": "^1.1.21",
|
|
"astro": "4.11.3",
|
|
"astro-icon": "^1.1.0",
|
|
"dompurify": "^3.1.5",
|
|
"markdown-it": "^14.1.0",
|
|
"marked": "^13.0.0",
|
|
"preact": "^10.22.0",
|
|
"sanitize-html": "^2.13.0",
|
|
"svelte": "^4.2.18",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|