-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
167 lines (167 loc) · 5.42 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
{
"name": "frogchain",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "node node_modules/react-native/local-cli/cli.js start",
"postinstall": "rn-nodeify --install fs,dgram,stream,process,crypto,path,console --hack",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"svg-convert": "npx @svgr/cli --native --out-dir ./src/components/ui/svg/icons/rn -- ./src/components/ui/svg/icons/pure"
},
"dependencies": {
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/hdnode": "^5.4.0",
"@ethersproject/providers": "^5.4.0",
"@ethersproject/shims": "^5.5.0",
"@ethersproject/transactions": "^5.4.0",
"@ethersproject/units": "^5.5.0",
"@ethersproject/wallet": "5.4.0",
"@metamask/eth-sig-util": "^4.0.0",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.2.2",
"@shopify/react-native-skia": "^0.1.136",
"@tradle/react-native-http": "^2.0.1",
"assert": "^2.0.0",
"base-64": "1.0.0",
"bip39": "^3.0.4",
"browserify-zlib": "^0.1.4",
"buffer": "6.0.3",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"ethereumjs-util": "^7.1.3",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^5.6.9",
"https-browserify": "^0.0.1",
"lodash": "^4.17.21",
"node-libs-browser": "2.2.1",
"path-browserify": "^0.0.0",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"randombytes": "^2.1.0",
"react": "18.0.0",
"react-native": "0.69.3",
"react-native-crypto": "^2.2.0",
"react-native-dotenv": "2.4.3",
"react-native-gesture-handler": "^2.5.0",
"react-native-get-random-values": "^1.8.0",
"react-native-graph": "^0.1.1",
"react-native-level-fs": "^3.0.1",
"react-native-mmkv": "^2.4.3",
"react-native-os": "^1.2.6",
"react-native-qrcode-svg": "^6.1.2",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^2.9.1",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "~3.10.1",
"react-native-stream": "^0.1.9",
"react-native-svg": "12.0.3",
"react-native-tcp-socket": "^5.6.2",
"react-native-udp": "^4.1.5",
"readable-stream": "^1.0.33",
"rn-nodeify": "^10.3.0",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"timers-browserify": "^1.4.2",
"tty-browserify": "^0.0.0",
"twrnc": "^3.3.3",
"url": "^0.10.3",
"util": "^0.10.4",
"vm-browserify": "^0.0.4",
"web3": "1.3.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.0",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.182",
"@types/react-native": "^0.69.1",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"babel-jest": "^26.6.3",
"eslint": "^7.32.0",
"eslint-plugin-functional": "^4.2.1",
"eslint-plugin-import": "^2.26.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^18"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"react-native": {
"console": "console-browserify",
"path": "path-browserify",
"fs": "react-native-level-fs",
"dgram": "react-native-udp",
"zlib": "browserify-zlib",
"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",
"querystring": "querystring-es3",
"_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",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false,
"process": "node-libs-browser/mock/process"
},
"browser": {
"console": "console-browserify",
"path": "path-browserify",
"fs": "react-native-level-fs",
"dgram": "react-native-udp",
"zlib": "browserify-zlib",
"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",
"querystring": "querystring-es3",
"_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",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
}
}