managarten/packages/shared-landing-ui/package.json
Till-JS c6c4c5a552 feat(landing): add shared-landing-ui package and manadeck landing page
- Create @manacore/shared-landing-ui package with reusable components
  (FeatureSection, StepsSection, FAQSection, CTASection, Card atoms)
- Add complete landing page for manadeck app
- Refactor märchenzauber landing to use shared components
  (remove local CTA, FAQ, Features, HowItWorks sections)
- Add German localization for manacore and memoro landing pages
- Update workspace configuration and package dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 03:03:41 +01:00

39 lines
982 B
JSON

{
"name": "@manacore/shared-landing-ui",
"version": "0.1.0",
"description": "Shared Astro landing page components for Manacore monorepo",
"type": "module",
"exports": {
".": "./src/index.ts",
"./atoms/*": "./src/atoms/*",
"./sections/*": "./src/sections/*",
"./layouts/*": "./src/layouts/*",
"./utils": "./src/utils/index.ts",
"./themes": "./src/themes/index.css",
"./themes/memoro": "./src/themes/memoro.css",
"./themes/manacore": "./src/themes/manacore.css",
"./themes/maerchenzauber": "./src/themes/maerchenzauber.css",
"./themes/manadeck": "./src/themes/manadeck.css"
},
"files": [
"src"
],
"scripts": {
"type-check": "astro check"
},
"peerDependencies": {
"astro": ">=5.0.0",
"astro-icon": ">=1.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.0",
"astro": "^5.16.0",
"typescript": "^5.0.0"
},
"keywords": [
"astro",
"landing",
"components",
"manacore"
]
}