Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed May 15, 2024
1 parent 206a9a2 commit 1e291fd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions client/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,6 @@ module.exports = function(grunt) {
},
});

grunt.loadNpmTasks("@lodder/grunt-postcss");
grunt.loadNpmTasks("grunt-angular-templates");
grunt.loadNpmTasks("grunt-confirm");
grunt.loadNpmTasks("grunt-contrib-clean");
grunt.loadNpmTasks("grunt-contrib-concat");
Expand Down
1 change: 0 additions & 1 deletion client/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"app/css/bootstrap-fixes.css",
"node_modules/ng-multiselect-dropdown/themes/ng-multiselect-dropdown.theme.scss",
"node_modules/@ng-select/ng-select/themes/default.theme.css",
"node_modules/font-awesome/css/font-awesome.css",
"node_modules/@fortawesome/fontawesome-free/css/fontawesome.css",
"app/assets/lib/webfonts/@fontawesome/fontawesome-all.css",
"app/assets/lib/webfonts/@fontsource/fontsource-all.css"
Expand Down
9 changes: 0 additions & 9 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,21 +39,17 @@
"@fontsource/noto-sans-thai": "5.0.14",
"@fontsource/noto-serif-tibetan": "5.0.13",
"@fortawesome/fontawesome-free": "6.5.2",
"@lodder/grunt-postcss": "3.1.1",
"@ng-bootstrap/ng-bootstrap": "16.0.0",
"@ng-idle/core": "14.0.0",
"@ng-idle/keepalive": "14.0.0",
"@ng-select/ng-select": "12.0.7",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@popperjs/core": "2.11.8",
"angular2-qrcode": "2.0.3",
"angularx-qrcode": "17.0.1",
"bootstrap": "5.3.3",
"chart.js": "4.4.2",
"font-awesome": "4.7.0",
"gettext-parser": "7.0.1",
"grunt-angular-templates": "1.2.0",
"grunt-confirm": "1.0.8",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-copy": "1.0.0",
Expand All @@ -69,10 +65,8 @@
"ng2-select": "2.0.0",
"ngx-markdown": "17.2.1",
"ngx-order-pipe": "2.2.0",
"ngx-qrcode": "0.1.0-rc.1",
"node-gettext": "3.0.0",
"npm-check-updates": "^16.14.20",
"postcss-rtl": "2.0.0",
"rxjs": "7.8.1",
"superagent": "9.0.2",
"tslib": "2.6.2",
Expand All @@ -93,16 +87,13 @@
"@types/angular": "1.8.9",
"@types/flowjs__flow.js": "2.13.3",
"@types/lodash": "4.17.1",
"@types/marked": "6.0.0",
"@types/qrcode": "1.5.5",
"@typescript-eslint/eslint-plugin": "7.9.0",
"cypress": "13.9.0",
"grunt": "1.6.1",
"grunt-contrib-concat": "2.1.0",
"istanbul-api": "3.0.0",
"istanbul-lib-coverage": "3.2.2",
"istanbul-reports": "3.1.7",
"ngx-clipboard": "16.0.0",
"nyc": "15.1.0",
"ts-node": "10.9.2",
"webpack": "5.91.0",
Expand Down

0 comments on commit 1e291fd

Please sign in to comment.