chahinebrini 5d6c322129 wip: KeyboardAwareSheet migrations + Snake/Tetris UI + iron.png + useMe live-update
Sheets via neuer KeyboardAwareSheet-Composable (in Modal pattern, auto-grow
mit Tastatur, paddingBottom-Lift): EditMail, AddDomain, CreateRoom, ConnectMail.
GameOverScreen behält Spring-Slide-In, nutzt RN Keyboard.addListener für Lift.

- KeyboardAwareSheet.tsx — universal modal with sheet-grow + keyboard-padding
- react-native-keyboard-controller installiert + KeyboardProvider in Root
- Snake: time + ScoreProgressBar + useSnakeSounds (haptic, audio TODO)
- Tetris: title weg, Buttons zentriert, kein Pressable mit style-fn
- DPad-Buttons 60→48, more bg, no scale
- useMe: pub-sub listener pattern für app-weite avatar/nickname-Updates
- dm.tsx: resolveAvatar wrap (iron.png-Warning)
- Mail-error-humanizer + locales

Recovery-Doc-Update in docs/internal/RECOVERY_LOG_2026-05-10.md

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

34 lines
792 B
JSON

{
"name": "@rebreak/marketing",
"type": "module",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "nuxt dev --port 3020",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.3",
"@nuxt/fonts": "^0.11.4",
"@nuxt/icon": "^1.10.0",
"@nuxt/image": "^1.11.0",
"@nuxt/ui": "^4.5.1",
"@nuxtjs/i18n": "^9.5.6",
"@vueuse/motion": "^3.0.3",
"@vueuse/nuxt": "^14.2.1",
"chart.js": "^4.5.1",
"nuxt": "4.1.3",
"tailwindcss": "^4.1.18",
"vue": "^3.5.22",
"vue-chartjs": "^5.3.3",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"typescript": "^5.9.3"
}
}