forked from ZeusLN/zeus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
157 lines (157 loc) · 5.09 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
{
"name": "zeus",
"version": "0.4.0",
"private": true,
"playStore": false,
"scripts": {
"start": "react-native start",
"postinstall": "rn-nodeify --install --hack; npx jetify",
"patch-android-release": "git apply patches/rnck-build.gradle.patch",
"test": "jest",
"tsc": "tsc",
"prettier": "prettier --check --write '**/*.ts*'"
},
"dependencies": {
"@react-native-community/async-storage": "^1.10.1",
"@react-native-community/masked-view": "^0.1.6",
"@tradle/react-native-http": "^2.0.1",
"assert": "^1.5.0",
"base-64": "0.1.0",
"bolt11": "^1.2.7",
"browserify-zlib": "^0.1.4",
"buffer": "^5.6.0",
"console-browserify": "^1.2.0",
"constants-browserify": "^1.0.0",
"dateformat": "3.0.3",
"dns.js": "^1.0.1",
"domain-browser": "^1.2.0",
"events": "^1.1.1",
"hash.js": "1.1.7",
"https-browserify": "0.0.1",
"identicon.js": "2.3.3",
"inherits": "^2.0.4",
"js-lnurl": "^0.2.4",
"js-sha256": "^0.9.0",
"jsc-android": "^241213.1.0",
"lodash": "4.17.19",
"mobx": "^5.15.3",
"mobx-react": "^6.1.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": "^16.12.0",
"react-native": "^0.61.5",
"react-native-activity-result-fork": "0.1.3",
"react-native-camera-kit": "^8.0.4",
"react-native-crypto": "^2.2.0",
"react-native-data-table": "^0.2.1",
"react-native-elements": "^1.2.7",
"react-native-gesture-handler": "^1.5.3",
"react-native-level-fs": "^3.0.1",
"react-native-linear-gradient": "^2.5.3",
"react-native-os": "^1.2.6",
"react-native-paper": "^3.4.0",
"react-native-permissions": "^2.0.9",
"react-native-qrcode-svg": "^6.0.6",
"react-native-randombytes": "^3.5.3",
"react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^0.6.2",
"react-native-screens": "^2.0.0-alpha.29",
"react-native-secure-key-store": "^2.0.5",
"react-native-svg": "^9.13.6",
"react-native-tcp": "^3.3.2",
"react-native-udp": "^2.7.0",
"react-native-unimodules": "^0.7.0",
"react-native-vector-icons": "6.6.0",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^2.0.16",
"readable-stream": "^1.0.33",
"rn-fetch-blob": "^0.12.0",
"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",
"util": "^0.10.4",
"vm-browserify": "0.0.4"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-decorators": "7.3.0",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "0.0.5",
"@types/base-64": "0.1.3",
"@types/jest": "23.3.13",
"@types/lodash": "4.14.120",
"@types/react": "^16.9.19",
"@types/react-native": "^0.61.4",
"@types/react-native-permissions": "^2.0.0",
"@types/react-native-vector-icons": "^6.4.5",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"hermes-engine": "^0.3.0",
"jest": "24.9.0",
"jetifier": "^1.6.5",
"metro-react-native-babel-preset": "^0.58.0",
"prettier": "1.18.2",
"react-test-renderer": "16.6.3",
"rn-nodeify": "^10.2.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
}
}