mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 07:41:24 +02:00
PWA: @vite-pwa/sveltekit with shared-pwa config, offline fallback page, service worker with standard caching preset. i18n: svelte-i18n with DE/EN locale files, all UI strings translated, language switcher in PillNav, auth pages use shared-i18n translations. Landing: Migrated from scoped CSS to Tailwind CSS with @astrojs/tailwind. Hero section, card grid, category filter buttons, detail page with timeline. Removed unused components (Welcome, ThemeToggle, update-locations.js). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
22 lines
473 B
JSON
22 lines
473 B
JSON
{
|
|
"name": "@citycorners/landing",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"type-check": "astro check"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.0",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@astrojs/tailwind": "^6.0.0",
|
|
"astro": "^5.16.11",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|