This commit is contained in:
2023-01-22 19:59:20 +01:00
parent 7540dd66c0
commit d62924c2bb
5 changed files with 37 additions and 3 deletions

17
package-lock.json generated
View File

@@ -13,6 +13,7 @@
"@suadelabs/vue3-multiselect": "^1.0.2",
"dayjs": "^1.11.7",
"font-awesome": "^4.7.0",
"vue-json-to-html-table": "^0.0.7",
"vue-tailwind-datepicker": "^1.2.6"
},
"devDependencies": {
@@ -2256,6 +2257,14 @@
"@vue/shared": "3.2.45"
}
},
"node_modules/vue-json-to-html-table": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/vue-json-to-html-table/-/vue-json-to-html-table-0.0.7.tgz",
"integrity": "sha512-9EOAabId86DkGCR5KO5AEmMXOa7YTAgcubDCdHMx6SbcU29EnxeyoT0IFPwEkJcTZ4PQLtCgwaREUl85DjNl9w==",
"dependencies": {
"vue": "^3.2.16"
}
},
"node_modules/vue-tailwind-datepicker": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/vue-tailwind-datepicker/-/vue-tailwind-datepicker-1.2.6.tgz",
@@ -3777,6 +3786,14 @@
"@vue/shared": "3.2.45"
}
},
"vue-json-to-html-table": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/vue-json-to-html-table/-/vue-json-to-html-table-0.0.7.tgz",
"integrity": "sha512-9EOAabId86DkGCR5KO5AEmMXOa7YTAgcubDCdHMx6SbcU29EnxeyoT0IFPwEkJcTZ4PQLtCgwaREUl85DjNl9w==",
"requires": {
"vue": "^3.2.16"
}
},
"vue-tailwind-datepicker": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/vue-tailwind-datepicker/-/vue-tailwind-datepicker-1.2.6.tgz",