TGA-Shop Demo: Storefront (kein Passwort, Umami, Stripe-Checkout mit Demo-Fallback) + Shopify-Style-Admin; Datenschicht sqlite|directus

This commit is contained in:
2026-06-16 08:41:43 +00:00
commit 4f9a2cf512
77 changed files with 11485 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "demo-tga-shop",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": { "dev": "astro dev", "build": "astro build", "start": "node ./dist/server/entry.mjs" },
"dependencies": {
"astro": "^5.6.0",
"@astrojs/node": "^9.1.3",
"better-sqlite3": "^11.8.1",
"stripe": "^17.5.0"
}
}