mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 01:01: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>
22 lines
556 B
JSON
22 lines
556 B
JSON
{
|
|
"name": "@manacore/shared-tailwind",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.js",
|
|
"exports": {
|
|
".": "./src/index.js",
|
|
"./preset": "./src/preset.js",
|
|
"./colors": "./src/colors.js",
|
|
"./theme.css": "./src/theme-variables.css",
|
|
"./themes.css": "./src/themes.css",
|
|
"./components.css": "./src/components.css",
|
|
"./v4": "./src/tailwind-v4.css"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwindcss": "^3.0.0 || ^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19"
|
|
}
|
|
}
|