Skip to content

Commit

Permalink
Add theming dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fafnur committed Aug 11, 2019
1 parent 7227b85 commit 82b08b8
Show file tree
Hide file tree
Showing 2 changed files with 187 additions and 155 deletions.
40 changes: 22 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,18 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.0",
"@angular/common": "^8.2.0",
"@angular/compiler": "^8.2.0",
"@angular/core": "^8.2.0",
"@angular/forms": "^8.2.0",
"@angular/platform-browser": "^8.2.0",
"@angular/platform-browser-dynamic": "^8.2.0",
"@angular/platform-server": "^8.2.0",
"@angular/router": "^8.2.0",
"@angular/animations": "^8.2.1",
"@angular/cdk": "^8.1.2",
"@angular/common": "^8.2.1",
"@angular/compiler": "^8.2.1",
"@angular/core": "^8.2.1",
"@angular/forms": "^8.2.1",
"@angular/material": "^8.1.2",
"@angular/platform-browser": "^8.2.1",
"@angular/platform-browser-dynamic": "^8.2.1",
"@angular/platform-server": "^8.2.1",
"@angular/router": "^8.2.1",
"@ng-bootstrap/ng-bootstrap": "^5.1.0",
"@ngrx/effects": "^8.2.0",
"@ngrx/entity": "^8.2.0",
"@ngrx/router-store": "^8.2.0",
Expand All @@ -64,26 +67,27 @@
"@nguniversal/module-map-ngfactory-loader": "^8.1.1",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@nrwl/angular": "^8.4.4",
"@nrwl/angular": "^8.4.8",
"bootstrap": "^4.3.1",
"core-js": "^2.6.9",
"express": "^4.17.1",
"ngx-cookie": "^4.1.2",
"rxjs": "~6.5.2",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.802.0",
"@angular/cli": "^8.2.0",
"@angular/compiler-cli": "^8.2.0",
"@angular/language-service": "^8.2.0",
"@angular-devkit/build-angular": "^0.802.1",
"@angular/cli": "^8.2.1",
"@angular/compiler-cli": "^8.2.1",
"@angular/language-service": "^8.2.1",
"@ngrx/schematics": "^8.2.0",
"@ngrx/store-devtools": "^8.2.0",
"@nrwl/cypress": "^8.4.4",
"@nrwl/jest": "^8.4.4",
"@nrwl/workspace": "^8.4.4",
"@nrwl/cypress": "^8.4.8",
"@nrwl/jest": "^8.4.8",
"@nrwl/workspace": "^8.4.8",
"@types/express": "^4.17.0",
"@types/jest": "^24.0.17",
"@types/node": "^12.7.0",
"@types/node": "^12.7.1",
"codelyzer": "^5.1.0",
"cypress": "^3.4.1",
"dotenv": "^6.2.0",
Expand Down
Loading

0 comments on commit 82b08b8

Please sign in to comment.