-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.33 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
{
"name": "chia-pool-ui",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --watch --disable-host-check",
"build": "pnpm run bin:generate-env-config && ng build --configuration production",
"bin:generate-env-config": "node ./bin/generate-env-config.js",
"update": "ncu -u",
"lint": "ng lint",
"lint:fix": "ng lint --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.1.0",
"@angular/common": "^17.1.0",
"@angular/compiler": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/forms": "^17.1.0",
"@angular/localize": "^17.1.0",
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@angular/service-worker": "^17.1.0",
"@fortawesome/angular-fontawesome": "^0.14.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ngneat/edit-in-place": "^1.9.0",
"@popperjs/core": "^2.11.8",
"@sentry/angular-ivy": "^7.94.1",
"angularx-qrcode": "^17.0.0",
"axios": "^1.6.5",
"bignumber.js": "^9.1.2",
"bootstrap": "^5.3.2",
"compare-versions": "^6.1.0",
"echarts": "^5.4.3",
"moment": "^2.30.1",
"ngx-clipboard": "^16.0.0",
"ngx-echarts": "^17.1.0",
"ngx-scrolltop": "^7.0.0",
"ngx-slider-v2": "^17.0.0",
"ngx-toastr": "^18.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.0",
"@angular-eslint/builder": "^17.2.1",
"@angular-eslint/eslint-plugin": "^17.2.1",
"@angular-eslint/eslint-plugin-template": "^17.2.1",
"@angular-eslint/schematics": "^17.2.1",
"@angular-eslint/template-parser": "^17.2.1",
"@angular/cli": "^17.1.0",
"@angular/compiler-cli": "^17.1.0",
"@angular/language-service": "^17.1.0",
"@juggle/resize-observer": "^3.4.0",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"eslint": "^8.56.0",
"npm-check-updates": "^16.14.12",
"ts-node": "^10.9.2",
"typescript": "~5.2.2"
},
"engines": {
"node": ">=18"
}
}