forked from aspectron/kdx
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
77 lines (77 loc) · 1.95 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
{
"name": "karlsen-desktop",
"description": "Karlsen Desktop",
"version": "2.0.0",
"private": true,
"main": "karlsen-desktop.js",
"files": [
"karlsen-desktop.js",
"pty.js",
"rpc.js",
"node-app.js",
"nw-app.js",
"app.js",
"README.md",
"CHANGELOG.md",
"lib",
"modules",
"resources/extern",
"resources/images",
"resources/styles",
"resources/setup",
"resources/tpl",
"resources/rpc.js",
"i18n.data",
".defaults",
".templates"
],
"dependencies": {
"@aspectron/flow-app": "*",
"@aspectron/flow-async": "*",
"@aspectron/flow-logger": "*",
"@aspectron/flow-rpc": "*",
"@aspectron/flow-utils": ">=0.1.1",
"@aspectron/flow-ux": "1.1.1",
"@grpc/grpc-js": "1.6.10",
"@grpc/proto-loader": "0.7.2",
"@karlsen/grpc-node": ">=1.0.8",
"@karlsen/ux": "github:karlsen-network/node-karlsen-ux",
"@karlsen/wallet-worker": ">=1.1.25",
"@runonflux/nat-upnp": "1.0.2",
"@webcomponents/webcomponentsjs": "2.6.0",
"bs58": "4.0.1",
"colors": "1.4.0",
"commander": "7.2.0",
"crypto-js": "4.1.1",
"decimal.js": "10.4.0",
"du": "1.0.0",
"fs-extra": "10.1.0",
"is-docker": "2.2.1",
"mkdirp": "1.0.4",
"nats": "2.0.4",
"node-fetch": "2.6.7",
"node-pty": "0.10.1",
"node-statsd": "0.1.1",
"protobufjs": "7.2.4",
"semver": "7.5.2",
"underscore": "1.13.0",
"ws": "7.5.9"
},
"engines": {
"node": ">=14.0.0",
"npm": "*"
},
"scripts": {
"start": "nw ."
},
"window": {
"frame": true,
"transparent": false,
"show": true
},
"node-remote": [
"http://localhost"
],
"chromium-args-v1": "--disable-gpu-compositing --force-cpu-draw --enable-logging --disable-pinch --enable-experimental-web-platform-features",
"chromium-args": "--disable-gpu --force-cpu-draw --enable-node-worker --enable-logging --disable-pinch --enable-experimental-web-platform-features --mixed-content"
}