wordeck/apps/landing/package.json
Till JS 751a50347c
Some checks are pending
CI / validate (push) Waiting to run
feat(landing): Cutover-Doku + AASA + 301-Redirects + marketing-kit 0.3.0
- STATUS.md: Landing-Cutover-Notiz (2026-05-22, wordeck.com → Marketing,
  app.wordeck.com → Web-App, robots.txt geöffnet).
- nginx.conf: AASA application/json (beide Bundle-IDs cardecky+wordeck) +
  301-Redirects für d/*, u/*, account, auth/*, cards, decks, study, etc.
- AASA-File statisch in public/.well-known/ kopiert.
- marketing-kit auf ^0.3.0.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 02:29:19 +02:00

20 lines
509 B
JSON

{
"name": "@wordeck/landing",
"private": true,
"version": "0.1.0",
"type": "module",
"description": "Marketing-Landing f\u00fcr wordeck.com \u2014 Astro, statisch, SEO/LLM-optimiert. App selbst l\u00e4uft auf app.wordeck.com.",
"scripts": {
"dev": "astro dev --port 4325",
"build": "astro build",
"preview": "astro preview --port 4326",
"check": "astro check"
},
"dependencies": {
"@mana/marketing-kit": "^0.3.0",
"astro": "^4.16.0"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}