This commit is contained in:
2026-01-19 18:02:55 +01:00
parent 87044adcb0
commit 30f87f26da
19 changed files with 10631 additions and 3773 deletions

View File

@@ -12,12 +12,9 @@
"watch": "npx gulp watch"
},
"dependencies": {
"jquery": "~3.4.1",
"jquery-validation-unobtrusive": "~3.2.11",
"@claviska/jquery-minicolors": "~2.3.2",
"animate.css": "~3.7.0",
"blueimp-gallery": "~2.33.0",
"popper.js": "~1.16.0",
"bootstrap": "~4.3.1",
"bootstrap-duallistbox": "~3.0.6",
"bootstrap-markdown": "~2.10.0",
@@ -26,28 +23,31 @@
"bootstrap-slider": "~10.6.1",
"bootstrap-table": "~1.14.2",
"chartist": "~0.11.0",
"cldr-data": "~36.0.0",
"cldr-numbers-modern": "~39.0.0",
"cldrjs": "~0.5.5",
"cropper": "~4.0.0-beta",
"datatables.net-bs4": "~1.10.16",
"dragula": "~3.7.2",
"globalize": "~1.7.0",
"html2pdf.js": "~0.10.1",
"htmx.org": "~1.6.1",
"jquery": "~3.4.1",
"jquery-ajax-unobtrusive": "~3.2.6",
"jquery-validation-unobtrusive": "~3.2.11",
"jquery.growl": "~1.3.5",
"jstree": "~3.3.5",
"ladda": "~2.0.0",
"perfect-scrollbar": "~1.4.0",
"photoswipe": "~4.1.2",
"plyr": "~2.0.18",
"popper.js": "~1.16.0",
"select2": "4.0.13",
"spinkit": "~1.2.5",
"sweetalert2": "~11.4.33",
"swiper": "~4.5.0",
"toastr": "~2.1.4",
"vegas": "~2.4.0",
"jquery-ajax-unobtrusive": "~3.2.6",
"globalize": "~1.7.0",
"cldrjs": "~0.5.5",
"cldr-data": "~36.0.0",
"cldr-numbers-modern": "~39.0.0",
"html2pdf.js": "~0.10.1",
"htmx.org": "~1.6.1"
"vegas": "~2.4.0"
},
"devDependencies": {
"@babel/core": "~7.4.0",
@@ -62,7 +62,8 @@
"gulp-rename": "~1.4.0",
"gulp-sass": "~4.0.1",
"gulp-sourcemaps": "~2.6.4",
"gulp-uglify": "~3.0.1"
"gulp-uglify": "~3.0.1",
"sass": "^1.97.2"
},
"resolutions": {
"gulp-sass/node-sass": "4.12.0"