Updates electron, angular, webpack versions

This commit is contained in:
GloriousCode
2018-01-30 22:50:30 +11:00
parent 1e92cab53a
commit 039dd2e849
2 changed files with 2766 additions and 979 deletions

3700
web/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,15 +1,15 @@
{
"name": "gocryptotrader-web",
"version": "0.2.0",
"version": "0.1.0",
"description": "Front-end interface for GoCryptoTrader",
"homepage": "https://github.com/thrasher-/gocryptotrader/web",
"homepage": "https://github.com/thrasher-/gocryptotrader",
"author": {
"name": "Scott",
"email": "scott@gloriousedge.com",
"github": "https://github.com/gloriousCode/",
"website": "https://www.gloriousedge.com"
},
"contributors": [
"contributers": [
{
"name": "Maxime GRIS",
"email": "maxime.gris@gmail.com",
@@ -46,39 +46,40 @@
"e2e": "protractor ./protractor.conf.js"
},
"dependencies": {
"@angular/animations": "5.0.2",
"@angular/cdk": "5.0.0-rc0",
"@angular/common": "5.0.2",
"@angular/compiler": "5.0.2",
"@angular/core": "5.0.2",
"@angular/forms": "5.0.2",
"@angular/http": "5.0.2",
"@angular/material": "^5.0.0-rc0",
"@angular/platform-browser": "5.0.2",
"@angular/platform-browser-dynamic": "5.0.2",
"@angular/router": "5.0.2",
"@ngtools/webpack": "1.8.2",
"@angular/animations": "5.2.2",
"@angular/cdk": "5.1.0",
"@angular/common": "5.2.2",
"@angular/compiler": "5.2.2",
"@angular/core": "5.2.2",
"@angular/forms": "5.2.2",
"@angular/http": "5.2.2",
"@angular/material": "5.1.0",
"@angular/platform-browser": "5.2.2",
"@angular/platform-browser-dynamic": "5.2.2",
"@angular/router": "5.2.2",
"@ngtools/webpack": "1.9.6",
"core-js": "2.4.1",
"enhanced-resolve": "3.3.0",
"extract-text-webpack-plugin": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"rxjs": "^5.5.0",
"zone.js": "0.8.12"
},
"devDependencies": {
"@angular/cli": "^1.5.3",
"@angular/compiler-cli": "5.0.2",
"@angular/cli": "1.6.6",
"@angular/compiler-cli": "5.2.2",
"@types/bluebird": "3.5.8",
"@types/core-js": "0.9.36",
"@types/jasmine": "2.5.53",
"@types/node": "7.0.7",
"autoprefixer": "7.1.1",
"codelyzer": "3.1.1",
"codelyzer": "4.1.0",
"copyfiles": "1.2.0",
"cross-env": "5.0.1",
"css-loader": "0.28.4",
"cssnano": "3.10.0",
"electron": "1.6.11",
"electron": "1.6.16",
"electron-packager": "8.7.2",
"electron-reload": "1.2.1",
"exports-loader": "0.6.4",
@@ -113,8 +114,8 @@
"typescript": "2.4.2",
"url-loader": "0.5.9",
"webdriver-manager": "12.0.6",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4"
"webpack": "^3.10.0",
"webpack-dev-server": "2.11.1"
},
"license": "SEE LICENSE IN LICENSE.md"
}