-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.8 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
{
"name": "arthera-validators",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:mainnet": "ng serve --configuration mainnet",
"start:testnet2": "ng serve --configuration testnet2",
"start:devnet": "ng serve --configuration devnet",
"build:mainnet": "ng build --configuration mainnet",
"build:testnet2": "ng build --configuration testnet2",
"build:devnet": "ng build --configuration devnet",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.0",
"@angular/cdk": "^15.2.0",
"@angular/common": "^15.2.0",
"@angular/compiler": "^15.2.0",
"@angular/core": "^15.2.0",
"@angular/forms": "^15.2.0",
"@angular/platform-browser": "^15.2.0",
"@angular/platform-browser-dynamic": "^15.2.0",
"@angular/router": "^15.2.0",
"@apollo/client": "^3.0.0",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/hdnode": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/random": "^5.7.0",
"@ethersproject/units": "^5.7.0",
"@ethersproject/strings": "^5.7.0",
"@ethersproject/wallet": "^5.7.0",
"@ethersproject/wordlists": "^5.7.0",
"@fortawesome/angular-fontawesome": "^0.12.1",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@metamask/detect-provider": "^2.0.0",
"@ngxs/store": "^3.8.0",
"apollo-angular": "^4.2.1",
"assert": "^2.0.0",
"bn.js": "^5.2.1",
"d3": "^7.8.5",
"date-fns": "^2.29.3",
"ethereum-cryptography": "^2.0.0",
"graphql": "^16",
"immer": "^9.0.21",
"lodash": "^4.17.21",
"ng-recaptcha": "^11.0.0",
"ngx-clipboard": "^15.1.0",
"password-validator": "^5.3.0",
"primeflex": "^3.3.0",
"primeicons": "^6.0.1",
"primeng": "^15.4.1",
"qrcode-svg": "^1.1.0",
"rxjs": "~7.8.0",
"safe-pipe": "^2.0.5-0",
"stream-http": "^3.2.0",
"tslib": "^2.3.0",
"url": "^0.11.0",
"web-animations-js": "^2.3.2",
"web3": "^1.9.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.4",
"@angular/cli": "~15.2.4",
"@angular/compiler-cli": "^15.2.0",
"@metamask/types": "^1.1.0",
"@ngxs/devtools-plugin": "^3.8.0",
"@types/bn.js": "^5.1.1",
"@types/web3": "^1.2.2",
"buffer": "^6.0.3",
"empty-module": "^0.0.2",
"postcss": "^8.4.23",
"process": "^0.11.10",
"typescript": "~4.9.4"
}
}