This commit is contained in:
Alex
2019-05-26 14:41:33 +03:00
parent c626c8123c
commit ba44a4f1d0
5 changed files with 168 additions and 36 deletions

View File

@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --host 0.0.0.0 --port 8070 --live-reload=true",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
@ -11,16 +11,20 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~7.2.0",
"@angular/animations": "^7.1.4",
"@angular/cdk": "^7.2.0",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/http": "^4.3.4",
"@angular/material": "^6.4.5",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"core-js": "^2.5.4",
"rxjs": "~6.3.3",
"rxjs": "^6.4.0",
"rxjs-compat": "^6.2.1",
"tslib": "^1.9.0",
"zone.js": "~0.8.26"
},