-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
68 lines (68 loc) · 1.92 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
{
"name": "minio-ng",
"version": "1.9.3",
"scripts": {
"ng": "ng",
"start": "ng serve -o --port 4201",
"build": "ng build --output-path dist",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.1.1",
"@angular/cdk": "^14.2.7",
"@angular/common": "^15.1.1",
"@angular/compiler": "^15.1.1",
"@angular/core": "^15.1.1",
"@angular/forms": "^15.1.1",
"@angular/platform-browser": "^15.1.1",
"@angular/platform-browser-dynamic": "^15.1.1",
"@angular/router": "^15.1.1",
"@fortawesome/fontawesome-free": "^5.15.3",
"@schematics/angular": "^12.1.1",
"@types/chart.js": "^2.9.32",
"angular-bootstrap-md": "^14.0.0",
"angular2-multiselect-dropdown": "^4.6.3",
"animate.css": "^4.1.1",
"bootstrap": "^4.6.2",
"chart.js": "^2.9.4",
"hammerjs": "^2.0.8",
"https-proxy-agent": "^5.0.0",
"ngx-json-viewer": "^2.4.0",
"ngx-toastr": "^16.0.2",
"node-gyp": "^7.1.2",
"npm": "^8.12.2",
"rxjs": "^6.6.7",
"tslib": "^2.2.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.1.2",
"@angular/cli": "^15.1.2",
"@angular/compiler-cli": "^15.1.1",
"@angular/language-service": "^15.1.1",
"@types/jasmine": "^3.6.9",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.14.41",
"codelyzer": "^0.0.28",
"dotenv": "^8.2.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"npm-force-resolutions": "0.0.3",
"protractor": "~7.0.0",
"replace": "^1.2.1",
"ts-node": "^8.10.2",
"tslint": "^6.1.3",
"typescript": "^4.9.4"
},
"resolutions": {
"https-proxy-agent": "^3.0.0"
}
}