-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
186 lines (186 loc) · 5.98 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
{
"name": "hydrowallet",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"devtools": "npx react-devtools",
"start": "react-native start",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"release": "cd android && ./gradlew assembleRelease",
"release:clean": "cd android && ./gradlew clean && ./gradlew assembleRelease",
"postinstall": "./node_modules/.bin/rn-nodeify --hack --install --yarn"
},
"engines": {
"node": ">= 16.13.0"
},
"dependencies": {
"@0xcert/erc721-validator": "^0.3.0",
"@react-native-clipboard/clipboard": "^1.9.0",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@tradle/react-native-http": "^2.0.1",
"assert": "^2.0.0",
"asyncstorage-down": "^4.2.0",
"axios": "^0.24.0",
"bitcoin-address-validation": "^2.1.0",
"browserify-zlib": "^0.2.0",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-js": "^4.1.1",
"dns.js": "^1.0.1",
"domain-browser": "^4.22.0",
"ethereumjs-util": "^7.1.3",
"ethers": "^5.5.1",
"events": "^3.3.0",
"expo": "^43.0.1",
"expo-secure-store": "~11.0.3",
"https-browserify": "1.0.0",
"just-debounce-it": "^3.0.1",
"moment": "^2.29.1",
"path-browserify": "1.0.1",
"process": "^0.11.10",
"punycode": "^2.1.1",
"querystring-es3": "^0.2.1",
"react": "17.0.2",
"react-native": "0.66.1",
"react-native-app-intro-slider": "^4.0.4",
"react-native-background-timer": "^2.4.1",
"react-native-bip39": "^2.3.0",
"react-native-camera": "^4.2.1",
"react-native-crypto": "^2.2.0",
"react-native-crypto-js": "^1.0.0",
"react-native-device-info": "^8.4.4",
"react-native-elements": "^3.4.2",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^1.10.3",
"react-native-level-fs": "^3.0.1",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-modal": "^13.0.0",
"react-native-os": "^1.2.6",
"react-native-paper": "^4.9.2",
"react-native-permissions": "^3.1.0",
"react-native-qrcode-scanner": "^1.5.4",
"react-native-qrcode-svg": "^6.1.1",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^2.2.3",
"react-native-root-siblings": "^4.1.1",
"react-native-root-toast": "^3.3.0",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.9.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.2.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^12.1.1",
"react-native-tcp": "^4.0.0",
"react-native-udp": "^4.1.3",
"react-native-vector-icons": "^9.0.0",
"react-native-webview": "^11.14.2",
"readable-stream": "^3.6.0",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"timers-browserify": "^2.0.12",
"tty-browserify": "0.0.1",
"tuscjs": "0.0.11",
"tuscjs-ws": "0.0.6",
"url": "^0.11.0",
"util": "^0.12.4",
"uuid": "^8.3.2",
"vm-browserify": "1.1.2",
"web3": "^1.6.0",
"xlsx": "^0.17.4"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/runtime": "^7.16.0",
"@react-native-community/eslint-config": "^3.0.1",
"@types/crypto-js": "^4.0.2",
"@types/jest": "^27.0.2",
"@types/just-debounce-it": "^1.5.0",
"@types/react-native": "^0.66.1",
"@types/react-native-background-timer": "^2.0.0",
"@types/react-native-loading-spinner-overlay": "^0.5.3",
"@types/react-native-snap-carousel": "^3.8.4",
"@types/react-native-vector-icons": "^6.4.9",
"@types/react-test-renderer": "^17.0.1",
"@types/uuid": "^8.3.1",
"babel-jest": "^27.3.1",
"eslint": "^8.1.0",
"jest": "^27.3.1",
"jetifier": "^2.0.0",
"metro-react-native-babel-preset": "^0.66.2",
"react-devtools": "^4.21.0",
"react-test-renderer": "17.0.2",
"rn-nodeify": "^10.3.0",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^17"
},
"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
}
}