forked from bigdaddy777/zil-pay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2 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
{
"name": "zil-pay",
"version": "1.1.1",
"description": "ZilPay browser Extension for zilliqa blockchain",
"shortName": "ZilPay Zilliqa wallet",
"private": false,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-typescript": "^8.3.0",
"@tsconfig/svelte": "^3.0.0",
"@types/big.js": "^6.1.2",
"@types/chrome": "^0.0.174",
"@types/crypto-js": "^4.0.2",
"@types/elliptic": "^6.4.14",
"@types/hdkey": "^2.0.0",
"@types/pbkdf2": "^3.1.0",
"rollup": "^2.62.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-define": "^1.0.1",
"rollup-plugin-ignore": "^1.0.10",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.5.2",
"sass": "^1.45.1",
"svelte": "^3.44.3",
"svelte-check": "^2.2.11",
"svelte-preprocess": "^4.10.1",
"svelte-preprocess-sass": "^2.0.1",
"tslib": "^2.3.1",
"typescript": "4.5.4"
},
"dependencies": {
"@ledgerhq/hw-transport-webhid": "^6.20.0",
"@metamask/jazzicon": "^2.0.0",
"@zilliqa-js/proto": "^3.3.3",
"big.js": "^6.1.1",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"elliptic": "^6.5.4",
"hash.js": "^1.1.7",
"qrcode": "^1.5.0",
"secp256k1": "^4.0.2",
"svelte-i18n": "^3.3.13",
"svelte-spa-router": "^3.2.0",
"websocket": "^1.0.34"
},
"keywords": [
"blockchain",
"zilliqa",
"ZilPay",
"dapp",
"metamask"
],
"license": "MIT",
"homepage": "https://zilpay.io/",
"author": "Rinat Hasanshin <lich666black@gmail.com>",
"engines": {
"node": ">=10",
"npm": "^6.14.4"
}
}