Demoshop 1 — NORDLICHT Eigenbau-Shop (Astro SSR + SQLite + Admin-Backend, Katalog, Warenkorb, Journal, Rechtstexte)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user