Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(build): remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Mar 28, 2017
1 parent b61b32a commit 085e45a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
8 changes: 0 additions & 8 deletions config/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,15 @@ const helpers = require('./helpers'),
/**
* Webpack Plugins
*/
// const AssetsPlugin = require('assets-webpack-plugin');
// const autoprefixer = require('autoprefixer');
// const CheckerPlugin = require('awesome-typescript-loader').CheckerPlugin;
// const CommonsChunkPlugin = webpack.optimize.CommonsChunkPlugin;
const ContextReplacementPlugin = require('webpack/lib/ContextReplacementPlugin');
// const CopyWebpackPlugin = require('copy-webpack-plugin');
const DefinePlugin = require('webpack/lib/DefinePlugin');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const HtmlWebpackPlugin = require('html-webpack-plugin');
// const HtmlElementsPlugin = require('./html-elements-plugin');
const IgnorePlugin = require('webpack/lib/IgnorePlugin');
const LoaderOptionsPlugin = require('webpack/lib/LoaderOptionsPlugin');
// const ngcWebpack = require('ngc-webpack');
const NormalModuleReplacementPlugin = require('webpack/lib/NormalModuleReplacementPlugin');
const OptimizeJsPlugin = require('optimize-js-plugin');
const ProvidePlugin = require('webpack/lib/ProvidePlugin');
// const ScriptExtHtmlWebpackPlugin = require('script-ext-html-webpack-plugin');
const UglifyJsPlugin = require('webpack/lib/optimize/UglifyJsPlugin');


Expand Down
32 changes: 1 addition & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
},
"dependencies": {
"@angular/core": "2.4.9",
"@angular/forms": "2.4.9",
"@angular/http": "2.4.9",
"lodash": "4.17.4",
"ngx-base": "1.2.2",
Expand All @@ -81,37 +82,25 @@
"@angular/common": "2.4.9",
"@angular/compiler": "2.4.9",
"@angular/compiler-cli": "2.4.9",
"@angular/forms": "2.4.9",
"@angular/platform-browser": "2.4.9",
"@angular/platform-browser-dynamic": "2.4.9",
"@angular/platform-server": "2.4.9",
"@angular/router": "3.4.9",
"@krux/condition-jenkins": "1.0.1",
"@types/jasmine": "2.5.43",
"@types/lodash": "4.14.54",
"angular2-load-children-loader": "0.1.3",
"angular2-router-loader": "0.3.5",
"angular2-template-loader": "0.6.2",
"angular2-tree-component": "2.8.2",
"assets-webpack-plugin": "3.5.1",
"autoprefixer": "6.7.6",
"awesome-typescript-loader": "3.1.2",
"child_process": "1.0.2",
"clean-css": "4.0.8",
"clean-webpack-plugin": "0.1.15",
"codelyzer": "3.0.0-beta.3",
"copy-webpack-plugin": "4.0.1",
"copyfiles": "1.2.0",
"core-js": "2.4.1",
"cpy-cli": "1.0.1",
"cz-conventional-changelog": "2.0.0",
"css-loader": "0.26.2",
"del": "2.2.2",
"exports-loader": "0.6.4",
"expose-loader": "0.7.3",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.10.1",
"gh-pages": "0.12.0",
"gulp": "3.9.1",
"gulp-concat": "2.6.1",
"gulp-changed": "2.0.0",
Expand All @@ -130,10 +119,8 @@
"gulp-util": "3.0.8",
"gulp-wait": "0.0.2",
"html-loader": "0.4.5",
"html-minifier": "3.4.0",
"html-webpack-plugin": "2.28.0",
"husky": "0.13.2",
"imports-loader": "0.7.1",
"istanbul-instrumenter-loader": "2.0.0",
"jasmine-core": "2.5.2",
"json-loader": "0.5.4",
Expand All @@ -150,44 +137,28 @@
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.2",
"mocha": "3.2.0",
"moment": "2.17.1",
"ng2-bootstrap": "1.3.3",
"ng2-dropdown": "0.0.21",
"ng-router-loader": "2.1.0",
"node-sass": "4.5.0",
"npm-run-all": "4.0.2",
"null-loader": "0.1.1",
"opt-cli": "1.5.1",
"optimize-js-plugin": "0.0.4",
"parse5": "2.2.3",
"phantomjs-prebuilt": "2.1.14",
"postcss-loader": "1.3.3",
"precss": "1.4.0",
"protractor": "5.1.1",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.10",
"resolve-url-loader": "2.0.2",
"rimraf": "2.6.1",
"rollup": "0.41.4",
"rollup-plugin-angular-aot": "0.0.4",
"run-sequence": "1.2.2",
"rxjs": "5.0.1",
"sass-loader": "6.0.3",
"script-ext-html-webpack-plugin": "1.7.1",
"semantic-release": "6.3.2",
"source-map-loader": "0.1.6",
"string-replace-loader": "1.0.5",
"style-loader": "0.13.2",
"to-string-loader": "1.1.5",
"ts-helpers": "1.1.2",
"ts-loader": "2.0.1",
"ts-node": "2.1.0",
"tslint": "4.5.1",
"tslint-loader": "3.4.3",
"typedoc": "0.5.7",
"typescript": "2.1.6",
"uglify-js": "2.8.7",
"url-loader": "0.5.8",
"webpack": "2.2.1",
"webpack-bundle-analyzer": "2.3.0",
"webpack-dashboard": "0.3.0",
Expand All @@ -196,7 +167,6 @@
"webpack-dll-bundles-plugin": "1.0.0-beta.5",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "3.0.0",
"webpack-validator": "2.3.0",
"zone.js": "0.7.7"
},
"release": {
Expand Down

0 comments on commit 085e45a

Please sign in to comment.