generated from knso/webklar-preview-template
- Brief-Archiv jetzt AES-256-GCM-verschlüsselt (expo-crypto, Schlüssel im SecureStore); Migration alter Klartext-Bestände beim ersten Laden; im Simulator auf der Platte verifiziert (nur Chiffrat, kein Klartext) - AppSchutz-Komponente: optionale App-Sperre (Face ID / Geräte-Code, expo-local-authentication) + Sichtschutz im App-Umschalter - Auto-Löschen alter Briefe (30/90 Tage, Einstellungen), pure Filter- Funktion mit Tests - UTF-8-Helfer (Umlaute/Arabisch/Emoji-sicher) mit Tests; gesamt 30 Tests - Einstellungen: neuer Abschnitt "Sicherheit" - Datenschutzerklärung (Web + Entwurf) um die neuen Maßnahmen ergänzt - Neu: rechtliches/datenschutz-factsheet.md für Kooperations-Pitches - EU-Verarbeitung geprüft: inference_geo bietet aktuell nur us/global, keine EU-Option (Haiku 4.5 gar nicht) — als Ausbaupfad dokumentiert Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "behoerdenklar",
|
|
"version": "1.0.0",
|
|
"main": "index.ts",
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"@react-navigation/native": "^7.3.8",
|
|
"@react-navigation/native-stack": "^7.17.10",
|
|
"expo": "^57.0.0",
|
|
"expo-calendar": "~57.0.0",
|
|
"expo-camera": "~57.0.1",
|
|
"expo-crypto": "~57.0.1",
|
|
"expo-document-picker": "~57.0.0",
|
|
"expo-file-system": "~57.0.0",
|
|
"expo-image-manipulator": "~57.0.2",
|
|
"expo-image-picker": "~57.0.2",
|
|
"expo-local-authentication": "~57.0.1",
|
|
"expo-network": "~57.0.0",
|
|
"expo-notifications": "~57.0.3",
|
|
"expo-print": "~57.0.0",
|
|
"expo-secure-store": "~57.0.0",
|
|
"expo-sharing": "~57.0.3",
|
|
"expo-speech": "~57.0.0",
|
|
"expo-splash-screen": "~57.0.2",
|
|
"expo-status-bar": "~57.0.0",
|
|
"react": "19.2.3",
|
|
"react-native": "0.86.0",
|
|
"react-native-safe-area-context": "~5.7.0",
|
|
"react-native-screens": "4.25.2",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "~29.5.14",
|
|
"@types/react": "~19.2.2",
|
|
"jest": "~29.7.0",
|
|
"jest-expo": "~57.0.1",
|
|
"typescript": "~6.0.3"
|
|
},
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"web": "expo start --web",
|
|
"test": "jest"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-expo"
|
|
},
|
|
"private": true
|
|
}
|