-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
144 lines (144 loc) · 4.6 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
{
"main": "node_modules/expo/AppEntry.js",
"dependencies": {
"@cosmjs-rn/proto-signing": "^0.27.1",
"@cosmjs-rn/stargate": "^0.27.1",
"@cosmjs/stargate": "^0.28.13",
"@ethersproject/shims": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@evmos/transactions": "^0.2.7",
"@expo/vector-icons": "^13.0.0",
"@hanchon/ethermint-address-converter": "^1.1.0",
"@hanchon/evmos-ts-wallet": "^0.1.1",
"@react-native-picker/picker": "^2.4.4",
"@react-navigation/bottom-tabs": "^6.3.3",
"@react-navigation/native": "^6.0.12",
"@react-navigation/native-stack": "^6.8.0",
"@react-navigation/stack": "^6.2.3",
"@tharsis/address-converter": "^0.1.8",
"@tharsis/provider": "^0.2.4",
"@tharsis/transactions": "^0.2.6",
"@tradle/react-native-http": "^2.0.1",
"@types/text-encoding": "^0.0.36",
"add": "^2.0.6",
"assert": "^1.5.0",
"axios": "^0.27.2",
"browserify-zlib": "^0.1.4",
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"crypto-js": "^4.1.1",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"ethers": "^5.7.1",
"events": "^1.1.1",
"evmosjs": "^0.2.9",
"evmoswap-sdkv2": "^1.0.1",
"expo": "^46.0.0",
"expo-crypto": "~11.0.0",
"https-browserify": "^0.0.1",
"jetifier": "^2.0.0",
"mobx": "^6.6.2",
"mobx-react-lite": "^3.4.0",
"path": "^0.12.7",
"path-browserify": "^0.0.0",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.5",
"react-native-crypto": "^2.2.0",
"react-native-dropdown-picker": "^5.4.2",
"react-native-level-fs": "^3.0.1",
"react-native-modal-dropdown": "^1.0.2",
"react-native-os": "^1.2.6",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^2.10.0",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-tcp": "^3.3.2",
"react-native-udp": "^2.7.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"readable-stream": "^1.0.33",
"stream": "^0.0.2",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"text-encoding-polyfill": "^0.6.7",
"timers-browserify": "^1.4.2",
"tty-browserify": "^0.0.0",
"url": "^0.10.3",
"vm-browserify": "^0.0.4",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"metro-react-native-babel-preset": "^0.72.3",
"react-native-dotenv": "^3.3.1",
"rn-nodeify": "^10.3.0",
"typescript": "^4.6.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"version": "1.0.0",
"private": true,
"name": "evmos-wallet",
"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": "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
}
}