Rimozione dipendenza inutilizzata

This commit is contained in:
FabioL 2024-06-11 18:25:53 +02:00
parent df678c5a67
commit 441a51c96e
2 changed files with 0 additions and 7 deletions

View File

@ -180,7 +180,6 @@ const CSS = gulp.parallel(() => {
'datatables.net-buttons-bs/css/buttons.bootstrap.css',
'datatables.net-scroller-bs/css/scroller.bootstrap.css',
'datatables.net-select-bs/css/select.bootstrap.css',
'select2-bootstrap-theme/dist/select2-bootstrap.css',
'smartwizard/dist/css/smart_wizard.min.css',
'smartwizard/dist/css/smart_wizard_theme_arrows.min.css',
'leaflet-gesture-handling/dist/leaflet-gesture-handling.min.css',
@ -309,11 +308,6 @@ const fonts = gulp.parallel(() => {
'font-awesome/fonts/fontawesome-webfont.woff',
'font-awesome/fonts/fontawesome-webfont.woff2',
'font-awesome/fonts/FontAwesome.otf',
'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.eot',
'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.svg',
'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.ttf',
'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.woff',
'select2-bootstrap-theme/docs/fonts/glyphicons-halflings-regular.woff2',
'../assets/src/css/fonts/sourcesanspro-regular-webfont.eot',
'../assets/src/css/fonts/sourcesanspro-regular-webfont.svg',
'../assets/src/css/fonts/sourcesanspro-regular-webfont.ttf',

View File

@ -42,7 +42,6 @@
"popper.js": "^1.16.1",
"pwstrength-bootstrap": "^3.0.4",
"select2": "^4.0.3",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"signature_pad": "^2.3.0",
"smartwizard": "^4.2.2",
"sweetalert2": "^6.11.4",