-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.09 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 3.09 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "exchangily",
"//": "Version 4.0.0 support Kanban-V3, dapp signin-challenge.",
"version": "4.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.1",
"@angular/cdk": "^21.2.1",
"@angular/common": "^21.2.1",
"@angular/compiler": "^21.2.1",
"@angular/core": "^21.2.1",
"@angular/forms": "^21.2.1",
"@angular/material": "^21.2.1",
"@angular/platform-browser": "^21.2.1",
"@angular/platform-browser-dynamic": "^21.2.1",
"@angular/router": "^21.2.1",
"@bitcoinerlab/secp256k1": "^1.2.0",
"@ethereumjs/common": "^4.4.0",
"@ethereumjs/tx": "^5.4.0",
"@ethereumjs/util": "^9.1.0",
"@ethereumjs/wallet": "^2.0.4",
"@ethersproject/bytes": "^5.8.0",
"@ngx-pwa/local-storage": "^21.0.0",
"@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "^17.0.0",
"@noble/secp256k1": "^3.0.0",
"angular-csv-ext": "^1.0.5",
"angularx-qrcode": "^21.0.4",
"assert": "^2.1.0",
"bchaddrjs": "^0.5.2",
"bignumber.js": "^9.3.0",
"bip32": "^4.0.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^6.1.7",
"bitcoinjs-message": "^1.0.0",
"bitcore-lib-cash": "^10.8.10",
"bitcore-message": "^1.0.4",
"bs58": "^6.0.0",
"bs58check": "^4.0.0",
"buffer": "^6.0.3",
"canvas-confetti": "^1.9.3",
"chartist": "^1.3.1",
"create-hash": "^1.2.0",
"crypto": "npm:crypto-browserify@^3.3.0",
"crypto-browserify": "^3.3.0",
"crypto-js": "^4.2.0",
"ecpair": "^2.1.0",
"eth-ecies": "^1.0.6",
"eth-lib": "^0.2.8",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"ng-chartist": "^10.0.0",
"ngx-bootstrap": "^21.0.1",
"querystring-es3": "^0.2.1",
"randombytes": "^2.1.0",
"rxjs": "~7.8.2",
"stream": "npm:stream-browserify@^3.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tronweb": "^6.0.2",
"tslib": "^2.8.1",
"url": "^0.11.4",
"web3": "^4.16.0"
},
"devDependencies": {
"@angular/build": "^21.2.1",
"@angular/cli": "^21.2.1",
"@angular/compiler-cli": "^21.2.1",
"@types/bchaddrjs": "^0.4.3",
"@types/bitcore-lib-cash": "^8.23.8",
"@types/create-hash": "^1.2.6",
"@types/crypto-js": "^4.2.2",
"@types/jasmine": "~6.0.0",
"@types/randombytes": "^2.0.3",
"@types/wif": "^2.0.5",
"jasmine-core": "~6.1.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.2.0",
"typescript": "~5.9.3"
},
"overrides": {
"stream": "npm:stream-browserify@^3.0.0"
}
}