-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.17 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.1.2",
"@react-native-community/datetimepicker": "^3.4.7",
"@react-native-community/masked-view": "0.1.10",
"@react-native-firebase/app": "^12.7.2",
"@react-native-firebase/auth": "^12.7.2",
"@react-native-firebase/database": "^12.7.2",
"@react-native-firebase/firestore": "^12.7.2",
"@react-native-firebase/messaging": "^12.7.2",
"@react-native-google-signin/google-signin": "^6.0.1",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"cli": "^1.0.1",
"expo": "^41.0.1",
"expo-splash-screen": "~0.10.2",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.5.4",
"lottie-ios": "^3.2.3",
"lottie-react-native": "^4.0.3",
"moment": "^2.29.1",
"native-base": "^2.15.2",
"radio-buttons-react-native": "^1.0.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-animated-loader": "^0.0.9",
"react-native-btr": "^2.1.2",
"react-native-elements": "^3.3.2",
"react-native-flash-message": "^0.1.23",
"react-native-gesture-handler": "~1.10.2",
"react-native-gifted-chat": "^0.16.3",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-modal-datetime-picker": "^9.2.3",
"react-native-paper": "^4.8.1",
"react-native-phone-number-input": "^2.1.0",
"react-native-razorpay": "^2.2.5",
"react-native-reanimated": "~2.1.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.0.0",
"react-native-simple-radio-button": "^2.7.4",
"react-native-snap-carousel": "^3.9.1",
"react-native-stars": "^1.2.2",
"react-native-unimodules": "~0.13.3",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.13.12",
"react-native-webview": "^11.4.3",
"react-native-youtube-iframe": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.9.0"
},
"private": true,
"name": "Havoc",
"version": "1.0.0"
}