-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.19 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"expo": "~42.0.1",
"expo-status-bar": "~1.0.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "0.63",
"react-native-web": "~0.13.12",
"react-native-svg": "12.1.0",
"expo-app-loading": "*",
"react-native-paper": "^4.0.1",
"react-native-screens": "~3.0.0",
"react-native-tab-view": "^2.15.1",
"@react-navigation/stack": "^5.9.0",
"react-native-reanimated": "~2.1.0",
"@react-navigation/drawer": "^5.9.0",
"@react-navigation/native": "^5.7.3",
"react-native-gesture-handler": "~1.10.2",
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/material-top-tabs": "^5.2.16",
"@react-navigation/material-bottom-tabs": "^5.2.16",
"axios": "*",
"firebase": "8.9.1",
"react-native-vector-icons": "*",
"@react-native-picker/picker": "*",
"react-native-picker-select": "*",
"expo-font": "^9.2.1",
"@expo-google-fonts/roboto": "^0.2.0",
"@expo-google-fonts/open-sans": "^0.2.0",
"@expo-google-fonts/itim": "^0.2.0",
"@expo-google-fonts/lato": "^0.2.0",
"@expo-google-fonts/montserrat": "^0.2.0",
"@expo-google-fonts/roboto-condensed": "^0.2.0",
"@expo-google-fonts/oswald": "^0.2.0",
"@expo-google-fonts/raleway": "^0.2.0",
"@expo-google-fonts/ubuntu": "^0.2.0",
"@expo-google-fonts/lora": "^0.2.0",
"@expo-google-fonts/rubik": "^0.2.0",
"@expo-google-fonts/fira-sans": "^0.2.0",
"@expo-google-fonts/quicksand": "^0.2.0",
"@expo-google-fonts/oxygen": "^0.2.0",
"@expo-google-fonts/lobster": "^0.2.0",
"@expo-google-fonts/comfortaa": "^0.2.0",
"@expo-google-fonts/cairo": "^0.2.0",
"@expo-google-fonts/cinzel": "^0.2.0",
"@expo-google-fonts/abril-fatface": "^0.2.0",
"@expo-google-fonts/bebas-neue": "^0.2.0",
"@expo-google-fonts/maven-pro": "^0.2.0",
"react-native-maps": "*"
},
"devDependencies": {
"@babel/core": "^7.9.0"
},
"private": true
}