Rimozione dipendenza inutilizzata
This commit is contained in:
parent
df678c5a67
commit
441a51c96e
|
@ -180,7 +180,6 @@ const CSS = gulp.parallel(() => {
|
||||||
'datatables.net-buttons-bs/css/buttons.bootstrap.css',
|
'datatables.net-buttons-bs/css/buttons.bootstrap.css',
|
||||||
'datatables.net-scroller-bs/css/scroller.bootstrap.css',
|
'datatables.net-scroller-bs/css/scroller.bootstrap.css',
|
||||||
'datatables.net-select-bs/css/select.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.min.css',
|
||||||
'smartwizard/dist/css/smart_wizard_theme_arrows.min.css',
|
'smartwizard/dist/css/smart_wizard_theme_arrows.min.css',
|
||||||
'leaflet-gesture-handling/dist/leaflet-gesture-handling.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.woff',
|
||||||
'font-awesome/fonts/fontawesome-webfont.woff2',
|
'font-awesome/fonts/fontawesome-webfont.woff2',
|
||||||
'font-awesome/fonts/FontAwesome.otf',
|
'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.eot',
|
||||||
'../assets/src/css/fonts/sourcesanspro-regular-webfont.svg',
|
'../assets/src/css/fonts/sourcesanspro-regular-webfont.svg',
|
||||||
'../assets/src/css/fonts/sourcesanspro-regular-webfont.ttf',
|
'../assets/src/css/fonts/sourcesanspro-regular-webfont.ttf',
|
||||||
|
|
|
@ -42,7 +42,6 @@
|
||||||
"popper.js": "^1.16.1",
|
"popper.js": "^1.16.1",
|
||||||
"pwstrength-bootstrap": "^3.0.4",
|
"pwstrength-bootstrap": "^3.0.4",
|
||||||
"select2": "^4.0.3",
|
"select2": "^4.0.3",
|
||||||
"select2-bootstrap-theme": "^0.1.0-beta.10",
|
|
||||||
"signature_pad": "^2.3.0",
|
"signature_pad": "^2.3.0",
|
||||||
"smartwizard": "^4.2.2",
|
"smartwizard": "^4.2.2",
|
||||||
"sweetalert2": "^6.11.4",
|
"sweetalert2": "^6.11.4",
|
||||||
|
|
Loading…
Reference in New Issue