Skip to content

Commit

Permalink
#11 added config settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Dumfarth-Felix committed Apr 14, 2021
1 parent 6711574 commit c9b2dea
Show file tree
Hide file tree
Showing 6 changed files with 204 additions and 36 deletions.
191 changes: 167 additions & 24 deletions prototypes/frontend-angular/rocketman/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions prototypes/frontend-angular/rocketman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"private": true,
"dependencies": {
"@angular/animations": "~11.1.0",
"@angular/cdk": "^11.1.2",
"@angular/cdk": "^11.2.8",
"@angular/common": "~11.1.0",
"@angular/compiler": "~11.1.0",
"@angular/core": "~11.1.0",
Expand All @@ -21,16 +21,18 @@
"@angular/platform-browser": "~11.1.0",
"@angular/platform-browser-dynamic": "~11.1.0",
"@angular/router": "~11.1.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.11.3"
"chart.js": "^2.9.4",
"ng2-charts": "^2.4.2",
"rxjs": "^6.6.7",
"tslib": "^2.2.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1101.1",
"@angular/cli": "~11.1.1",
"@angular/compiler-cli": "~11.1.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@types/jasmine": "^3.6.9",
"@types/node": "^12.20.7",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
Expand All @@ -42,6 +44,6 @@
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.1.2"
"typescript": "4.0.0-dev.20200803"
}
}
Loading

0 comments on commit c9b2dea

Please sign in to comment.