-
-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
258 lines (258 loc) · 9.08 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
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
{
"name": "zeus",
"version": "0.9.2-beta2",
"private": true,
"jest": {
"preset": "react-native",
"watchPathIgnorePatterns": [
"<rootDir>/node_modules"
],
"transformIgnorePatterns": [
"node_modules/(?!(react-native|@react-native|react-native-blob-util|react-native-randombytes)/)"
],
"testPathIgnorePatterns": [
"check-styles.test.ts"
]
},
"scripts": {
"start": "react-native start",
"ra": "react-native run-android",
"ri": "react-native run-ios",
"postinstall": "rn-nodeify --install --hack & node patches/patch-sifir_android.mjs & npx jetify & yarn run patch & yarn run fetch-libraries & pod-install",
"test": "jest",
"tsc": "tsc",
"lint": "eslint --ext .js,.ts,.tsx \"*.@(js|ts|tsx)\" . && yarn run test check-styles.test.ts --testPathIgnorePatterns=",
"prettier": "prettier --check \"**/*.ts*\"",
"prettier-write": "prettier --check --write \"**/*.ts*\"",
"patch": "git apply patches/rnqli-build.gradle.patch",
"gen-proto": "pbjs -t static-module --keep-case -w es6 --force-long -o proto/lightning.js proto/*.proto proto/*/*.proto && pbts -o proto/lightning.d.ts proto/lightning.js",
"gradlew": "cd android && ./gradlew",
"android:clean": "yarn gradlew clean",
"fetch-libraries": "bash fetch-libraries.sh"
},
"dependencies": {
"@keystonehq/bc-ur-registry": "0.7.0",
"@lightninglabs/lnc-core": "file:zeus_modules/@lightninglabs/lnc-core",
"@ngraveio/bc-ur": "1.1.12",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "1.14.1",
"@react-native-community/netinfo": "11.3.2",
"@react-native-community/slider": "4.5.2",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/bottom-tabs": "7.0.0-alpha.22",
"@react-navigation/native": "7.0.0-alpha.18",
"@react-navigation/stack": "7.0.0-alpha.20",
"@remobile/react-native-qrcode-local-image": "github:BlueWallet/react-native-qrcode-local-image#31b0113",
"@scure/base": "1.1.6",
"@tradle/react-native-http": "2.0.1",
"@types/dateformat": "5.0.0",
"@types/humanize-duration": "3.27.1",
"@types/react-native-snap-carousel": "3.8.5",
"assert": "1.5.0",
"base-x": "4.0.0",
"bbqr": "1.0.0",
"bc-ur": "0.1.6",
"bech32": "2.0.0",
"bignumber.js": "9.0.2",
"bip39": "3.1.0",
"bitcoinjs-lib": "6.1.5",
"bolt11": "1.4.1",
"browserify-zlib": "0.1.4",
"bs58check": "2.1.2",
"buffer": "5.6.0",
"console-browserify": "1.2.0",
"constants-browserify": "1.0.0",
"create-hash": "1.2.0",
"crypto-js": "4.2.0",
"date-fns": "2.30.0",
"dateformat": "5.0.3",
"dns.js": "1.0.1",
"domain-browser": "1.2.0",
"elliptic": "6.6.0",
"events": "1.1.1",
"fast-sha256": "1.3.0",
"hash.js": "1.1.7",
"https-browserify": "0.0.1",
"humanize-duration": "3.28.0",
"identicon.js": "2.3.3",
"inherits": "2.0.4",
"js-lnurl": "0.5.1",
"js-sha256": "0.9.0",
"jsc-android": "241213.1.0",
"lodash": "4.17.21",
"long": "5.2.3",
"lottie-react-native": "5.1.6",
"mobx": "5.15.3",
"mobx-react": "6.1.4",
"moment": "2.29.4",
"nostr-tools": "1.16.0",
"object-hash": "1.3.1",
"pako": "2.1.0",
"path-browserify": "0.0.0",
"process": "0.11.10",
"protobufjs": "7.2.5",
"punycode": "1.4.1",
"querystring-es3": "0.2.1",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-biometrics": "3.0.1",
"react-native-blob-util": "0.19.1",
"react-native-circular-progress-indicator": "4.4.2",
"react-native-crypto": "2.2.0",
"react-native-date-picker": "4.3.3",
"react-native-device-info": "11.1.0",
"react-native-draglist": "3.5.1",
"react-native-elements": "3.4.3",
"react-native-encrypted-storage": "4.0.3",
"react-native-fs": "2.20.0",
"react-native-gesture-handler": "2.16.2",
"react-native-get-random-values": "1.9.0",
"react-native-haptic-feedback": "2.2.0",
"react-native-hce": "0.1.2",
"react-native-image-picker": "5.0.1",
"react-native-keychain": "8.1.1",
"react-native-level-fs": "3.0.1",
"react-native-linear-gradient": "2.6.2",
"react-native-nfc-manager": "3.14.11",
"react-native-notifications": "5.1.0",
"react-native-os": "aprock/react-native-os#5/head",
"react-native-ping": "1.2.8",
"react-native-print": "0.11.0",
"react-native-qrcode-svg": "6.2.0",
"react-native-randombytes": "3.5.3",
"react-native-reanimated": "3.12.0",
"react-native-reanimated-carousel": "3.5.1",
"react-native-restart": "0.0.27",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-securerandom": "1.0.1",
"react-native-snap-carousel": "meliorence/react-native-snap-carousel#962/head",
"react-native-status-bar-height": "2.6.0",
"react-native-svg": "15.3.0",
"react-native-svg-transformer": "1.3.0",
"react-native-system-navigation-bar": "2.6.4",
"react-native-tcp": "aprock/react-native-tcp#be5f656",
"react-native-tor": "0.1.8",
"react-native-udp": "4.1.7",
"react-native-v8": "0.61.5-patch.4",
"react-native-vector-icons": "7.1.0",
"react-native-vision-camera": "4.3.2",
"readable-stream": "1.0.33",
"sha.js": "2.4.11",
"socket.io-client": "4.7.2",
"stream-browserify": "1.0.0",
"string_decoder": "0.10.31",
"text-encoding": "0.7.0",
"timers-browserify": "1.4.2",
"tty-browserify": "0.0.0",
"url": "0.10.3",
"utf8": "3.0.0",
"util": "0.10.4",
"vm-browserify": "0.0.4"
},
"devDependencies": {
"@babel/core": "7.16.12",
"@babel/plugin-proposal-decorators": "7.3.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-transform-arrow-functions": "7.22.5",
"@babel/plugin-transform-shorthand-properties": "7.22.5",
"@babel/plugin-transform-template-literals": "7.22.5",
"@babel/preset-env": "7.22.9",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime": "7.20.0",
"@react-native/babel-preset": "0.74.84",
"@react-native/eslint-config": "0.74.84",
"@react-native/metro-config": "0.74.84",
"@types/crypto-js": "4.1.1",
"@types/jest": "29.5.12",
"@types/lodash": "4.14.198",
"@types/object-hash": "1.3.4",
"@types/pako": "2.0.3",
"@types/react-native-vector-icons": "6.4.14",
"@types/react-test-renderer": "18.0.2",
"@types/sha.js": "2.4.1",
"@types/uuid": "9.0.7",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"babel-jest": "29.7.0",
"compressing": "1.10.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.5.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-ft-flow": "2.0.3",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"graceful-fs": "4.2.8",
"jest": "29.7.0",
"jetifier": "2.0.0",
"pod-install": "0.1.38",
"prettier": "2.4.1",
"protobufjs-cli": "1.1.1",
"react-test-renderer": "18.2.0",
"rn-nodeify": "10.3.0",
"typescript": "4.8.4"
},
"resolutions": {
"@types/react": "18.3.11",
"@types/react-native": "0.73.0"
},
"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
},
"reactNativePermissionsIOS": [
"Camera"
]
}