-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.71 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
68
69
70
71
72
73
74
{
"name": "open",
"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 ."
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^1.0.0",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/google-signin": "^4.0.3",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/push-notification-ios": "^1.3.0",
"@react-native-firebase/app": "^7.3.1",
"@react-native-firebase/auth": "^8.0.8",
"@react-native-firebase/messaging": "^7.1.8",
"@react-navigation/bottom-tabs": "^5.2.7",
"@react-navigation/native": "^5.2.4",
"@react-navigation/stack": "^5.2.13",
"@sayem314/react-native-keep-awake": "^1.0.3",
"axios": "^0.21.1",
"react": "16.11.0",
"react-native": "0.62.3",
"react-native-gesture-handler": "^1.6.1",
"react-native-get-location": "^1.4.2",
"react-native-image-slider-box": "^1.0.12",
"react-native-image-view": "^2.1.9",
"react-native-immediate-phone-call": "^2.0.0",
"react-native-keyboard-avoiding-view": "^1.0.0",
"react-native-keyboard-manager": "^4.0.13-16",
"react-native-loading-spinner-overlay": "^1.1.0",
"react-native-maps": "^0.27.1",
"react-native-masked-text": "^1.13.0",
"react-native-modal": "^11.5.6",
"react-native-modal-overlay": "^1.3.1",
"react-native-normalize": "^1.0.1",
"react-native-permissions": "^2.1.5",
"react-native-popup-dialog": "^0.18.3",
"react-native-push-notification": "^4.0.0",
"react-native-responsive-fontsize": "^0.4.3",
"react-native-responsive-screen": "^1.4.1",
"react-native-safe-area-context": "^0.7.3",
"react-native-safe-area-view": "^1.1.0",
"react-native-screens": "^2.7.0",
"react-native-signature-capture": "^0.4.10",
"react-native-slider": "^0.11.0",
"react-native-switch-selector": "^2.0.4",
"react-native-twilio-video-webrtc": "git+https://github.com/blackuy/react-native-twilio-video-webrtc.git",
"react-native-vector-icons": "^6.6.0",
"react-native-video": "^4.4.5",
"react-native-view-more-text": "^2.1.0",
"react-native-view-pdf": "^0.10.2",
"react-native-webview": "^11.0.0",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.9.2",
"@react-native-community/eslint-config": "^1.1.0",
"babel-jest": "^25.4.0",
"eslint": "^6.8.0",
"jest": "^25.4.0",
"metro-react-native-babel-preset": "^0.59.0",
"react-test-renderer": "16.11.0"
},
"jest": {
"preset": "react-native"
}
}