seepuls/apps/landing/package.json
Till JS 48acc736e0
Some checks are pending
CI / validate (push) Waiting to run
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:54 +02:00

20 lines
498 B
JSON

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