This commit is contained in:
elh 2024-06-16 21:39:03 -04:00
parent 252cc7b44e
commit 60885467e5
4 changed files with 227 additions and 5 deletions

View file

@ -10,8 +10,10 @@
"astro": "astro"
},
"dependencies": {
"astro": "^4.10.2",
"@astrojs/check": "^0.7.0",
"@astrojs/svelte": "^5.5.0",
"astro": "^4.10.2",
"svelte": "^4.2.18",
"typescript": "^5.4.5"
}
}
}