Anmeldung und Kalendar

This commit is contained in:
Ismail Ali
2025-07-15 20:38:04 +02:00
parent 2a34091404
commit 1cc8951c12
51 changed files with 19961 additions and 177 deletions

View File

@@ -0,0 +1,39 @@
{
"name": "auth-app",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"react": "17.0.1",
"react-native": "0.64.2",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"react-native-screens": "^3.27.0",
"react-native-safe-area-context": "^4.8.2",
"react-native-sqlite-storage": "^6.0.1",
"react-native-keychain": "^8.1.3",
"react-native-touch-id": "^4.4.1",
"@react-native-async-storage/async-storage": "2.1.2",
"react-native-vector-icons": "^10.0.3",
"expo-sqlite": "~15.2.14",
"expo-local-authentication": "~16.0.5"
},
"devDependencies": {
"@types/react": "^17.0.2",
"@types/react-native": "^0.64.2",
"@types/react-native-sqlite-storage": "^5.0.2",
"@types/react-native-vector-icons": "^6.4.18",
"typescript": "^4.4.3",
"eslint": "^7.32.0",
"jest": "^27.0.6"
},
"jest": {
"preset": "react-native"
}
}