-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
106 lines (106 loc) · 3.26 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "web",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"postinstall": "patch-package"
},
"private": true,
"dependencies": {
"@adraffy/ens-normalize": "^1.3.16",
"@angular/animations": "~13.0.0-next.0",
"@angular/cdk": "^13.0.0",
"@angular/common": "~13.0.0-next.0",
"@angular/compiler": "~13.0.0-next.0",
"@angular/core": "~13.0.0-next.0",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "~13.0.0-next.0",
"@angular/material": "^13.0.0",
"@angular/platform-browser": "~13.0.0-next.0",
"@angular/platform-browser-dynamic": "~13.0.0-next.0",
"@angular/router": "~13.0.0-next.0",
"@ethersproject/hardware-wallets": "^5.4.0",
"@ledgerhq/hw-app-eth": "6.8.0",
"@ledgerhq/hw-transport": "6.7.0",
"@ledgerhq/hw-transport-u2f": "5.36.0-deprecated",
"@ledgerhq/hw-transport-webusb": "6.7.0",
"@libp2p/websockets": "^1.0.8",
"@metamask/detect-provider": "^1.2.0",
"@ngrx/effects": "^13.2.0",
"@ngrx/entity": "^13.2.0",
"@ngrx/store": "^13.2.0",
"@ngrx/store-devtools": "^13.2.0",
"@scorum/bip39": "^2.5.0",
"@trezor/rollout": "^1.2.0",
"@types/geopattern": "^1.2.3",
"@types/w3c-web-usb": "^1.0.5",
"@walletconnect/client": "^1.8.0",
"@walletconnect/qrcode-modal": "git+https://github.com/mtxjwo/qrcode-modal.git",
"aes-js": "^3.1.2",
"angularx-qrcode": "^13.0.15",
"bip39": "^3.0.2",
"bitcore-message": "^1.0.4",
"blockies-ts": "^1.0.0",
"browserify": "^16.3.0",
"buffer": "^5.7.1",
"core-js": "^2.6.9",
"crypto": "^1.0.1",
"ethers": "^5.6.8",
"find-replacement-tx": "^1.2.2",
"geopattern": "^1.2.3",
"global": "^4.4.0",
"gradle": "^1.0.9",
"graphql": "^15.5.0",
"graphql-request": "^4.3.0",
"hammerjs": "^2.0.8",
"html2canvas": "^1.4.1",
"ipfs-core": "^0.15.2",
"ipfs-http-client": "^57.0.1",
"ipfs-utils": "^9.0.6",
"ipns": "^1.0.2",
"it-last": "^1.0.4",
"jasmine": "^4.2.1",
"javascript-time-ago": "^2.5.7",
"mnemonic-generator": "^1.0.0",
"multiformats": "^9.6.5",
"ngx-colors": "^3.1.2",
"node-jose-browserify": "^1.1.14",
"node-polyfill-webpack-plugin": "^1.1.4",
"object-hash": "^1.3.1",
"p-retry": "^4.2.0",
"stream": "0.0.2",
"trezor-connect": "^8.2.1",
"tslib": "^2.3.0",
"uint8arrays": "^3.0.0",
"uninstall": "0.0.0",
"virgil-crypto": "^3.2.6",
"wallet-address-validator": "^0.2.4",
"web3": "^1.5.2",
"zlib": "^1.0.5",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^13.0.0",
"@angular-devkit/build-angular": "~13.0.0",
"@angular/cli": "~13.0.0",
"@angular/compiler-cli": "~13.0.0-next.0",
"@types/jasmine": "~3.10.0",
"@types/jquery": "^3.5.14",
"@types/node": "^12.20.55",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"patch-package": "^6.4.7",
"rxjs": "^6.6.7",
"schematics-scss-migrate": "^1.3.14",
"typescript": "~4.4.3"
}
}