This commit is contained in:
elh 2024-06-16 21:38:43 -04:00
commit 252cc7b44e
13 changed files with 7336 additions and 0 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "elh-gay",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^4.10.2",
"@astrojs/check": "^0.7.0",
"typescript": "^5.4.5"
}
}