Demoshop 1 — NORDLICHT Eigenbau-Shop (Astro SSR + SQLite + Admin-Backend, Katalog, Warenkorb, Journal, Rechtstexte)

This commit is contained in:
2026-06-16 03:46:59 +00:00
commit 253e133bba
21 changed files with 6795 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "demo-eigenbau-shop",
"type": "module",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"start": "node ./dist/server/entry.mjs"
},
"dependencies": {
"astro": "^4.16.18",
"@astrojs/node": "^8.3.4",
"better-sqlite3": "^11.8.1",
"@fontsource-variable/fraunces": "^5.1.0",
"@fontsource-variable/public-sans": "^5.1.0"
}
}