initialize astro project

This commit is contained in:
lilly 2026-06-08 22:08:32 +02:00
commit 78191f44bc
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
8 changed files with 119 additions and 1 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "ueberwachungsfrei-website",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.4.4"
}
}