-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
201 lines (201 loc) · 6.62 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
{
"name": "TerraStation",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest __test__",
"lint": "eslint --fix src --ext .ts,.tsx"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.@(ts|tsx)": [
"npm run lint",
"npm run test"
]
},
"dependencies": {
"@apollo/client": "^3.3.10",
"@ledgerhq/react-native-hw-transport-ble": "^6.25.1",
"@react-native-community/art": "^1.2.0",
"@react-native-community/checkbox": "^0.5.6",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^6.0.2",
"@react-native-picker/picker": "^1.9.11",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@sentry/react-native": "^2.2.0",
"@terra-money/ledger-terra-js": "^1.2.2",
"@terra-money/log-finder": "^1.1.6",
"@terra-money/log-finder-ruleset": "^3.0.0",
"@terra-money/terra.js": "^3.1.3",
"@terra.kitchen/utils": "^1.0.7",
"@tradle/react-native-http": "^2.0.0",
"@ungap/global-this": "^0.4.4",
"@walletconnect/client": "^1.6.5",
"bech32": "^2.0.0",
"bignumber.js": "^9.0.1",
"browserify-zlib": "~0.1.4",
"buffer": "^4.9.1",
"crypto-js": "^3.3.0",
"date-fns": "^2.23.0",
"dns.js": "^1.0.1",
"events": "^1.0.0",
"expo-local-authentication": "^11.1.1",
"graphql": "^15.5.0",
"html-parse-stringify2": "^2.0.1",
"https-browserify": "~0.0.0",
"i18next": "^19.8.7",
"i18next-browser-languagedetector": "^6.0.1",
"is-base64": "^1.1.0",
"luxon": "^1.26.0",
"node-libs-react-native": "^1.2.1",
"numeral": "^2.0.6",
"punycode": "^1.2.4",
"qs": "^6.10.1",
"ramda": "^0.27.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.8.6",
"react-native": "^0.67.3",
"react-native-ble-plx": "^2.0.3",
"react-native-camera": "^3.42.2",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^7.3.1",
"react-native-exit-app": "^1.1.0",
"react-native-fast-image": "^8.3.4",
"react-native-flash-message": "^0.1.23",
"react-native-gesture-handler": "^1.10.1",
"react-native-get-random-values": "^1.7.0",
"react-native-level-fs": "^3.0.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-os": "^1.0.1",
"react-native-permissions": "^3.3.1",
"react-native-picker-select": "^8.0.4",
"react-native-qrcode-scanner": "^1.5.3",
"react-native-qrcode-svg": "^6.1.1",
"react-native-randombytes": "^3.6.0",
"react-native-reanimated": "^2.2.3",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.8.0",
"react-native-splash-screen": "^3.2.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^12.1.0",
"react-native-svg-charts": "^5.4.0",
"react-native-svg-transformer": "^0.14.3",
"react-native-swiper": "^1.6.0",
"react-native-unimodules": "^0.14.8",
"react-native-url-polyfill": "^1.3.0",
"react-native-vector-icons": "^7.1.0",
"react-native-walkthrough-tooltip": "^1.1.11",
"react-native-web": "^0.15.0",
"react-native-webview": "^11.17.2",
"react-query": "^3.21.0",
"readable-stream": "1.0.33",
"recoil": "^0.1.2",
"rn-nodeify": "^10.2.0",
"socketcluster-client": "^16.0.2",
"stream-browserify": "^1.0.0",
"string_decoder": "~0.10.25",
"timers-browserify": "^1.0.1",
"url": "~0.10.1",
"vm-browserify": "0.0.4"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/runtime": "^7.12.13",
"@react-native-community/eslint-config": "^2.0.0",
"@types/crypto-js": "^3.1.47",
"@types/jest": "^26.0.20",
"@types/lodash": "^4.14.168",
"@types/luxon": "^2.0.5",
"@types/numeral": "^2.0.0",
"@types/ramda": "^0.27.38",
"@types/react": "^17.0.2",
"@types/react-native": "^0.63.61",
"@types/react-native-snap-carousel": "^3.8.2",
"@types/react-native-svg-charts": "^5.0.7",
"@types/react-native-vector-icons": "^6.4.5",
"@types/secp256k1": "^4.0.1",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"husky": "^4.3.7",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"metro-react-native-babel-preset": "^0.65.0",
"prettier": "^2.2.1",
"react-test-renderer": "^17.0.1",
"typescript": "^4.1.5"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!react-native-url-polyfill)/"
]
},
"react-native": {
"zlib": "browserify-zlib",
"console": "console-browserify",
"constants": "constants-browserify",
"crypto": "react-native-crypto",
"dns": "dns.js",
"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",
"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",
"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",
"stream": "stream-browserify",
"timers": "timers-browserify",
"tty": "tty-browserify",
"vm": "vm-browserify",
"tls": false
}
}