-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
197 lines (197 loc) Β· 7.05 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
{
"name": "myorange",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"setup": "yarn install && yarn ds:install && yarn allow-scripts && yarn postinstall",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"postinstall": "./scripts/postinstall.sh",
"preview": "git reset && git commit -m \"/preview\" --allow-empty",
"install-bundle": "cd ios && bundle install && cd ..",
"install-pods": "cd ios && bundle exec pod install --repo-update && cd ..",
"install-pods-fast": "cd ios && bundle exec pod install && cd ..",
"start:clean": "watchman watch-del-all && rm -rf $TMPDIR/react-* && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-map-* && react-native start -- --reset-cache",
"lint": "eslint ."
},
"dependencies": {
"@ensdomains/address-encoder": "0.2.16",
"@ensdomains/content-hash": "2.5.7",
"@ensdomains/eth-ens-namehash": "2.0.15",
"@ethersproject/abi": "5.6.3",
"@ethersproject/abstract-provider": "5.6.1",
"@ethersproject/abstract-signer": "5.6.2",
"@ethersproject/address": "5.6.1",
"@ethersproject/bignumber": "5.6.2",
"@ethersproject/bytes": "5.6.1",
"@ethersproject/constants": "5.6.1",
"@ethersproject/contracts": "5.6.2",
"@ethersproject/hdnode": "5.6.2",
"@ethersproject/logger": "5.6.0",
"@ethersproject/providers": "5.6.8",
"@ethersproject/random": "5.6.1",
"@ethersproject/shims": "5.6.0",
"@ethersproject/solidity": "5.6.1",
"@ethersproject/transactions": "5.6.2",
"@ethersproject/units": "5.6.1",
"@ethersproject/wallet": "5.6.2",
"@metamask/eth-sig-util": "^4.0.1",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/core": "^6.2.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.2.1",
"@reduxjs/toolkit": "^1.8.2",
"@sentry/react-native": "^3.4.3",
"@tradle/react-native-http": "^2.0.0",
"@types/lodash": "^4.14.188",
"@types/react-redux": "^7.1.24",
"assert": "^1.1.1",
"axios": "^0.27.2",
"big-integer": "1.6.51",
"bignumber.js": "9.0.1",
"bip39": "3.0.2",
"browserify-zlib": "0.1.4",
"buffer": "4.9.2",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"currency.js": "^2.0.4",
"dns.js": "^1.0.1",
"domain-browser": "^1.1.1",
"eth-keyring-controller": "^7.0.2",
"https-browserify": "~0.0.0",
"lodash": "^4.17.21",
"multichain-crypto-wallet": "^0.2.6",
"path-browserify": "0.0.0",
"punycode": "^1.2.4",
"qrcode": "^1.5.0",
"querystring-es3": "~0.2.0",
"ramda": "^0.27.1",
"ramda-fantasy": "^0.8.0",
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-actionsheet": "beefe/react-native-actionsheet#107/head",
"react-native-aes-crypto": "1.3.9",
"react-native-aes-crypto-forked": "git+https://github.com/MetaMask/react-native-aes-crypto-forked.git#397d5db5250e8e7408294807965b5b9fd4ca6a25",
"react-native-asset": "^2.0.1",
"react-native-crypto": "2.2.0",
"react-native-device-info": "5.3.1",
"react-native-dotenv": "2.4.2",
"react-native-emoji": "1.3.1",
"react-native-gesture-handler": "^2.8.0",
"react-native-keychain": "^8.0.0",
"react-native-level-fs": "^3.0.0",
"react-native-os": "^1.0.1",
"react-native-progress": "3.5.0",
"react-native-push-notification": "git+https://github.com/MetaMask/react-native-push-notification.git#975e0e6757c40e3dce2d1b6dd3d66fc91127ac4c",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^2.12.0",
"react-native-redash": "16.2.2",
"react-native-safe-area-context": "^4.4.1",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "^3.18.0",
"react-native-splash-screen": "^3.3.0",
"react-native-storage": "1.0.1",
"react-native-svg": "^12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-tcp": "^3.2.1",
"react-native-udp": "^2.1.0",
"react-navigation": "^4.4.4",
"react-redux": "^8.0.2",
"readable-stream": "1.0.33",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"stream-browserify": "^1.0.0",
"styled-components": "^5.3.6",
"timers-browserify": "^1.0.1",
"tty-browserify": "0.0.0",
"url": "~0.10.1",
"util": "~0.10.3",
"vm-browserify": "1.1.2"
},
"devDependencies": {
"@babel/core": "7.18.2",
"@babel/runtime": "7.18.3",
"@nomiclabs/hardhat-ethers": "2.0.4",
"@nomiclabs/hardhat-waffle": "2.0.1",
"@react-native-community/eslint-config": "2.0.0",
"@types/jest": "^28.1.1",
"@types/react": "^18.0.12",
"@types/react-native": "^0.67.8",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"dotenv": "8.2.0",
"eslint": "7.32.0",
"eslint-import-resolver-babel-module": "5.3.1",
"ethereum-waffle": "3.4.0",
"ethers": "5.6.8",
"graphql": "15.3.0",
"hardhat": "2.8.2",
"image-size": "1.0.0",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.67.0",
"react-test-renderer": "17.0.2",
"rn-nodeify": "10.2.0",
"typescript": "^4.7.3"
},
"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
}
}