forked from felixbrucker/chia-dashboard-ui
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 2.22 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-dashboard-ui",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --watch",
"build": "ng build --optimization=true --prod=true --sourceMap=false",
"build-dev": "ng build",
"deploy": "ng deploy --no-silent",
"update": "ncu -u"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.11",
"@angular/common": "^11.2.11",
"@angular/compiler": "^11.2.11",
"@angular/core": "^11.2.11",
"@angular/forms": "^11.2.11",
"@angular/localize": "^11.2.11",
"@angular/platform-browser": "^11.2.11",
"@angular/platform-browser-dynamic": "^11.2.11",
"@angular/router": "^11.2.11",
"@angular/service-worker": "^11.2.11",
"@fortawesome/angular-fontawesome": "^0.7.0",
"@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.1",
"@ngneat/edit-in-place": "^1.3.1",
"angular-datatables": "^12.0.0",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"bootstrap": "^4.5.2",
"core-js": "^3.6.5",
"datatables.net": "^1.10.20",
"datatables.net-bs4": "^1.10.20",
"echarts": "5.0.2",
"fuse.js": "^6.4.6",
"humanize-duration": "^3.26.0",
"jquery": "^3.4.1",
"moment": "^2.29.1",
"ngx-clipboard": "^14.0.1",
"ngx-echarts": "^6.0.1",
"ngx-order-pipe": "^2.1.1",
"ngx-scrolltop": "^2.4.0",
"ngx-sortablejs": "^11.1.0",
"ngx-toastr": "^13.2.1",
"rxjs": "^6.6.7",
"semver": "^7.3.5",
"sortablejs": "^1.13.0",
"tslib": "^2.0.0",
"uuid": "^8.3.2",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.10",
"@angular/cli": "^11.2.14",
"@angular/compiler-cli": "^11.2.11",
"@angular/language-service": "^11.2.11",
"@types/datatables.net": "^1.10.18",
"@types/jquery": "^3.3.33",
"@types/node": "^14.6.0",
"@types/sortablejs": "^1.10.6",
"angular-cli-ghpages": "^0.5.3",
"npm-check-updates": "^11.6.0",
"resize-observer-polyfill": "^1.5.1",
"ts-node": "^9.1.1",
"tslint": "~6.1.3",
"typescript": "~4.1.5"
}
}