-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "@kaspa/wallet-pwa",
"version": "1.1.37",
"codename": "",
"description": "Kaspa Wallet PWA",
"main": "pwa.js",
"scripts": {
"prepare": "npx webpack"
},
"author": "ASPECTRON Inc.",
"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",
"@kaspa/grpc": ">=1.4.0",
"@kaspa/grpc-node": ">=1.0.8",
"@kaspa/grpc-web": ">=1.0.2",
"@kaspa/ux": "file:../kaspa-ux",
"@kaspa/wallet": ">=1.4.26",
"@kaspa/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",
"node-fetch": "2.6.7",
"sockjs": "0.3.24",
"sockjs-client": "1.6.1",
"url": "0.11.0",
"ws": "7.5.9"
},
"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"
}
}