-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.23 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
{
"name": "bmad",
"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": {
"@freakycoder/react-native-bounceable": "^0.2.5",
"@lottiefiles/lottie-interactivity": "^1.3.6",
"@lottiefiles/lottie-player": "^1.5.6",
"@react-native-async-storage/async-storage": "^1.16.1",
"@react-native-community/datetimepicker": "^5.1.0",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-firebase/analytics": "^14.5.0",
"@react-native-firebase/app": "^14.5.0",
"@react-native-firebase/auth": "^14.5.0",
"@react-native-firebase/firestore": "^14.5.0",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/drawer": "^6.3.1",
"@react-navigation/native": "^6.0.8",
"@react-navigation/stack": "^6.1.1",
"@reduxjs/toolkit": "^1.8.0",
"axios": "^0.26.0",
"lottie-ios": "3.2.3",
"lottie-react-native": "^5.0.1",
"react": "17.0.2",
"react-native": "0.67.3",
"react-native-android-location-services-dialog-box": "^2.8.2",
"react-native-checkbox-card": "^0.1.0",
"react-native-credit-card-display": "^0.3.6",
"react-native-date-picker": "^4.2.0",
"react-native-datepicker": "^1.7.2",
"react-native-device-info": "^8.1.3",
"react-native-dropdown-picker": "^5.1.15",
"react-native-elements": "^3.4.1",
"react-native-fbsdk": "^3.0.0",
"react-native-flash-message": "^0.2.1",
"react-native-flatlist-slider": "^1.0.5",
"react-native-geolocation-service": "5.3.0-beta.4",
"react-native-gesture-handler": "^2.3.0",
"react-native-gifted-chat": "^0.16.3",
"react-native-image-crop-picker": "^0.37.3",
"react-native-image-picker": "^4.7.3",
"react-native-input-credit-card": "^0.5.5",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "^0.30.1",
"react-native-open-maps": "^0.4.0",
"react-native-otp-textinput": "^0.0.8",
"react-native-paper": "^4.8.1",
"react-native-phone-input": "^1.0.9",
"react-native-phone-number-input": "^2.0.1",
"react-native-reanimated": "^2.3.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-rounded-checkbox": "^0.3.3",
"react-native-safe-area-context": "^4.1.2",
"react-native-screens": "^3.13.0",
"react-native-searchable-country-dropdown": "^1.0.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.3.0",
"react-native-tags-input": "^1.0.10",
"react-native-vector-icons": "^9.1.0",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"styled-components": "^5.3.0",
"tipsi-stripe": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/runtime": "^7.17.2",
"@react-native-community/eslint-config": "^3.0.1",
"babel-jest": "^27.5.1",
"eslint": "8.10.0",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.69.0",
"react-test-renderer": "17.0.2",
"redux-devtools": "^3.7.0"
},
"jest": {
"preset": "react-native"
}
}