start porting old stuff

This commit is contained in:
Johannes Millan 2018-05-13 00:28:55 +02:00
parent 7e7a17cc24
commit 00ca4794ec
56 changed files with 2569 additions and 64 deletions

View file

@ -12,11 +12,13 @@
"private": true,
"dependencies": {
"@angular/animations": "^6.0.0",
"@angular/cdk": "^6.0.1",
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/forms": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/material": "^6.0.1",
"@angular/platform-browser": "^6.0.0",
"@angular/platform-browser-dynamic": "^6.0.0",
"@angular/router": "^6.0.0",
@ -24,6 +26,8 @@
"angular": "^1.7.0",
"core-js": "^2.5.4",
"moment": "^2.22.1",
"ng2-dragula": "^1.5.0",
"ng2-markdown-to-html": "^1.3.2",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26"
},