-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·136 lines (136 loc) · 4.99 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
{
"name": "Instadating",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"prettier": "prettier --write '*.js' 'src/**/*.js'",
"android": " cd android && ./gradlew clean && cd .. && react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint src/.",
"fixlint": "eslint --fix src/.; exit 0",
"test": "jest"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^1.1.1",
"@react-native-community/art": "^1.2.0",
"@react-native-community/async-storage": "^1.6.3",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-firebase/app": "^11.2.0",
"@react-native-firebase/auth": "^11.2.0",
"@react-native-firebase/messaging": "^11.2.0",
"@react-native-google-signin/google-signin": "^6.0.0",
"@react-navigation/bottom-tabs": "^5.7.0",
"@react-navigation/compat": "^5.2.0",
"@react-navigation/drawer": "^5.8.5",
"@react-navigation/native": "^5.7.0",
"@react-navigation/stack": "^5.7.0",
"@reduxjs/toolkit": "^1.0.4",
"axios": "^0.21.1",
"base-64": "^0.1.0",
"crypto-js": "^3.1.9-1",
"expo-av": "^9.0.0",
"expo-blur": "^9.0.0",
"expo-constants": "^10.0.1",
"expo-facebook": "^10.0.0",
"expo-file-system": "^10.0.0",
"expo-firebase-recaptcha": "^1.3.0",
"expo-image-picker": "^10.1.4",
"expo-localization": "^10.0.0",
"expo-location": "^12.0.4",
"expo-permissions": "9.1.0",
"firebase": "8.3.2",
"i18n-js": "^3.5.0",
"invert-color": "^2.0.0",
"lodash": "^4.17.21",
"lodash.isequal": "^4.5.0",
"lodash.memoize": "^4.1.2",
"moment": "^2.27.0",
"oauth-1.0a": "^2.2.6",
"react": "17.0.1",
"react-native": "0.64.0",
"react-native-actionsheet": "^2.4.2",
"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-deck-swiper": "^2.0.5",
"react-native-dialog-input": "^1.0.8",
"react-native-elements": "^2.3.1",
"react-native-fast-image": "^8.3.4",
"react-native-ffmpeg": "^0.5.0",
"react-native-gesture-handler": "^1.7.0",
"react-native-get-random-values": "^1.4.0",
"react-native-iap": "^6.0.2",
"react-native-image-crop-picker": "^0.33.2",
"react-native-image-picker": "^2.3.3",
"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-indicators": "^0.17.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-keyboard-aware-scroll-view": "^0.9.2",
"react-native-keyboard-aware-view": "^0.0.14",
"react-native-keyboard-tracking-view": "^5.7.0",
"react-native-localize": "^1.3.1",
"react-native-modal": "^11.4.0",
"react-native-modal-patch": "https://github.com/HarvestProfit/react-native-modal-patch.git",
"react-native-modalbox": "^2.0.0",
"react-native-parsed-text": "^0.0.22",
"react-native-phone-input": "^0.2.4",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "^1.13.0",
"react-native-safe-area-context": "^3.1.7",
"react-native-screens": "^2.10.1",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-search-bar": "^3.5.1",
"react-native-search-box": "^0.0.19",
"react-native-slider": "^0.11.0",
"react-native-splash-screen": "^3.2.0",
"react-native-swiper": "^1.6.0",
"react-native-twilio-video-webrtc": "https://github.com/blackuy/react-native-twilio-video-webrtc",
"react-native-ui-lib": "^5.19.0",
"react-native-unimodules": "^0.13.3",
"react-native-vector-icons": "^7.0.0",
"react-native-video": "^5.1.0-alpha8",
"react-native-view-overflow": "^0.0.5",
"react-native-voip-push-notification": "^2.1.0",
"react-native-webrtc": "^1.84.0",
"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",
"remote-redux-devtools": "^0.5.16",
"uuidv4": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/runtime": "^7.8.4",
"@react-native-community/eslint-config": "^1.1.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-idiomatic": "^4.0.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-native": "^3.7.0",
"jest": "^25.1.0",
"jetifier": "^1.6.6",
"metro-react-native-babel-preset": "^0.59.0",
"prettier": "2.0.4",
"react-test-renderer": "16.13.1"
},
"jest": {
"preset": "react-native"
}
}