Initial Pflegezeichen-Finder website

This commit is contained in:
2026-04-20 05:27:54 +00:00
commit 92ae48181a
25 changed files with 6296 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "pflegezeichen-finder",
"type": "module",
"version": "0.1.0",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"astro": "^6.1.8"
}
}