Skip to content

Commit

Permalink
Merge pull request #1673 from Ifycode/4247-unused-dependencies
Browse files Browse the repository at this point in the history
4247 - Remove unused dependencies
  • Loading branch information
AmTryingMyBest committed Jun 8, 2021
2 parents f3e5eba + f5c9429 commit b34d99c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
7 changes: 0 additions & 7 deletions app/app.js
Expand Up @@ -156,13 +156,6 @@ angular.module('app',
.factory('Flatpickr', function () {
return require('flatpickr').default;
})
// inject the router instance into a `run` block by name
//.run(['$uiRouter', '$trace', '$location', function ($uiRouter, $trace, $location) {
// // * uncomment this to enable the visualizer *
// let Visualizer = require('@uirouter/visualizer').Visualizer;
// let pluginInstance = $uiRouter.plugin(Visualizer);
// $trace.enable('TRANSITION');
// }])
.factory('UshahidiSdk', function () {
return UshahidiSdk;
})
Expand Down
10 changes: 0 additions & 10 deletions package.json
Expand Up @@ -27,7 +27,6 @@
"eslint"
],
"devDependencies": {
"@uirouter/visualizer": "^5.0.0",
"angular-mocks": "^1.5.6",
"ansi-colors": "^4.1.1",
"babel-core": "^6.7.7",
Expand All @@ -47,7 +46,6 @@
"eslint": "^6.7.1",
"fancy-log": "^1.3.3",
"file-loader": "^5.0.2",
"fs-walk": "0.0.2",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-gzip": "^1.4.2",
Expand All @@ -59,7 +57,6 @@
"imports-loader": "^0.8.0",
"is-url": "^1.2.4",
"jasmine-core": "^3.5.0",
"json-loader": "^0.5.7",
"karma": "^4.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.1",
Expand All @@ -74,17 +71,12 @@
"mini-css-extract-plugin": "^0.9.0",
"minimist": "^1.2.0",
"ng-annotate-loader": "0.6.1",
"node-fetch": "^2.6.0",
"node-libs-browser": "^2.0.1",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"phantomjs-prebuilt": "^2.1.16",
"pre-commit": "^1.1.2",
"protractor": "^5.4.2",
"raw-loader": "^4.0.0",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.1.2",
"supports-color": "^3.1.2",
"svg-url-loader": "^3.0.3",
"terser-webpack-plugin": "^4.2.2",
Expand Down Expand Up @@ -122,13 +114,11 @@
"leaflet.markercluster": "1.0.5",
"libphonenumber-js": "^1.0.24",
"moment": "2.19.3",
"moment-timezone": "^0.5.4",
"ng-showdown": "^1.1.0",
"ngGeolocation": "rjmackay/ngGeolocation",
"ngtweet": "^1.0.0",
"nvd3": "^1.8.4",
"raven-js": "^3.26.3",
"socket.io-client": "2.0.3",
"sortablejs": "1.10.0",
"underscore": "^1.7.0",
"ushahidi-platform-pattern-library": "5.0.3-pre-donations",
Expand Down

0 comments on commit b34d99c

Please sign in to comment.