-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "WELA",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "patch-package",
"pod-install": "cd ios && pod install && cd .."
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^1.1.2",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/datetimepicker": "^2.6.2",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/google-signin": "^4.0.3",
"@react-native-community/netinfo": "^5.9.4",
"@react-native-community/picker": "^1.6.5",
"@react-native-community/push-notification-ios": "^1.4.0",
"@react-native-firebase/app": "^7.2.1",
"@react-native-firebase/auth": "^8.0.6",
"@react-native-firebase/messaging": "^7.4.2",
"axios": "^0.19.2",
"moment": "^2.27.0",
"patch-package": "^6.2.2",
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-contacts": "^5.2.3",
"react-native-fbsdk": "^2.0.0",
"react-native-flip-toggle-button": "^1.0.8",
"react-native-geocoder": "^0.5.0",
"react-native-gesture-handler": "^1.1.0",
"react-native-get-location": "^1.4.2",
"react-native-image-picker": "^2.3.1",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-maps": "0.27.1",
"react-native-maps-super-cluster": "^1.6.0",
"react-native-modal-datetime-picker": "^8.9.3",
"react-native-permissions": "^2.1.5",
"react-native-picker-select": "^8.0.0",
"react-native-propel-kit": "^0.8.9",
"react-native-push-notification": "^4.0.0",
"react-native-screens": "^2.0.0-beta.2",
"react-native-shadow-cards": "^1.0.2",
"react-native-simple-toast": "^1.1.2",
"react-native-swipe-gestures": "^1.0.5",
"react-native-switch-toggle": "^1.1.4",
"react-navigation": "^3.5.1"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/runtime": "^7.10.2",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.0.1",
"eslint": "^7.2.0",
"jest": "^26.0.1",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native"
}
}