-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 4.01 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "demoIosApp",
"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": {
"@anarock/react-native-cloudinary": "1.0.0-beta.0",
"@anarock/react-native-common-components": "1.2.1",
"@notifee/react-native": "3.0.4",
"@nozbe/with-observables": "1.0.5",
"@pranjal-jain/watermelondb": "^0.16.0-15",
"@react-native-community/art": "1.2.0",
"@react-native-community/datetimepicker": "2.3.2",
"@react-native-community/netinfo": "5.7.1",
"@react-native-firebase/analytics": "15.6.0",
"@react-native-firebase/app": "15.6.0",
"@react-native-firebase/messaging": "15.6.0",
"@react-native-firebase/perf": "15.6.0",
"@react-native-firebase/remote-config": "15.6.0",
"@types/detox": "16.4.1",
"abab": "2.0.3",
"bugsnag-react-native": "2.23.7",
"cleanse-html": "0.0.5",
"date-fns": "1.29.0",
"debounce": "1.2.0",
"dlv": "1.1.3",
"emoji-flags": "1.2.0",
"file-extension": "4.0.5",
"formik": "1.1.1",
"fuzzy": "0.1.3",
"global": "4.3.2",
"google-libphonenumber": "3.2.8",
"grubbs": "1.3.2",
"hash-code": "1.0.1",
"left-pad": "1.3.0",
"lottie-react-native": "4.0.2",
"mitt": "1.2.0",
"name-initials": "0.1.3",
"normalizr": "3.6.0",
"object-diff": "0.0.4",
"ordinal-suffix": "0.0.1",
"patch-package": "6.2.0",
"pebble-native": "1.0.4",
"pebble-shared": "2.3.0",
"pluralize": "8.0.0",
"prettier": "2.0.4",
"query-string": "6.12.0",
"ramda": "0.26.1",
"react": "17.0.2",
"react-addons-shallow-compare": "15.6.2",
"react-native": "0.67.4",
"react-native-actioncable": "0.0.3",
"react-native-autocomplete-input": "^4.1.0",
"react-native-aws3": "0.0.9",
"react-native-calendars": "1.265.0",
"react-native-code-push": "6.2.0",
"react-native-collapsible": "1.5.2",
"react-native-config": "1.0.0",
"react-native-contacts": "github:saas-bn/react-native-contacts#contact_filters",
"react-native-custom-tabs": "github:treebohotels/react-native-custom-tabs#develop",
"react-native-device-info": "5.5.5",
"react-native-document-picker": "2.2.0",
"react-native-geolocation-service": "5.2.0",
"react-native-gesture-handler": "1.6.1",
"react-native-highlight-words": "1.0.1",
"react-native-htmlview": "0.15.0",
"react-native-image-gallery": "2.1.5",
"react-native-image-picker": "2.3.1",
"react-native-image-progress": "1.1.1",
"react-native-keyboard-aware-scroll-view": "0.9.1",
"react-native-maps": "0.30.1",
"react-native-mime-types": "2.3.0",
"react-native-navigation": "7.29.0",
"react-native-offline": "5.6.1",
"react-native-onboarding-swiper": "1.1.1",
"react-native-progress": "4.1.2",
"react-native-reanimated": "1.8.0",
"react-native-restart": "0.0.17",
"react-native-sms-retriever": "1.1.1",
"react-native-sound": "0.11.0",
"react-native-splash-screen": "3.2.0",
"react-native-svg": "12.1.0",
"react-native-swiper": "1.6.0",
"react-native-tab-view": "2.14.0",
"react-native-vector-icons": "6.6.0",
"react-native-webview": "10.8.0",
"react-redux": "7.1.3",
"redux": "4.0.5",
"redux-batched-subscribe": "0.1.6",
"redux-observable": "1.2.0",
"redux-persist": "5.10.0",
"redux-persist-filesystem-storage": "1.3.2",
"redux-persist-transform-filter": "0.0.17",
"redux-thunk": "2.3.0",
"reselect": "4.0.0",
"rn-fetch-blob": "0.12.0",
"rxjs": "6.3.3",
"spherical-geometry-js": "3.0.0",
"url": "0.11.0",
"uuid": "3.2.1"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/runtime": "^7.19.4",
"@react-native-community/eslint-config": "^3.1.0",
"babel-jest": "^29.2.0",
"eslint": "^8.25.0",
"jest": "^29.2.0",
"metro-react-native-babel-preset": "^0.73.2",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}