We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should remove all the now-unnecessary dependencies from the package.json before the 4.0.0 release
package.json
The text was updated successfully, but these errors were encountered:
Can create a PR later in the week but here are some of them:
gulp-ng-annotate gulp-ng-constant gulp-typescript gulp-uglify
Sorry, something went wrong.
depcheck Shows me this on a default install:
$ depcheck Unused dependencies * bootstrap-sass * bootstrap * bootstrap-social * angular-animate * angular-aria * font-awesome * angular-validation-match * babel-runtime * socketio-jwt Unused devDependencies * bs-fullscreen-message * babel-plugin-transform-runtime * eslint * gulp-add-src * gulp-angular-templatecache * gulp-autoprefixer * gulp-cache * gulp-concat * gulp-filter * gulp-clean-css * gulp-ng-annotate * gulp-rename * gulp-svgmin * gulp-uglify * gulp-useref * gulp-sass * gulp-scss-lint * utile * webpack-dev-server * ng-annotate-loader * babel-loader * css-loader * file-loader * imports-loader * isparta-instrumenter-loader * isparta-loader * istanbul-instrumenter-loader * null-loader * postcss-loader * raw-loader * style-loader * sass-loader * tiny-lr * istanbul
There's a lot in there I know we do use, but at least this provides a starting point
chore(package): remove old unused deps
6d1fd72
closes #2113
f76aa12
f5988a2
Koslun
Awk34
Successfully merging a pull request may close this issue.
We should remove all the now-unnecessary dependencies from the
package.json
before the 4.0.0 releaseThe text was updated successfully, but these errors were encountered: