chore(astro): initial commit

This commit is contained in:
Stefan Imhoff
2023-02-10 17:57:28 +01:00
commit 3a1d463208
13 changed files with 3252 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "astro-stefanimhoff.de",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.10"
}
}