restored packages

This commit is contained in:
Dr Masroor Ehsan 2025-01-03 23:19:02 +06:00
parent 9f87b808f8
commit 66b3ea455a
2 changed files with 12845 additions and 11567 deletions

24078
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,155 +1,185 @@
{ {
"name": "Materialize", "name": "Materialize",
"version": "2.0.1", "version": "2.0.1",
"private": true, "private": true,
"type": "module", "type": "module",
"license": "Commercial", "license": "Commercial",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "vite build" "build": "vite build"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "7.23.7", "@babel/core": "7.23.7",
"@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-object-rest-spread": "7.23.4", "@babel/plugin-transform-object-rest-spread": "7.23.4",
"@babel/plugin-transform-runtime": "7.23.7", "@babel/plugin-transform-runtime": "7.23.7",
"@babel/preset-env": "7.23.8", "@babel/preset-env": "7.23.8",
"@prettier/plugin-php": "0.22.1", "@prettier/plugin-php": "0.22.1",
"@rollup/plugin-html": "1.0.3", "@rollup/plugin-html": "1.0.3",
"@types/typeahead": "0.11.32", "@types/typeahead": "0.11.32",
"ajv": "8.16.0", "ajv": "8.16.0",
"autoprefixer": "10.4.19", "autoprefixer": "10.4.19",
"axios": "^1.7.9", "axios": "^1.7.9",
"babel-loader": "9.1.3", "babel-loader": "9.1.3",
"browser-sync": "2.29.3", "browser-sync": "2.29.3",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0", "eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1", "eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3", "eslint-plugin-prettier": "5.1.3",
"glob": "10.4.5", "glob": "10.4.5",
"laravel-datatables-vite": "^0.6.1", "laravel-datatables-vite": "^0.6.1",
"laravel-vite-plugin": "^1.1.1", "laravel-vite-plugin": "^1.1.1",
"lodash": "4.17.21", "lodash": "4.17.21",
"postcss": "8.4.39", "postcss": "8.4.39",
"prettier": "3.2.2", "prettier": "3.2.2",
"resolve-url-loader": "5.0.0", "resolve-url-loader": "5.0.0",
"sass": "1.76.0", "sass": "1.76.0",
"sass-loader": "14.0.0", "sass-loader": "14.0.0",
"vite": "^6.0.7" "vite": "^6.0.7"
}, },
"overrides": { "overrides": {
"datatables.net": "1.13.11", "datatables.net": "1.13.11",
"datatables.net-bs5": "1.13.11", "datatables.net-bs5": "1.13.11",
"datatables.net-buttons": "2.4.3", "datatables.net-buttons": "2.4.3",
"datatables.net-buttons-bs5": "2.4.3", "datatables.net-buttons-bs5": "2.4.3",
"datatables.net-fixedcolumns": "4.3.1", "datatables.net-fixedcolumns": "4.3.1",
"datatables.net-fixedheader": "3.4.1", "datatables.net-fixedheader": "3.4.1",
"datatables.net-responsive": "2.5.1", "datatables.net-responsive": "2.5.1",
"datatables.net-rowgroup": "1.4.1", "datatables.net-rowgroup": "1.4.1",
"datatables.net-select": "1.7.1", "datatables.net-select": "1.7.1",
"prop-types": "15.8.1", "prop-types": "15.8.1",
"sass": "1.76.0" "sass": "1.76.0"
}, },
"resolutions": { "resolutions": {
"datatables.net": "1.13.11", "datatables.net": "1.13.11",
"datatables.net-bs5": "1.13.11", "datatables.net-bs5": "1.13.11",
"datatables.net-buttons": "2.4.3", "datatables.net-buttons": "2.4.3",
"datatables.net-buttons-bs5": "2.4.3", "datatables.net-buttons-bs5": "2.4.3",
"datatables.net-fixedcolumns": "4.3.1", "datatables.net-fixedcolumns": "4.3.1",
"datatables.net-fixedheader": "3.4.1", "datatables.net-fixedheader": "3.4.1",
"datatables.net-responsive": "2.5.1", "datatables.net-responsive": "2.5.1",
"datatables.net-rowgroup": "1.4.1", "datatables.net-rowgroup": "1.4.1",
"datatables.net-select": "1.7.1", "datatables.net-select": "1.7.1",
"prop-types": "15.8.1", "prop-types": "15.8.1",
"sass": "1.76.0" "sass": "1.76.0"
}, },
"browserslist": [ "browserslist": [
">= 1%", ">= 1%",
"last 2 versions", "last 2 versions",
"not dead", "not dead",
"Chrome >= 45", "Chrome >= 45",
"Firefox >= 38", "Firefox >= 38",
"Edge >= 12", "Edge >= 12",
"Explorer >= 10", "Explorer >= 10",
"iOS >= 9", "iOS >= 9",
"Safari >= 9", "Safari >= 9",
"Android >= 4.4", "Android >= 4.4",
"Opera >= 30" "Opera >= 30"
], ],
"babel": { "babel": {
"presets": [ "presets": [
[ [
"@babel/env", "@babel/env",
{ {
"targets": { "targets": {
"browsers": [ "browsers": [
">= 1%", ">= 1%",
"last 2 versions", "last 2 versions",
"not dead", "not dead",
"Chrome >= 45", "Chrome >= 45",
"Firefox >= 38", "Firefox >= 38",
"Edge >= 12", "Edge >= 12",
"Explorer >= 10", "Explorer >= 10",
"iOS >= 9", "iOS >= 9",
"Safari >= 9", "Safari >= 9",
"Android >= 4.4", "Android >= 4.4",
"Opera >= 30" "Opera >= 30"
]
}
}
] ]
} ]
} },
] "dependencies": {
] "@form-validation/bundle": "2.4.0",
}, "@form-validation/core": "2.4.0",
"dependencies": { "@form-validation/plugin-alias": "2.4.0",
"@form-validation/bundle": "2.4.0", "@form-validation/plugin-auto-focus": "2.4.0",
"@form-validation/core": "2.4.0", "@form-validation/plugin-bootstrap5": "2.4.0",
"@form-validation/plugin-alias": "2.4.0", "@form-validation/plugin-excluded": "2.4.0",
"@form-validation/plugin-auto-focus": "2.4.0", "@form-validation/plugin-field-status": "2.4.0",
"@form-validation/plugin-bootstrap5": "2.4.0", "@form-validation/plugin-framework": "2.4.0",
"@form-validation/plugin-excluded": "2.4.0", "@form-validation/plugin-message": "2.4.0",
"@form-validation/plugin-field-status": "2.4.0", "@fullcalendar/core": "6.1.14",
"@form-validation/plugin-framework": "2.4.0", "@fullcalendar/daygrid": "6.1.14",
"@form-validation/plugin-message": "2.4.0", "@fullcalendar/interaction": "6.1.14",
"@popperjs/core": "2.11.8", "@fullcalendar/list": "6.1.14",
"@yaireo/tagify": "4.18.3", "@fullcalendar/timegrid": "6.1.14",
"animate.css": "4.1.1", "@fullcalendar/timeline": "6.1.14",
"aos": "2.3.4", "@popperjs/core": "2.11.8",
"autosize": "6.0.1", "@simonwep/pickr": "1.9.1",
"block-ui": "2.70.1", "@yaireo/tagify": "4.18.3",
"bloodhound-js": "1.2.3", "animate.css": "4.1.1",
"bootstrap": "5.3.3", "aos": "2.3.4",
"bootstrap-datepicker": "1.10.0", "apexcharts-clevision": "3.28.5",
"bootstrap-daterangepicker": "3.1.0", "autosize": "6.0.1",
"bootstrap-maxlength": "1.10.1", "block-ui": "2.70.1",
"bootstrap-select": "1.14.0-beta3", "bloodhound-js": "1.2.3",
"bs-stepper": "1.7.0", "bootstrap": "5.3.3",
"chart.js": "4.4.3", "bootstrap-datepicker": "1.10.0",
"cleave.js": "1.6.0", "bootstrap-daterangepicker": "3.1.0",
"clipboard": "2.0.11", "bootstrap-maxlength": "1.10.1",
"datatables.net-bs5": "1.13.11", "bootstrap-select": "1.14.0-beta3",
"datatables.net-buttons": "2.4.3", "bs-stepper": "1.7.0",
"datatables.net-buttons-bs5": "2.4.3", "chart.js": "4.4.3",
"datatables.net-fixedcolumns-bs5": "4.3.1", "cleave.js": "1.6.0",
"datatables.net-fixedheader-bs5": "3.4.1", "clipboard": "2.0.11",
"datatables.net-responsive": "2.5.1", "datatables.net-bs5": "1.13.11",
"datatables.net-responsive-bs5": "2.5.1", "datatables.net-buttons": "2.4.3",
"datatables.net-rowgroup-bs5": "1.4.1", "datatables.net-buttons-bs5": "2.4.3",
"datatables.net-select-bs5": "1.7.1", "datatables.net-fixedcolumns-bs5": "4.3.1",
"dropzone": "5.9.3", "datatables.net-fixedheader-bs5": "3.4.1",
"flatpickr": "4.6.13", "datatables.net-responsive": "2.5.1",
"jquery": "3.7.1", "datatables.net-responsive-bs5": "2.5.1",
"jquery-datatables-checkboxes": "1.2.14", "datatables.net-rowgroup-bs5": "1.4.1",
"jquery-sticky": "1.0.4", "datatables.net-select-bs5": "1.7.1",
"jquery.repeater": "1.2.1", "dropzone": "5.9.3",
"moment": "2.30.1", "flag-icons": "7.2.3",
"numeral": "2.0.6", "flatpickr": "4.6.13",
"perfect-scrollbar": "1.5.5", "hammerjs": "2.0.8",
"remixicon": "4.3.0", "highlight.js": "11.9.0",
"select2": "4.0.13", "jkanban": "1.3.1",
"sweetalert2": "^11.15.9", "jquery": "3.7.1",
"toastr": "2.1.4", "jquery-datatables-checkboxes": "1.2.14",
"typeahead.js": "0.11.1" "jquery-sticky": "1.0.4",
} "jquery.repeater": "1.2.1",
"jstree": "3.3.16",
"jszip": "3.10.1",
"katex": "0.16.11",
"laravel-vite-plugin": "1.0.1",
"leaflet": "1.9.4",
"mapbox-gl": "3.0.1",
"masonry-layout": "4.2.2",
"moment": "2.30.1",
"node-waves": "0.7.6",
"nouislider": "15.7.2",
"numeral": "2.0.6",
"pdfmake": "0.2.10",
"perfect-scrollbar": "1.5.5",
"plyr": "3.7.8",
"quill": "1.3.7",
"rateyo": "2.3.5",
"remixicon": "4.3.0",
"select2": "4.0.13",
"shepherd.js": "11.2.0",
"sortablejs": "1.15.2",
"spinkit": "2.0.1",
"sweetalert2": "11.10.8",
"swiper": "11.0.7",
"timepicker": "1.14.1",
"toastr": "2.1.4",
"typeahead.js": "0.11.1"
}
} }