forked from hygieia/hygieia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.64 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
{
"name": "hygieia-ui",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --prod --base-href=/dashboard-ui/ --output-hashing none",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"test:headless": "ng test --watch=false --browsers=ChromeHeadlessNoSandbox",
"stats": "ng build --prod --stats-json && npx webpack-bundle-analyzer dist/hygieia-ui/stats.json",
"preinstall": "npx npm-force-resolutions",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {
"@angular/animations": "~12.2.16",
"@angular/cdk": "^12.0.0",
"@angular/common": "~12.2.16",
"@angular/compiler": "~12.2.16",
"@angular/core": "^12.2.16",
"@angular/flex-layout": "^12.0.0-beta.35",
"@angular/forms": "~12.2.16",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "~12.2.16",
"@angular/platform-browser-dynamic": "~12.2.16",
"@angular/router": "~12.2.16",
"@auth0/angular-jwt": "^5.0.2",
"@nebular/eva-icons": "8.0.0",
"@nebular/theme": "^8.0.0",
"@ng-bootstrap/ng-bootstrap": "10",
"@swimlane/ngx-charts": "^20.1.0",
"@types/lodash": "^4.14.165",
"bootstrap": "^5.1.3",
"d3": "^7.6.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.1.0",
"eva-icons": "^1.1.2",
"font-awesome": "^4.7.0",
"lodash": "^4.17.21",
"minimist": "1.2.6",
"moment": "2.29.4",
"ngx-pagination": "^5.0.0",
"node-forge": "^1.3.1",
"rxjs": "^6.5.5",
"time-ago-pipe": "^1.3.2",
"tslib": "2",
"zone.js": "^0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.17",
"@angular/cli": "~12.2.17",
"@angular/compiler-cli": "~12.2.16",
"@angular/language-service": "~12.2.16",
"@angular/localize": "12.2.16",
"@schematics/angular": "12.2.17",
"@types/jasmine": "^3.8.0",
"@types/jasminewd2": "^2.0.8",
"@types/node": "~12.11.1",
"jasmine-core": "^4.0.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.3.20",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.0.0",
"karma-jasmine-html-reporter": "^2.0.0",
"protractor": "^7.0.0",
"ts-node": "^7.0.0",
"tslint": "~6.1.3",
"typescript": "~4.3.5"
},
"resolutions": {
"ansi-regex": "5.0.1",
"async": "2.6.4",
"d3": "7.6.1",
"d3-color": "3.1.0",
"follow-redirects": "1.14.8",
"glob-parent": "5.1.2",
"json-schema": "0.4.0",
"ini": "1.3.6",
"jszip": "3.7.0",
"minimist": "1.2.6",
"moment": "2.29.4",
"node-forge": "1.3.1",
"path-parse": "1.0.7",
"y18n": "4.0.1"
}
}