-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.52 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "RN_Codebase",
"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": {
"react": "18.1.0",
"react-native": "0.70.6"
"@invertase/react-native-apple-authentication": "^2.1.5",
"@react-native-async-storage/async-storage": "^1.15.11",
"@react-native-community/checkbox": "^0.5.8",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/netinfo": "^8.3.0",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-community/toolbar-android": "^0.2.1",
"@react-native-firebase/app": "^13.0.1",
"@react-native-firebase/auth": "^13.0.1",
"@react-native-firebase/messaging": "^13.0.1",
"@react-native-google-signin/google-signin": "^7.0.1",
"@react-native-picker/picker": "^1.8.3",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/material-top-tabs": "^6.0.6",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"axios": "^0.24.0",
"geolib": "^3.3.3",
"i18next": "^21.6.10",
"jwt-decode": "^3.1.2",
"lodash.filter": "^4.6.0",
"moment": "^2.29.1",
"native": "^0.3.3",
"patch-package": "^6.4.7",
"react-i18next": "^11.15.3",
"react-native-app-intro-slider": "^4.0.4",
"react-native-awesome-alerts": "^1.5.2",
"react-native-color-picker": "^0.6.0",
"react-native-countdown-component": "^2.7.1",
"react-native-currency-input": "^1.0.1",
"react-native-fast-image": "^8.5.11",
"react-native-fbsdk-next": "^6.1.1",
"react-native-flexi-radio-button": "^0.2.2",
"react-native-gesture-handler": "^1.10.3",
"react-native-get-location": "^2.2.1",
"react-native-google-maps-directions": "^2.1.1",
"react-native-iap": "^7.5.3",
"react-native-image-crop-picker": "^0.36.4",
"react-native-image-slider-box": "^1.1.12",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-localization": "^2.1.7",
"react-native-localize": "^2.1.9",
"react-native-maps": "^0.29.4",
"react-native-maps-directions": "^1.8.0",
"react-native-pager-view": "^5.4.7",
"react-native-paper": "^4.9.2",
"react-native-picker-select": "^8.0.4",
"react-native-push-notification": "^8.1.1",
"react-native-raw-bottom-sheet": "2.2.0",
"react-native-reanimated": "^2.2.3",
"react-native-render-html": "6.3.0",
"react-native-restart": "^0.0.24",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.8.0",
"react-native-search-filter": "^0.1.5",
"react-native-share": "^7.3.3",
"react-native-simple-radio-button": "^2.7.4",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^12.2.0",
"react-native-tab-view": "^3.1.1",
"react-native-webview": "^11.14.1",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.4.0",
"rn-fetch-blob": "^0.12.0",
"ws": "^8.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "0.72.3",
"react-test-renderer": "18.1.0"
},
"jest": {
"preset": "react-native"
}
}