forked from ZeusLN/zeus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
201 lines (201 loc) · 6.71 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": "zeus",
"version": "0.7.5",
"private": true,
"playStore": false,
"jest": {
"preset": "react-native",
"watchPathIgnorePatterns": [
"<rootDir>/node_modules"
]
},
"scripts": {
"start": "react-native start",
"postinstall": "rn-nodeify --install --hack; npx jetify; yarn run patch; react-native setup-ios-permissions; yarn run install-lnc; pod-install",
"test": "jest",
"tsc": "tsc",
"lint": "eslint --ext .js,.ts,.tsx '*.@(js|ts|tsx)' .",
"prettier": "prettier --check '**/*.ts*'",
"prettier-write": "prettier --check --write '**/*.ts*'",
"install-lnc": "cd node_modules/@lightninglabs/lnc-rn; yarn run fetch-libraries",
"patch": "git apply patches/rnqli-build.gradle.patch"
},
"dependencies": {
"@keystonehq/bc-ur-registry": "0.4.2",
"@lightninglabs/lnc-rn": "0.2.3-alpha",
"@ngraveio/bc-ur": "1.1.6",
"@react-native-clipboard/clipboard": "1.9.0",
"@react-native-community/masked-view": "0.1.11",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/bottom-tabs": "5.11.11",
"@react-navigation/native": "6.0.16",
"@remobile/react-native-qrcode-local-image": "github:BlueWallet/react-native-qrcode-local-image#b8baa79",
"@tradle/react-native-http": "2.0.1",
"@types/react-native-snap-carousel": "3.8.5",
"assert": "1.5.0",
"base-64": "0.1.0",
"base-x": "4.0.0",
"bc-ur": "0.1.6",
"bignumber.js": "9.0.2",
"bitcoinjs-lib": "3.3.2",
"bolt11": "1.2.7",
"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",
"dateformat": "3.0.3",
"dns.js": "1.0.1",
"domain-browser": "1.2.0",
"elliptic": "6.5.4",
"events": "1.1.1",
"fast-sha256": "1.3.0",
"hash.js": "1.1.7",
"https-browserify": "0.0.1",
"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",
"lottie-react-native": "5.1.5",
"mobx": "5.15.3",
"mobx-react": "6.1.4",
"moment": "2.29.4",
"object-hash": "1.3.1",
"path-browserify": "0.0.0",
"process": "0.11.10",
"punycode": "1.4.1",
"querystring-es3": "0.2.1",
"react": "18.1.0",
"react-native": "0.70.6",
"react-native-biometrics": "3.0.1",
"react-native-blob-util": "0.14.0",
"react-native-camera-kit": "13.0.0",
"react-native-crypto": "2.2.0",
"react-native-date-picker": "4.2.6",
"react-native-elements": "3.4.2",
"react-native-encrypted-storage": "4.0.2",
"react-native-gesture-handler": "2.2.0",
"react-native-hce": "0.1.2",
"react-native-image-picker": "5.0.1",
"react-native-level-fs": "3.0.1",
"react-native-linear-gradient": "2.6.2",
"react-native-nfc-manager": "3.13.0",
"react-native-os": "aprock/react-native-os#5/head",
"react-native-permissions": "3.8.0",
"react-native-qrcode-svg": "6.1.2",
"react-native-randombytes": "3.5.3",
"react-native-restart": "0.0.24",
"react-native-safe-area-context": "0.6.2",
"react-native-screens": "3.10.1",
"react-native-snap-carousel": "meliorence/react-native-snap-carousel#962/head",
"react-native-svg": "13.6.0",
"react-native-svg-transformer": "1.0.0",
"react-native-tcp": "aprock/react-native-tcp#39b067e",
"react-native-tor": "0.1.8",
"react-native-udp": "2.7.0",
"react-native-v8": "0.61.5-patch.4",
"react-native-vector-icons": "7.1.0",
"react-navigation": "4.4.4",
"react-navigation-stack": "2.0.16",
"readable-stream": "1.0.33",
"sha.js": "2.4.11",
"stream-browserify": "1.0.0",
"string_decoder": "0.10.31",
"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/runtime": "7.16.7",
"@react-native-community/eslint-config": "3.1.0",
"@types/base-64": "0.1.3",
"@types/jest": "23.3.13",
"@types/lodash": "4.14.120",
"@types/object-hash": "2.2.1",
"@types/react": "17.0.2",
"@types/react-native": "0.67.2",
"@types/react-native-vector-icons": "6.4.5",
"@types/react-test-renderer": "16.9.2",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"babel-jest": "27.4.6",
"eslint": "8.23.1",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "25.2.2",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.8",
"graceful-fs": "4.2.8",
"jest": "26.6.3",
"jetifier": "2.0.0",
"metro-react-native-babel-preset": "0.72.3",
"pod-install": "0.1.38",
"prettier": "2.4.1",
"react-test-renderer": "18.1.0",
"rn-nodeify": "10.3.0",
"typescript": "3.7.5"
},
"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"
]
}