forked from aspectron/kaspa-wallet-pwa
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.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
{
"name": "@karlsen/wallet-pwa",
"version": "1.1.37",
"codename": "",
"description": "Karlsen Wallet PWA",
"main": "pwa.js",
"scripts": {
"prepare": "npx webpack",
"prepublishOnly": "rm -rf ./dist && rm -f package-lock.json && npm install --also=dev",
"startserver": "node pwa.js --grpc 127.0.0.1:42110 --mainnet --debug --verbose --host 0.0.0.0"
},
"authors": [
{
"name": "ASPECTRON Inc."
},
{
"name": "Karlsen Developers"
}
],
"license": "ISC",
"dependencies": {
"@aspectron/flow-grpc-web": ">=0.0.7",
"@aspectron/flow-http": ">=0.2.19",
"@aspectron/flow-router": "*",
"@aspectron/flow-utils": "*",
"@aspectron/flow-ux": "1.1.1",
"@grpc/grpc-js": "*",
"@karlsen/grpc": ">=1.4.0",
"@karlsen/grpc-node": ">=1.0.8",
"@karlsen/grpc-web": ">=1.0.2",
"@karlsen/ux": "file:../node-karlsen-ux",
"@karlsen/wallet": ">=1.4.26",
"@karlsen/wallet-worker": ">=1.1.25",
"@webcomponents/webcomponentsjs": "2.6.0",
"buffer": "6.0.3",
"cloudflare": "2.9.1",
"colors": "1.4.0",
"commander": "6.2.1",
"cookie": "0.5.0",
"cookie-signature": "1.2.0",
"decimal.js": "10.4.0",
"express": "4.17.1",
"express-session": "1.17.1",
"lit-element": "3.2.2",
"lit-html": "2.7.2",
"node-fetch": "2.6.7",
"sockjs": "0.3.24",
"sockjs-client": "1.6.1",
"url": "0.11.0",
"ws": "7.5.9",
"secp256k1-wasm": ">=2.0.0"
},
"devDependencies": {
"acorn": "8.8.0",
"ajv": "6.12.6",
"assert": "2.0.0",
"crypto-browserify": "3.12.0",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"webpack": "5.78.0",
"webpack-cli": "4.10.0",
"workbox-webpack-plugin": "6.5.4"
}
}