This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
200 lines (200 loc) · 6.76 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
197
198
199
200
{
"name": "BalanceWallet",
"version": "0.3.0-25",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"install-pods": "cd ios && pod install && cd ..",
"ios": "react-native run-ios --simulator='iPhone X'",
"lint": "eslint './**/*.js'",
"nodeify": "./node_modules/.bin/rn-nodeify --install \"crypto\" --hack",
"postinstall": "rn-nodeify --install --hack"
},
"dependencies": {
"@hocs/omit-props": "^0.4.0",
"@hocs/safe-timers": "^0.4.0",
"@hocs/with-view-layout-props": "^0.2.0",
"@tradle/react-native-http": "^2.0.0",
"assert": "^1.4.1",
"axios": "^0.18.0",
"balance-common": "^0.6.33",
"bignumber.js": "^8.0.2",
"browserify-zlib": "^0.1.4",
"buffer": "^4.9.1",
"chroma-js": "^1.3.7",
"code-push": "^2.0.6",
"color": "^3.0.0",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"date-fns": "^1.29.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"ethers": "^3.0.7",
"events": "^1.1.1",
"global": "^4.3.2",
"https-browserify": "0.0.1",
"i18n-js": "^3.0.11",
"immer": "^1.7.4",
"inherits": "^2.0.3",
"lodash": "^4.17.11",
"path-browserify": "0.0.0",
"postcss": "^7.0.13",
"process": "^0.11.10",
"prop-types": "^15.6.1",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react": "^16.5.0",
"react-coin-icon": "^0.1.6",
"react-fast-compare": "^2.0.4",
"react-native": "0.57.1",
"react-native-actionsheet": "^2.4.2",
"react-native-blur": "^3.2.2",
"react-native-camera": "^1.4.3",
"react-native-circular-progress": "^1.0.1",
"react-native-code-push": "^5.4.1",
"react-native-crypto": "^2.1.2",
"react-native-device-info": "^0.26.2",
"react-native-emoji": "^1.3.1",
"react-native-fast-image": "^5.0.11",
"react-native-firebase": "^4.3.8",
"react-native-gesture-handler": "^1.0.7",
"react-native-haptic-feedback": "^1.2.0",
"react-native-indicators": "^0.13.0",
"react-native-iphone-x-helper": "^1.2.0",
"react-native-keychain": "^3.0.0",
"react-native-languages": "^3.0.0",
"react-native-level-fs": "^3.0.1",
"react-native-linear-gradient": "^2.4.2",
"react-native-mail": "^3.0.6",
"react-native-matomo": "git+https://github.com/BonifyByForteil/react-native-matomo.git",
"react-native-os": "^1.2.1",
"react-native-permissions": "^1.1.1",
"react-native-qrcode-scanner": "mikedemarais/react-native-qrcode-scanner#2ca70b8c64afb87e712aba578e11409c6406069e",
"react-native-qrcode-svg": "git+https://github.com/mikedemarais/react-native-qrcode-svg.git",
"react-native-radial-gradient": "^1.0.4",
"react-native-randombytes": "^3.1.0",
"react-native-reanimated": "^1.0.0-alpha.9",
"react-native-safe-area-view": "mikedemarais/react-native-safe-area-view",
"react-native-screens": "^1.0.0-alpha.22",
"react-native-shimmer-placeholder": "^1.0.29",
"react-native-splash-screen": "crazycodeboy/react-native-splash-screen#285/head",
"react-native-storage": "^0.2.2",
"react-native-svg": "^8.0.8",
"react-native-tcp": "^3.3.0",
"react-native-tooltip": "^5.2.0",
"react-native-touch-id": "^4.1.0",
"react-native-udp": "^2.3.1",
"react-native-version-number": "^0.3.5",
"react-navigation": "^3.1.4",
"react-navigation-fluid-transitions": "^0.2.72",
"react-primitives": "^0.7.0",
"react-redux": "^5.0.7",
"react-spring": "^5.7.2",
"react-style-proptype": "^3.2.1",
"readable-stream": "^1.0.33",
"recompact": "^3.4.0",
"recompose": "^0.30.0",
"recyclerlistview": "^2.0.0-beta.3",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.7",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"rn-nodeify": "^10.0.0",
"rn-walletconnect-wallet": "^0.7.24",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"styled-components": "4.1.2",
"stylelint": "^9.10.0",
"svgs": "^4.0.0",
"timers-browserify": "^1.4.2",
"tty-browserify": "0.0.0",
"url": "^0.10.3",
"util": "^0.10.3",
"vm-browserify": "0.0.4"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.3",
"babel-plugin-date-fns": "^0.2.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-styled-components": "^1.9.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^5.11.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.12.1",
"eslint-plugin-react-native": "^3.5.0",
"eslint-plugin-react-native-animation-linter": "^0.1.2",
"jest": "^22.4.3",
"metro-react-native-babel-preset": "^0.50.0",
"react-test-renderer": "^16.2.0",
"schedule": "0.4.0"
},
"resolutions": {
"**/eslint-plugin-import": "2.14.0",
"**/resolve": "1.8.1"
},
"jest": {
"preset": "react-native"
},
"react-native": {
"crypto": "react-native-crypto",
"_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",
"stream": "stream-browserify",
"vm": "vm-browserify",
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"dgram": "react-native-udp",
"timers": "timers-browserify",
"tty": "tty-browserify",
"tls": false,
"os": "react-native-os"
},
"browser": {
"crypto": "react-native-crypto",
"_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",
"stream": "stream-browserify",
"vm": "vm-browserify",
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"dns": "dns.js",
"net": "react-native-tcp",
"domain": "domain-browser",
"http": "@tradle/react-native-http",
"https": "https-browserify",
"path": "path-browserify",
"querystring": "querystring-es3",
"fs": "react-native-level-fs",
"dgram": "react-native-udp",
"timers": "timers-browserify",
"tty": "tty-browserify",
"tls": false,
"os": "react-native-os"
},
"rnpm": {
"assets": [
"./src/assets/fonts"
]
}
}