diff options
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/frontend/package.json b/frontend/package.json index 5d3ab5e3..0b32837f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -6,24 +6,31 @@ "start": "ng serve", "build": "ng build", "watch": "ng build --watch --configuration development", - "test": "ng test" + "test": "ng test", + "postinstall": "ngcc" }, "private": true, "dependencies": { "@angular/animations": "~13.2.0", + "@angular/cdk": "^13.2.6", "@angular/common": "~13.2.0", "@angular/compiler": "~13.2.0", "@angular/core": "~13.2.0", "@angular/forms": "~13.2.0", "@angular/localize": "~13.2.0", + "@angular/material": "^13.2.6", "@angular/platform-browser": "~13.2.0", "@angular/platform-browser-dynamic": "~13.2.0", "@angular/router": "~13.2.0", "@auth0/angular-jwt": "^5.0.2", - "ngx-cookie-service": "^13.1.2", "@ng-bootstrap/ng-bootstrap": "^12.0.0", "@popperjs/core": "^2.10.2", "bootstrap": "^5.1.3", + "csv-parser": "^3.0.0", + "mdb-angular-ui-kit": "^2.0.0", + "ng-uikit-pro-standard": "^1.0.0", + "ngx-cookie-service": "^13.1.2", + "ngx-csv-parser": "^0.0.7", "rxjs": "~7.5.0", "tslib": "^2.3.0", "zone.js": "~0.11.4" @@ -42,4 +49,4 @@ "karma-jasmine-html-reporter": "~1.7.0", "typescript": "~4.5.2" } -}
\ No newline at end of file +} |