Redesign with toolbar

This commit is contained in:
2024-03-19 19:21:52 +01:00
parent 56ae6196a5
commit 0a8f7afe3e
8 changed files with 264 additions and 127 deletions

View File

@@ -17,24 +17,27 @@
"lodash": "^4.17.19",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.0",
"vite": "^2.9.11",
"vue": "^3.4.15"
"vite": "^2.9.11"
},
"dependencies": {
"@coreui/vue": "^4.10.2",
"@vueform/multiselect": "^2.5.1",
"flag-icons": "^7.2.0",
"flowbite": "^2.1.1",
"flowbite-vue": "^0.1.3",
"flowbite-vue": "github:skjaro/flowbite-vue",
"laravel-echo": "^1.13.0",
"pusher-js": "^7.3.0",
"sweetalert2": "^11.4.23",
"vee-validate": "^4.12.4",
"vue": "3.3.x",
"vue-google-charts": "^1.1.0",
"vue-multiselect": "^3.0.0-beta.3",
"vue3-easy-data-table": "^1.5.47",
"vue3-multiselect-checkboxed": "^0.0.9",
"vue3-popper": "^1.5.0",
"vuedraggable": "^4.1.0",
"yup": "^1.3.3"
}
},
"bundleDependencies": [
"flowbite-vue"
]
}