20 lines
495 B
JSON
20 lines
495 B
JSON
{
|
|
"name": "@pageta/landing",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"description": "Marketing-Landing für pageta.com — Astro, statisch, SEO/LLM-optimiert. App selbst läuft auf app.pageta.com.",
|
|
"scripts": {
|
|
"dev": "astro dev --port 4323",
|
|
"build": "astro build",
|
|
"preview": "astro preview --port 4324",
|
|
"check": "astro check"
|
|
},
|
|
"dependencies": {
|
|
"@mana/marketing-kit": "^0.4.3",
|
|
"astro": "^4.16.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|