removed image

This commit is contained in:
Torsten Schulz (server)
2024-09-11 16:10:11 +00:00
parent 3b1021f7c8
commit 43298c1b24
26 changed files with 1413 additions and 200 deletions

13
package-lock.json generated
View File

@@ -10,7 +10,8 @@
"license": "ISC",
"dependencies": {
"@babel/eslint-parser": "^7.25.1",
"vue-eslint-parser": "^9.4.3"
"vue-eslint-parser": "^9.4.3",
"vue-multiselect": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.24.8",
@@ -4824,6 +4825,16 @@
"node": ">=10"
}
},
"node_modules/vue-multiselect": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-3.0.0.tgz",
"integrity": "sha512-uupKdINgz7j83lQToCL7KkgQQxvG43el++hsR39YT9pCe1DwzUGmKzPxjVP6rqskXed5P6DtUASYAlCliW740Q==",
"license": "MIT",
"engines": {
"node": ">= 14.18.1",
"npm": ">= 6.14.15"
}
},
"node_modules/which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",