forked from eckoDAO-org/ecko-wallet-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
204 lines (204 loc) · 6.68 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": "kadena",
"version": "1.8.3",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"postinstall": "patch-package && npx jetify && yarn nodeify",
"postpod": "patch-package",
"nodeify": "./node_modules/.bin/rn-nodeify --hack --install --yarn"
},
"dependencies": {
"@ethersproject/shims": "^5.7.0",
"@hookform/resolvers": "^2.8.10",
"@json-rpc-tools/utils": "^1.7.6",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/netinfo": "^9.1.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@reduxjs/toolkit": "^1.8.1",
"@tradle/react-native-http": "^2.0.0",
"@types/throttle-debounce": "^5.0.0",
"@walletconnect/jsonrpc-types": "^1.0.2",
"@walletconnect/react-native-compat": "^2.7.2",
"@walletconnect/web3wallet": "^1.7.0",
"assert": "^1.1.1",
"asyncstorage-down": "^4.2.0",
"axios": "^0.26.1",
"bcrypt-react-native": "^1.1.1",
"big-integer": "^1.6.51",
"bignumber.js": "^9.1.0",
"blakejs": "^1.2.1",
"browserify-zlib": "~0.1.4",
"buffer": "^6.0.3",
"cardano-crypto.js": "file:./cardano-crypto.js",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.1.1",
"ethers": "5.4",
"events": "^1.0.0",
"fast-text-encoding": "^1.0.6",
"https-browserify": "~0.0.0",
"jail-monkey": "^2.8.0",
"levelup": "^5.1.1",
"moment": "^2.29.3",
"otplib": "^12.0.1",
"path-browserify": "0.0.0",
"prettier": "^2.6.2",
"process": "^0.11.0",
"punycode": "^1.2.4",
"query-string": "^7.1.1",
"querystring-es3": "~0.2.0",
"react": "17.0.2",
"react-hook-form": "^7.31.1",
"react-native": "0.68.2",
"react-native-biometrics": "2.1.4",
"react-native-bootsplash": "^4.1.5",
"react-native-bouncy-checkbox": "^2.1.10",
"react-native-crypto": "^2.2.0",
"react-native-dotenv": "^3.3.1",
"react-native-dropdown-picker": "^5.4.2",
"react-native-get-random-values": "^1.8.0",
"react-native-haptic-feedback": "^1.14.0",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-json-tree": "^1.3.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-level-fs": "^3.0.0",
"react-native-mmkv": "^2.4.3",
"react-native-modal": "^13.0.1",
"react-native-os": "^1.0.1",
"react-native-permissions": "^3.3.1",
"react-native-progress": "^5.0.0",
"react-native-qrcode-svg": "^6.1.2",
"react-native-randombytes": "^3.0.0",
"react-native-reanimated": "^2.12.0",
"react-native-safe-area-context": "^4.2.4",
"react-native-screens": "^3.13.1",
"react-native-snackbar": "^2.4.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-tcp": "^3.2.1",
"react-native-toast-message": "^2.1.5",
"react-native-udp": "^2.1.0",
"react-native-uuid": "^2.0.1",
"react-native-vision-camera": "^2.15.2",
"react-redux": "^8.0.1",
"readable-stream": "1.0.33",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"rn-nodeify": "^10.3.0",
"stream-browserify": "^1.0.0",
"string_decoder": "~0.10.25",
"throttle-debounce": "^5.0.0",
"timers-browserify": "^1.0.1",
"toggle-switch-react-native": "^3.3.0",
"tty-browserify": "0.0.0",
"tweetnacl": "^1.0.3",
"url": "~0.10.1",
"util": "~0.10.3",
"vision-camera-code-scanner": "^0.2.0",
"vm-browserify": "0.0.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^27.0.23",
"@types/react-native": "^0.67.3",
"@types/react-native-keyboard-spacer": "^0.4.2",
"@types/react-test-renderer": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"@walletconnect/types": "^2.7.2",
"babel-jest": "^26.6.3",
"eslint": "7.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.3.1",
"jetifier": "^2.0.0",
"metro-react-native-babel-preset": "^0.67.0",
"patch-package": "^6.5.0",
"react-test-renderer": "17.0.2",
"typescript": "^3.7.3"
},
"resolutions": {
"@types/react": "^17",
"react-devtools-core": "4.12.4"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"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
}
}