From 1e291fdbae5453a651ea8c1d2ec5cc730226459d Mon Sep 17 00:00:00 2001 From: Giovanni Pellerano Date: Wed, 15 May 2024 23:00:51 +0200 Subject: [PATCH] Remove unused dependencies --- client/Gruntfile.js | 2 -- client/angular.json | 1 - client/package.json | 9 --------- 3 files changed, 12 deletions(-) diff --git a/client/Gruntfile.js b/client/Gruntfile.js index 927c9e5996..598fc9766c 100644 --- a/client/Gruntfile.js +++ b/client/Gruntfile.js @@ -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"); diff --git a/client/angular.json b/client/angular.json index c28fa496e2..a28a0fd66e 100644 --- a/client/angular.json +++ b/client/angular.json @@ -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" diff --git a/client/package.json b/client/package.json index 78d86999d5..4485d2b907 100644 --- a/client/package.json +++ b/client/package.json @@ -39,7 +39,6 @@ "@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", @@ -47,13 +46,10 @@ "@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", @@ -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", @@ -93,8 +87,6 @@ "@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", @@ -102,7 +94,6 @@ "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",