package.json

This commit is contained in:
greggy
2025-10-07 09:25:01 +02:00
parent db1df97734
commit 5ee5b2eae4

View File

@@ -14,43 +14,43 @@
"author": "zuramai",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.6.0",
"apexcharts": "^3.23.1",
"bootstrap-icons": "^1.11.3",
"chart.js": "^2.9.3",
"choices.js": "^9.0.1",
"ckeditor4": "^4.22.1",
"cross-env": "^7.0.3",
"dayjs": "^1.8.29",
"dragula": "^3.7.2",
"@popperjs/core": "^2.11.8",
"apexcharts": "^5.3.5",
"bootstrap-icons": "^1.13.1",
"chart.js": "^4.5.0",
"choices.js": "^11.1.0",
"ckeditor4": "^4.25.1",
"cross-env": "^10.1.0",
"dayjs": "^1.11.18",
"dragula": "^3.7.3",
"dripicons": "^2.0.0",
"feather-icons": "^4.28.0",
"iconly": "^1.0.1",
"feather-icons": "^4.29.2",
"iconly": "^2.0.1",
"jquery": "^3.7.1",
"laravel-mix": "^6.0.10",
"nunjucks": "^3.2.1",
"perfect-scrollbar": "^1.5.0",
"laravel-mix": "^6.0.49",
"nunjucks": "^3.2.4",
"perfect-scrollbar": "^1.5.6",
"popper.js": "^1.16.1",
"quill": "^1.3.7",
"quill": "^2.0.3",
"rater-js": "^1.0.1",
"simple-datatables": "^2.1.13",
"summernote": "^0.8.20",
"sweetalert2": "^10.13.0",
"tinymce": "^6.8.3",
"toastify-js": "^1.8.0",
"simple-datatables": "^10.2.0",
"summernote": "^0.9.1",
"sweetalert2": "^11.24.0",
"tinymce": "^8.1.2",
"toastify-js": "^1.12.0",
"toastr": "^2.1.4",
"webpack": "^5.15.0"
"webpack": "^5.102.0"
},
"devDependencies": {
"bootstrap": "^5.0.0-beta1",
"browser-sync": "^2.26.13",
"browser-sync-webpack-plugin": "2.2.2",
"laravel-mix-nunjucks": "^0.3.0",
"laravel-mix-purgecss": "^5.0.0",
"postcss": "^8.2.4",
"resolve-url-loader": "^3.1.0",
"sass": "^1.26.11",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
"bootstrap": "^5.3.8",
"browser-sync": "^3.0.4",
"browser-sync-webpack-plugin": "2.4.0",
"laravel-mix-nunjucks": "^1.2.4",
"laravel-mix-purgecss": "^6.0.0",
"postcss": "^8.5.6",
"resolve-url-loader": "^5.0.0",
"sass": "^1.93.2",
"sass-loader": "^16.0.5",
"vue-template-compiler": "^2.7.16"
}
}