Demoshop Directus+Astro — Hofladen Heidekorn (Katalog, Warenkorb, Magazin, Rechtstexte)

This commit is contained in:
2026-06-16 03:36:53 +00:00
commit 87fda0927e
21 changed files with 6072 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "demo-directus-storefront",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^4.16.18",
"@fontsource-variable/fraunces": "^5.1.0",
"@fontsource-variable/public-sans": "^5.1.0"
}
}