-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "hdoc",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-config": "^0.10.7",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-firebase/app": "^16.5.2",
"@react-native-firebase/auth": "^16.5.2",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-navigation/bottom-tabs": "^6.5.3",
"@react-navigation/native": "^6.1.1",
"@react-navigation/native-stack": "^6.9.7",
"expo": "^49.0.21",
"expo-application": "~5.3.0",
"expo-auth-session": "~5.0.2",
"expo-dev-client": "~2.4.12",
"expo-linear-gradient": "~12.3.0",
"expo-random": "~13.2.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.17",
"expo-web-browser": "~12.3.2",
"install": "^0.13.0",
"lottie-react-native": "5.1.6",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-app-intro-slider": "^4.0.4",
"react-native-dotenv": "^3.4.7",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-shadow-2": "^7.0.6",
"react-native-svg": "13.9.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}