-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.63 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
{
"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": {
"@react-native-community/datetimepicker": "3.5.2",
"@react-native-community/masked-view": "0.1.10",
"@react-native-firebase/app": "^12.2.0",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"expo": "^43.0.0",
"expo-app-loading": "~1.2.1",
"expo-constants": "~12.1.3",
"expo-file-system": "~13.0.3",
"expo-font": "~10.0.3",
"expo-intent-launcher": "~10.0.3",
"expo-media-library": "~13.0.3",
"expo-print": "^11.0.4",
"expo-sharing": "^10.2.0",
"expo-status-bar": "~1.1.0",
"expo-updates": "~0.10.15",
"firebase": "8.2.3",
"hashids": "^1.2.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-key-index": "^0.1.1",
"react-native": "0.64.3",
"react-native-date-picker": "^3.3.2",
"react-native-dropdown-picker": "^5.1.21",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~1.10.2",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-multiple-select": "^0.5.6",
"react-native-paper": "^4.9.2",
"react-native-pdf": "^6.3.0",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "0.17.1",
"react-native-webview": "11.13.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}