Anmeldung und Kalendar
This commit is contained in:
39
auth-app-backup/package.json
Normal file
39
auth-app-backup/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user