feat: improve multiselect field

This commit is contained in:
Björn Fromme
2024-08-27 10:24:40 +02:00
parent 21ed817a63
commit 39904806f5
4 changed files with 2669 additions and 3074 deletions
+5 -6
View File
@@ -1,6 +1,6 @@
{
"name": "myep-team",
"devDependencies": {
"dependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.0.0",
@@ -14,12 +14,15 @@
"dropzone": "^6.0.0-beta.2",
"file-loader": "^6.2.0",
"flatpickr": "^4.6.13",
"mjml": "^4.14.1",
"htmx.org": "^1.9.10",
"mjml": "^4.15.3",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.3.3",
"pretty-bytes": "^6.1.1",
"regenerator-runtime": "^0.13.9",
"sortablejs": "^1.15.0",
"stimulus-use": "^0.52.2",
"tailwindcss": "^3.3.3",
"tippy.js": "^6.3.7",
"toastify-js": "^1.12.0",
@@ -34,9 +37,5 @@
"watch": "encore dev --watch",
"build": "encore production --progress",
"mjml": "mjml assets/mjml/layout.mjml -o templates/email/layout.html.twig"
},
"dependencies": {
"htmx.org": "^1.9.10",
"sortablejs": "^1.15.0"
}
}