-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
executable file
·196 lines (196 loc) · 6.54 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"name": "cybavo_wallet",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"dependencies": {
"@cybavo/react-native-wallet-service": "^1.2.184",
"@invertase/react-native-apple-authentication": "1.0.0",
"@react-native-community/async-storage": "^1.7.0",
"@react-native-community/cameraroll": "1.8.1",
"@react-native-community/hooks": "^2.5.1",
"@react-native-community/push-notification-ios": "^1.0.7",
"@react-native-community/slider": "^2.0.8",
"@react-native-community/toolbar-android": "^0.1.0-rc.2",
"@react-native-community/viewpager": "^3.3.0",
"@react-native-firebase/app": "11.5.0",
"@react-native-firebase/crashlytics": "11.5.0",
"@react-native-firebase/iid": "11.5.0",
"@react-native-firebase/messaging": "11.5.0",
"@sumsub/react-native-mobilesdk-module": "1.19.5",
"@tradle/react-native-http": "^2.0.1",
"@types/react-native-snap-carousel": "^3.7.4",
"@walletconnect/utils": "2.1.4",
"assert": "^1.5.0",
"bignumber.js": "^9.0.0",
"browserify-zlib": "^0.1.4",
"buffer": "^4.9.2",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"ethers": "^5.7.2",
"events": "^1.1.1",
"google-libphonenumber": "^3.2.8",
"https-browserify": "0.0.1",
"jimp": "^0.12.1",
"jpeg-js": "^0.4.4",
"jsqr": "^1.4.0",
"moment": "^2.24.0",
"native-base": "2.13.12",
"node-libs-react-native": "^1.2.1",
"path-browserify": "0.0.0",
"pngjs": "^6.0.0",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react": "16.9.0",
"react-content-loader": "^5.0.4",
"react-native": "0.61.4",
"react-native-camera": "^3.11.1",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^5.6.1",
"react-native-exit-app": "^1.1.0",
"react-native-fbsdk": "^2.0.0",
"react-native-file-logger": "^0.2.0",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.5.1",
"react-native-google-signin": "2.1.1",
"react-native-i18n": "^2.0.15",
"react-native-image-picker": "4.8.4",
"react-native-indicators": "^0.17.0",
"react-native-level-fs": "^3.0.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^1.4.3",
"react-native-modal": "^11.5.3",
"react-native-os": "^1.2.6",
"react-native-paper": "4.2.0",
"react-native-permissions": "^2.1.2",
"react-native-progress": "^4.1.2",
"react-native-push-notification": "^3.1.9",
"react-native-qrcode-scanner": "^1.3.1",
"react-native-qrcode-svg": "^6.0.3",
"react-native-randombytes": "^3.5.3",
"react-native-reanimated": "^1.4.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^1.0.0-alpha.23",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-snap-carousel": "^3.8.4",
"react-native-svg": "12.1.1",
"react-native-tcp": "^3.3.2",
"react-native-twitter-signin": "^1.1.1",
"react-native-udp": "^2.7.0",
"react-native-vector-icons": "6.6.0",
"react-native-version-check": "^3.4.2",
"react-native-version-number": "^0.3.6",
"react-native-webview": "^9.2.1",
"react-navigation": "^4.0.10",
"react-navigation-hooks": "^1.1.0",
"react-navigation-stack": "^1.10.3",
"react-navigation-tabs": "^2.6.0",
"react-redux": "^7.1.3",
"readable-stream": "^1.0.33",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"timers-browserify": "^1.4.2",
"tty-browserify": "0.0.0",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "0.0.4",
"inherits": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/runtime": "^7.7.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"eslint": "^6.6.0",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-flowtype": "^4.4.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.3.0",
"jest": "^24.9.0",
"metro": "^0.57.0",
"metro-core": "^0.57.0",
"metro-react-native-babel-preset": "^0.59.0",
"prettier": "^1.19.1",
"react-native-fabric": "^0.5.2",
"react-native-push-notification": "^3.1.9",
"react-test-renderer": "16.9.0",
"typescript": "^4.9.4"
},
"jest": {
"preset": "react-native"
},
"react-native": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"dgram": "react-native-udp",
"stream": "stream-browserify",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
},
"browser": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"dgram": "react-native-udp",
"stream": "stream-browserify",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
}
}