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

Commit

Permalink
fix(commit): add missing dependencies and remove unused ones
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuawilson committed Oct 30, 2017
1 parent 3075c51 commit 8154426
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 34 deletions.
52 changes: 39 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,19 @@
"scripts": {
"build": "npm run remove-dist && npm run build:library",
"build:library": "gulp build-library",
"bundle": "rollup -c",
"bundle-webpack": "webpack --config config/webpack.prod.js --progress --profile --bail",
"clean-dist": "rimraf dist dist-watch",
"clean": "npm cache clean && npm run rimraf -- node_modules doc coverage dist bundles",
"cleanup": "rimraf dist/package.json dist/bundles dist/src dist/index.d.ts dist/index.metadata.json dist/index.js dist/index.js.map dist/LICENSE dist/README.md",
"copy-files": "gulp copyfiles",
"minify": "uglifyjs dist/bundles/login.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/login.umd.min.js",
"clean": "npm cache verify && npm run rimraf -- node_modules doc coverage dist distwatch bundles",
"minify": "uglifyjs dist/bundles/ngx-widgets.js --screw-ie8 --compress --mangle --comments --output dist/bundles/ngx-widgets.min.js",
"perf": "webpack --config config/webpack.perf.js --progress --profile",
"reinstall": "npm run clean && npm install",
"remove-dist": "rimraf dist",
"remove-dist": "rimraf dist dist-watch",
"rimraf": "rimraf",
"semantic-release": "semantic-release pre && npm run build && cp -r .git dist && npm publish dist/ && semantic-release post",
"start": "webpack-dev-server --config config/webpack.demo.js --progress --host 0.0.0.0 --port 3001 --profile --watch --content-base src/",
"transpile": "gulp transpile",
"test": "npm run test:unit",
"test:unit": "karma start",
"test:debug": "karma start --no-single-run --browsers Chrome",
"test:browsers": "karma start --browsers Chrome,Firefox,Safari",
"semantic-release": "semantic-release pre && npm run build && cp -r .git dist && npm publish dist/ && semantic-release post",
"transpile": "gulp transpile",
"watch:library": "gulp watch"
},
"license": "Apache-2.0",
Expand Down Expand Up @@ -89,32 +85,49 @@
"@angular/platform-browser-dynamic": "^4.4.0",
"@angular/router": "^4.4.0",
"@krux/condition-jenkins": "1.0.1",
"@types/core-js": "0.9.43",
"@types/jasmine": "2.6.2",
"@types/lodash": "4.14.80",
"angular2-load-children-loader": "0.2.1",
"angular2-router-loader": "0.3.5",
"angular2-template-loader": "0.6.2",
"assets-webpack-plugin": "3.5.1",
"autoprefixer": "7.1.6",
"awesome-typescript-loader": "3.2.3",
"child_process": "1.0.2",
"clean-css": "4.1.9",
"clean-webpack-plugin": "0.1.17",
"codelyzer": "3.2.2",
"copy-webpack-plugin": "4.2.0",
"copyfiles": "1.2.0",
"core-js": "2.5.1",
"cpy-cli": "1.0.1",
"css-loader": "0.28.7",
"css-to-string-loader": "0.1.3",
"cz-conventional-changelog": "2.1.0",
"del": "3.0.0",
"eslint": "4.10.0",
"exports-loader": "0.6.4",
"expose-loader": "0.7.3",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"gh-pages": "1.0.0",
"gulp": "3.9.1",
"gulp-changed": "3.1.1",
"gulp-cssmin": "0.2.0",
"gulp-less": "3.3.2",
"gulp-ngc": "0.3.2",
"gulp-sourcemaps": "2.6.1",
"gulp-string-replace": "0.4.0",
"gulp-stylelint": "5.0.0",
"gulp-uglify": "3.0.0",
"gulp-util": "3.0.8",
"html-loader": "0.5.1",
"html-minifier": "3.5.6",
"html-webpack-plugin": "2.30.1",
"htmlhint-loader": "1.3.0",
"husky": "0.14.3",
"imports-loader": "0.7.1",
"istanbul-instrumenter-loader": "3.0.0",
"jasmine-core": "2.8.0",
"json-loader": "0.5.7",
Expand All @@ -133,22 +146,36 @@
"karma-safari-launcher": "1.0.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "2.0.5",
"less": "2.7.3",
"less-loader": "4.0.5",
"less-plugin-autoprefix": "1.5.1",
"mocha": "4.0.1",
"node-sass": "4.5.3",
"ng-router-loader": "2.1.0",
"npm-run-all": "4.1.1",
"null-loader": "0.1.1",
"opt-cli": "1.6.0",
"optimize-js-plugin": "0.0.4",
"parse5": "3.0.2",
"path": "0.12.7",
"patternfly": "3.29.9",
"phantomjs-prebuilt": "2.1.15",
"postcss-loader": "2.0.8",
"precss": "2.0.0",
"protractor": "5.2.0",
"raw-loader": "0.5.1",
"reflect-metadata": "0.1.10",
"resolve-url-loader": "2.2.0",
"rimraf": "2.6.2",
"rollup": "0.50.0",
"rollup-plugin-angular-aot": "0.0.4",
"run-sequence": "2.2.0",
"sass-loader": "6.0.6",
"script-ext-html-webpack-plugin": "1.8.7",
"semantic-release": "8.2.0",
"source-map-loader": "0.2.3",
"style-loader": "0.19.0",
"stylelint": "8.2.0",
"stylelint-webpack-plugin": "0.9.0",
"stylus": "0.54.5",
"to-string-loader": "1.1.5",
"ts-helpers": "1.1.2",
"ts-node": "3.3.0",
Expand All @@ -160,7 +187,6 @@
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-bundle-analyzer": "2.9.0",
"webpack-dashboard": "1.0.0",
"webpack-dev-middleware": "1.12.0",
"webpack-dev-server": "2.9.3",
"webpack-dll-bundles-plugin": "1.0.0-beta.5",
Expand Down
21 changes: 0 additions & 21 deletions rollup.config.js

This file was deleted.

0 comments on commit 8154426

Please sign in to comment.