-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
173 lines (173 loc) · 6.35 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "hugs-dating",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "cd android && ./gradlew clean && cd .. && react-native run-android",
"android:clean": "cd android && ./gradlew clean && cd ..",
"android:start": "react-native run-android",
"ios": "react-native run-ios",
"build:bundle": "cd android && ./gradlew clean && ./gradlew bundleRelease",
"build:apk": "cd android && ./gradlew clean && ./gradlew assembleRelease",
"test": "jest",
"lint": "eslint .",
"prettier": "prettier --write '*.js' 'src/**/*.js'",
"postinstall": "patch-package",
"start": "react-native start"
},
"dependencies": {
"@gorhom/bottom-sheet": "2.0.0",
"@invertase/react-native-apple-authentication": "^1.1.1",
"@mapbox/polyline": "^1.1.1",
"@react-native-community/art": "^1.2.0",
"@react-native-community/async-storage": "^1.10.0",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^6.0.5",
"@react-native-firebase/app": "^12.9.3",
"@react-native-firebase/auth": "^12.9.3",
"@react-native-firebase/firestore": "^12.9.3",
"@react-native-firebase/functions": "^13.1.0",
"@react-native-firebase/messaging": "^12.9.3",
"@react-native-firebase/storage": "^12.9.3",
"@react-native-google-signin/google-signin": "^6.0.0",
"@react-native-picker/picker": "^2.1.0",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/compat": "^5.3.20",
"@react-navigation/drawer": "^6.1.4",
"@react-navigation/material-bottom-tabs": "^6.2.1",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"@skele/components": "^1.0.0-alpha.40",
"axios": "^0.21.1",
"base-64": "^0.1.0",
"crypto-js": "^3.1.9-1",
"dopenative": "^0.0.22",
"expo": "43.0.4",
"expo-av": "10.1.3",
"expo-blur": "10.0.3",
"expo-camera": "12.0.3",
"expo-document-picker": "10.0.3",
"expo-facebook": "12.0.3",
"expo-file-system": "13.0.3",
"expo-image-picker": "11.0.3",
"expo-localization": "11.0.0",
"expo-location": "13.0.4",
"formik": "^2.1.0",
"i18n-js": "^3.5.0",
"intl": "^1.2.5",
"invert-color": "^2.0.0",
"jest-haste-map": "^25.1.0",
"jest-serializer": "^25.1.0",
"jest-worker": "^25.1.0",
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0",
"lodash.memoize": "^4.1.2",
"mobx": "^5.14.0",
"mobx-react": "^6.1.3",
"moment": "^2.27.0",
"moti": "^0.17.1",
"oauth-1.0a": "^2.2.6",
"patch-package": "^6.4.7",
"react": "17.0.2",
"react-native": "0.66.0",
"react-native-actionsheet": "^2.4.2",
"react-native-animatable": "^1.3.3",
"react-native-app-intro-slider": "^4.0.4",
"react-native-appearance": "^0.3.4",
"react-native-autogrow-textinput": "^5.4.0",
"react-native-button": "^3.0.1",
"react-native-callkeep": "^4.0.1",
"react-native-confirmation-code-field": "^6.5.0",
"react-native-create-thumbnail": "^1.2.2",
"react-native-dash": "^0.0.11",
"react-native-deck-swiper": "^2.0.5",
"react-native-dialog-input": "^1.0.7",
"react-native-elements": "^3.4.2",
"react-native-fast-image": "^8.3.4",
"react-native-ffmpeg": "^0.5.0",
"react-native-file-viewer": "^2.1.4",
"react-native-geocoding": "^0.4.0",
"react-native-gesture-handler": "^1.7.0",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-iap": "^4.5.3",
"react-native-icon-badge": "^1.1.3",
"react-native-image-crop-picker": "^0.33.2",
"react-native-image-picker": "^1.1.0",
"react-native-image-progress": "^1.1.1",
"react-native-image-resizer": "^1.2.6",
"react-native-image-view": "^2.1.9",
"react-native-incall-manager": "^3.3.0",
"react-native-incoming-call": "^1.2.0",
"react-native-indicators": "^0.17.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-keyboard-aware-scroll-view": "github:APSL/react-native-keyboard-aware-scroll-view#pull/501/head",
"react-native-keyboard-aware-view": "^0.0.14",
"react-native-keyboard-tracking-view": "^5.7.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^1.4.1",
"react-native-maps": "0.30.1",
"react-native-modal": "^13.0.1",
"react-native-modalbox": "^2.0.0",
"react-native-pager-view": "^5.4.15",
"react-native-paper": "^4.12.1",
"react-native-parsed-text": "^0.0.22",
"react-native-phone-input": "^1.2.0",
"react-native-popup-menu": "^0.15.9",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "^2.5.0",
"react-native-responsive-screen": "^1.4.1",
"react-native-safe-area-context": "^3.1.7",
"react-native-screens": "^3.5.0",
"react-native-search-bar": "^3.5.1",
"react-native-search-box": "^0.0.19",
"react-native-shadow-2": "^6.0.4",
"react-native-slider": "^0.11.0",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.3.0",
"react-native-swiper": "^1.6.0-nightly.5",
"react-native-tab-view": "^3.1.1",
"react-native-twilio-video-webrtc": "https://github.com/blackuy/react-native-twilio-video-webrtc",
"react-native-ui-lib": "^5.19.0",
"react-native-vector-icons": "^9.1.0",
"react-native-view-more-text": "^2.1.0",
"react-native-voip-push-notification": "^2.1.0",
"react-native-webrtc": "^1.94.1",
"react-native-webview": "^10.8.3",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"uuidv4": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/runtime": "^7.16.5",
"@react-native-community/eslint-config": "^3.0.1",
"@types/lodash": "^4.14.182",
"@types/react": "17.0.2",
"babel-jest": "^27.4.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.5.0",
"jest": "^27.4.5",
"jetifier": "^1.6.6",
"metro-react-native-babel-preset": "^0.66.2",
"prettier": "^2.3.2",
"react-test-renderer": "17.0.2",
"remote-redux-devtools": "^0.5.16"
},
"resolutions": {
"@types/react": "17.0.2"
},
"jest": {
"preset": "react-native"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}