cards/apps/landing/package.json
Till JS 8a56d0dcff feat(landing): Astro-Landingpage für Cardecky
Neue statische Astro 5-App in apps/landing/ (Port 4380).
Sektionen: Nav, Hero, Kartentypen-Grid (6 Typen), How-it-works,
Features, mana-e.V.-Pitch, CTA, Footer.

Stack: Astro 5 + Tailwind 3, kein MDX (overkill für MVP), keine
externen Abhängigkeiten. Forest-grüne Farbpalette passend zum App-
Theme, Serif-Headings im mana-e.V.-Stil.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 18:40:51 +02:00

21 lines
414 B
JSON

{
"name": "@cards/landing",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev --port 4380",
"build": "astro build",
"preview": "astro preview --port 4380",
"astro": "astro"
},
"dependencies": {
"astro": "^5.8.0"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"@astrojs/sitemap": "^3.4.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3"
}
}