forked from thauch/chia-og-pool-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.63 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
{
"name": "chia-og-pool-ui",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --watch",
"build": "ng build --optimization=true --prod=true --sourceMap=false",
"update": "ncu -u"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.14",
"@angular/common": "^11.2.14",
"@angular/compiler": "^11.2.14",
"@angular/core": "^11.2.14",
"@angular/forms": "^11.2.14",
"@angular/localize": "^11.2.14",
"@angular/platform-browser": "^11.2.14",
"@angular/platform-browser-dynamic": "^11.2.14",
"@angular/router": "^11.2.14",
"@angular/service-worker": "^11.2.14",
"@fortawesome/angular-fontawesome": "^0.8.2",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@ng-bootstrap/ng-bootstrap": "^9.1.2",
"bignumber.js": "^9.0.1",
"bootstrap": "^4.6.0",
"core-js": "^3.6.5",
"fuse.js": "^6.4.6",
"humanize-duration": "^3.27.0",
"moment": "^2.29.1",
"ngx-clipboard": "^14.0.1",
"ngx-scrolltop": "^2.4.0",
"ngx-toastr": "^13.2.1",
"rxjs": "^6.6.2",
"socket.io-client": "^4.1.2",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.14",
"@angular/cli": "^11.2.14",
"@angular/compiler-cli": "^11.2.14",
"@angular/language-service": "^11.2.14",
"@types/node": "^14.17.3",
"npm-check-updates": "^11.6.0",
"ts-node": "^9.0.0",
"tslint": "~6.1.3",
"typescript": "~4.1.5"
}
}