mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
- Add svelte-i18n configuration with SSR support to all web apps - Create LanguageSelector component for each app with brand colors - Add German and English locale files - Integrate language switcher into login pages via headerControls snippet - Fix Tailwind v4 @source directives for shared package scanning - Update AppSlider styling to match login container design Apps updated: - Memoro (gold #f8d62b) - Märchenzauber (pink #FF6B9D) - ManaDeck (purple #8b5cf6) - ManaCore (indigo #6366f1) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
27 lines
651 B
JSON
27 lines
651 B
JSON
{
|
|
"name": "manacore-landing",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/react": "^3.6.0",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@iconify-json/heroicons": "^1.2.2",
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/tabler": "^1.2.19",
|
|
"astro": "^5.16.0",
|
|
"astro-icon": "^1.1.5",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.7",
|
|
"tailwindcss": "^3.4.0"
|
|
}
|
|
}
|