Merged in dev (pull request #49)
Dev
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -5,7 +5,7 @@ |
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --proxy-config proxy.conf.json", | ||
"build": "ng build -prod --base-href=/luna/ --deploy '/luna/'", | ||
"build": "ng build --environment prod --base-href=/luna/ --deploy '/luna/'", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e" | ||
... | ... | @@ -19,11 +19,11 @@ |
"@angular/core": "5.2.0", | ||
"@angular/forms": "5.2.0", | ||
"@angular/http": "5.2.0", | ||
"@angular/material": "^5.1.1", | ||
"@angular/platform-browser": "5.2.0", | ||
"@angular/platform-browser-dynamic": "5.2.0", | ||
"@angular/router": "5.2.0", | ||
"animate.css": "^3.5.2", | ||
"base64-js": "^1.2.1", | ||
"body-parser": "^1.18.2", | ||
"bootstrap": "^4.0.0-beta.3", | ||
"clipboard": "^1.7.1", | ||
... | ... | @@ -62,6 +62,7 @@ |
"socket.io-client": "^2.0.4", | ||
"ssh-keygen": "^0.4.1", | ||
"tether": "^1.4.0", | ||
"tslib": "1.8.1", | ||
"uuid-js": "^0.7.5", | ||
"xterm": "^2.9.2", | ||
"zone.js": "0.8.20" | ||
... | ... | @@ -87,7 +88,6 @@ |
"karma-jasmine-html-reporter": "0.2.2", | ||
"protractor": "5.2.2", | ||
"ts-node": "3.3.0", | ||
"tslib": "1.8.1", | ||
"tslint": "5.9.1", | ||
"typescript": "2.4.2" | ||
} | ||
... | ... |
This diff is collapsed.
Please
register
or
sign in
to comment