First version

This commit is contained in:
Christoph Haas 2024-10-21 00:51:17 +02:00
parent df84b9c4a2
commit 4d9df2bc30
15 changed files with 377 additions and 25 deletions

View file

@ -10,10 +10,11 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/starlight": "^0.28.3",
"astro": "^4.15.3",
"sharp": "^0.32.5",
"@astrojs/check": "^0.9.4",
"typescript": "^5.6.3"
}
}