pageta/apps/landing/package.json
Till JS a3e5e531eb chore(landing): marketing-kit ^0.4.3 → themes 0.5.0 roll
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 21:01:35 +02:00

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"
}
}