From 7bfd1b1edb7ea4ea6516b6a74c4e9af938d0bdc6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 12 Dec 2017 11:38:02 +0100 Subject: Upgrade scripts and embed webpack config --- client/package.json | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) (limited to 'client/package.json') diff --git a/client/package.json b/client/package.json index aa754a593..d771fdec2 100644 --- a/client/package.json +++ b/client/package.json @@ -15,7 +15,7 @@ "scripts": { "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", "webpack": "webpack", - "webpack-dev-server<": "webpack-dev-server", + "ng": "ng", "postinstall": "npm rebuild node-sass" }, "license": "GPLv3", @@ -33,80 +33,45 @@ "@angular/platform-browser": "~4.4.0", "@angular/platform-browser-dynamic": "~4.4.0", "@angular/router": "~4.4.0", - "@angularclass/hmr": "^2.1.0", - "@angularclass/hmr-loader": "^3.0.2", "@ngx-meta/core": "^4.0.1", "@types/core-js": "^0.9.28", "@types/markdown-it": "^0.0.4", "@types/node": "^8.0.33", - "@types/source-map": "^0.5.1", - "@types/uglify-js": "^2.0.27", "@types/video.js": "6.2.0", - "@types/webpack": "^3.0.0", "@types/webtorrent": "^0.98.4", - "add-asset-html-webpack-plugin": "^2.0.1", "angular2-notifications": "^0.7.7", - "angular2-template-loader": "^0.6.0", - "assets-webpack-plugin": "^3.4.0", "awesome-typescript-loader": "3.2.3", - "babel-core": "^6.25.0", - "babel-loader": "^7.1.0", - "babel-preset-env": "^1.5.2", "bootstrap-sass": "^3.3.7", "codelyzer": "^3.0.0-beta.4", - "copy-webpack-plugin": "^4.0.0", "core-js": "^2.4.1", "css-loader": "^0.28.4", - "css-to-string-loader": "^0.1.3", - "es6-shim": "^0.35.0", - "extract-text-webpack-plugin": "^3.0.0", + "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.5", "html-webpack-plugin": "^2.19.0", - "ie-shim": "^0.1.0", - "inline-manifest-webpack-plugin": "^3.0.1", - "intl": "^1.2.4", - "json-loader": "^0.5.4", "markdown-it": "^8.4.0", - "ng-router-loader": "^2.0.0", - "ngc-webpack": "3.2.2", "ngx-bootstrap": "2.0.0-beta.9", "ngx-chips": "1.5.3", "ngx-clipboard": "^9.0.0", "ngx-infinite-scroll": "^0.7.0", "ngx-pipes": "^2.0.5", "node-sass": "^4.1.1", - "normalize.css": "^7.0.0", "npm-font-source-sans-pro": "^1.0.2", - "optimize-js-plugin": "0.0.4", "primeng": "^4.2.0", "purify-css": "^1.2.5", "purifycss-webpack": "^0.7.0", "raw-loader": "^0.5.1", - "reflect-metadata": "^0.1.9", "resolve-url-loader": "^2.0.0", "rxjs": "^5.4.2", "sass-loader": "^6.0.3", "sass-resources-loader": "^1.2.1", - "script-ext-html-webpack-plugin": "^1.3.2", - "source-map-loader": "^0.2.1", "standard": "^10.0.0", - "string-replace-loader": "^1.0.3", - "style-loader": "^0.19.0", - "tslib": "^1.5.0", "tslint": "^5.7.0", "tslint-config-standard": "^7.0.0", - "tslint-loader": "^3.3.0", "typescript": "^2.5.2", - "uglifyjs-webpack-plugin": "^1.0.1", - "url-loader": "^0.6.2", + "uglifyjs-webpack-plugin": "^1.1.2", "video.js": "^6.2.0", "videojs-dock": "^2.0.2", "webpack": "^3.3.0", - "webpack-bundle-analyzer": "^2.8.2", - "webpack-dev-server": "^2.4.5", - "webpack-dll-bundles-plugin": "^1.0.0-beta.5", - "webpack-merge": "~4.1.0", - "webpack-notifier": "^1.3.0", "webtorrent": "^0.98.0", "zone.js": "~0.8.5" } -- cgit v1.2.3