-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.05 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
{
"name": "zil-pay",
"version": "1.4.0",
"description": "ZilPay browser Extension for zilliqa blockchain",
"shortName": "ZilPay",
"private": false,
"scripts": {
"build": "rollup -c",
"build:v3": "export MANIFEST=3 && rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@tsconfig/svelte": "^3.0.0",
"@types/big.js": "^6.1.6",
"@types/chrome": "^0.0.208",
"@types/crypto-js": "^4.1.1",
"@types/elliptic": "^6.4.14",
"@types/hdkey": "^2.0.1",
"@types/pbkdf2": "^3.1.0",
"rollup": "^3.29.5",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^4.3.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.9.0",
"sass": "^1.57.1",
"svelte": "^3.55.1",
"svelte-check": "^3.0.2",
"svelte-preprocess": "^5.0.0",
"svelte-preprocess-sass": "^2.0.1",
"tslib": "^2.4.1",
"typescript": "4.9.4"
},
"dependencies": {
"@ledgerhq/hw-transport-webhid": "^6.28.6",
"@metamask/jazzicon": "^2.0.0",
"@zilliqa-js/proto": "^3.3.4",
"aes-js": "^3.1.2",
"big.js": "^6.2.1",
"bip39": "^3.0.4",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"elliptic": "^6.6.0",
"hash.js": "^1.1.7",
"qrcode": "^1.5.1",
"secp256k1": "^5.0.1",
"svelte-i18n": "^3.6.0",
"svelte-spa-router": "^3.3.0",
"websocket": "^1.0.34"
},
"keywords": [
"blockchain",
"zilliqa",
"ZilPay",
"dapp",
"metamask"
],
"license": "MIT",
"homepage": "https://zilpay.io/",
"author": "Rinat Hasanshin <[email protected]>",
"engines": {
"node": ">=10",
"npm": "^6.14.4"
}
}