forked from symbol/mobile-wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
204 lines (204 loc) · 7.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
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
201
202
203
204
{
"name": "symbol-mobile-wallet",
"version": "0.0.1",
"private": true,
"scripts": {
"git-info": "echo export default \"{ version: '$(git describe --tags `git rev-list --tags --max-count=1`)' };\" > src/shared/_git_commit.js",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "yarn git-info; react-native start",
"dev": "react-native start",
"reconnect": "adb reverse tcp:8081 tcp:8081",
"test": "jest",
"lint": "eslint .",
"postinstall": "./scripts/post-install.sh"
},
"dependencies": {
"@haskkor/react-native-pincode": "1.22.0",
"@react-native-community/async-storage": "^1.5.0",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/netinfo": "^4.3.0",
"@react-native-community/push-notification-ios": "^1.0.7",
"@tradle/react-native-http": "^2.0.0",
"assert": "^2.0.0",
"asyncstorage-down": "^4.2.0",
"bip39": "^3.0.2",
"browserify-zlib": "^0.2.0",
"buffer": "^5.2.1",
"bufferutil": "^4.0.1",
"coingecko-api": "^1.0.10",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"currency.js": "^1.2.2",
"dns.js": "^1.0.1",
"domain-browser": "^1.1.1",
"events": "^3.0.0",
"https-browserify": "^1.0.0",
"i18n-js": "^3.3.0",
"isomorphic-ws": "^4.0.1",
"js-joda": "1.6.2",
"lodash": "^4.17.11",
"lodash.memoize": "^4.1.2",
"net-browserify": "^0.2.4",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.0",
"process": "^0.11.10",
"prop-types": "15.6.0",
"punycode": "^2.1.1",
"querystring-es3": "^0.2.1",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-background-fetch": "^3.0.4",
"react-native-camera": "3.3.0",
"react-native-chart-kit": "^6.6.1",
"react-native-check-box": "^2.1.7",
"react-native-crypto": "^2.1.0",
"react-native-draggable-flatlist": "^2.3.1",
"react-native-flash-message": "^0.1.15",
"react-native-fs": "^2.14",
"react-native-gesture-handler": "1.6.0",
"react-native-keychain": "^4.0.5",
"react-native-level-fs": "^3.0.0",
"react-native-linear-gradient": "^2.5.4",
"react-native-localize": "^1.1.3",
"react-native-navigation": "^6.3.1",
"react-native-os": "1.2.5",
"react-native-path": "^0.0.5",
"react-native-permissions": "^2.0.9",
"react-native-popover-view": "^3.1.1",
"react-native-progress": "^4.0.3",
"react-native-push-notification": "^3.1.9",
"react-native-qrcode-scanner": "^1.3.1",
"react-native-randombytes": "^3.0.0",
"react-native-reanimated": "^1.7.0",
"react-native-rss-parser": "^1.4.0",
"react-native-share": "^2.0.0",
"react-native-simple-radio-button": "^2.7.4",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^9.13.3",
"react-native-swipeable-item": "^1.5.0",
"react-native-switch": "^2.0.0",
"react-native-tab-view": "^2.9.0",
"react-native-tcp": "^3.2.1",
"react-native-text-ticker": "^1.10.0",
"react-native-touch-id": "^4.4.1",
"react-native-udp": "^2.1.0",
"react-native-url": "^0.0.2",
"react-native-video": "^5.1.0-alpha8",
"react-native-view-shot": "^3.0.2",
"react-redux": "^7.2.1",
"react-zlib-js": "^1.0.4",
"readable-stream": "^3.4.0",
"realm": "4.0.0-beta.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reusable": "^1.0.0",
"rn-fetch-blob": "^0.11.1",
"rn-secure-storage": "https://github.com/irshadpc/rn-secure-storage.git#master",
"rss-parser": "^3.9.0",
"rxjs": "^6.5.2",
"stream-browserify": "^2.0.2",
"stream-http": "^3.0.0",
"string_decoder": "~0.10.25",
"symbol-address-book": "^1.0.0",
"symbol-hd-wallets": "0.14.1-alpha-202103051108",
"symbol-paper-wallets": "^1.0.2",
"symbol-qr-library": "0.14.1-alpha-202103081047",
"symbol-sdk": "0.23.0-alpha.202101131900",
"timers-browserify": "^1.0.1",
"tls-browserify": "^0.2.2",
"tty-browserify": "0.0.0",
"unorm": "^1.6.0",
"unstated": "https://github.com/vishrayne/unstated.git#use-react-context",
"url": "^0.11.0",
"utf-8-validate": "^5.0.2",
"utf8": "2.1.2",
"util": "^0.12.1",
"vm-browserify": "^1.1.0",
"webpack": "^2.7.0",
"ws": "^7.1.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@testing-library/react-native": "^4.1.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-native": "^3.8.1",
"flow-bin": "0.119.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"prettier": "^1.19.1",
"react-native-env-json": "^1.1.0",
"react-native-stylus-transformer": "^1.2.0",
"react-test-renderer": "16.9.0",
"rn-nodeify": "^10.2.0",
"stylus": "^0.54.7"
},
"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
}
}