Details Person

This commit is contained in:
cgfhtw
2023-09-27 09:16:42 +02:00
parent bd92777b96
commit 9eeaeb2a14
8 changed files with 409 additions and 66 deletions
+25 -1
View File
@@ -26,6 +26,28 @@
"wiki": "https://wiki.fhcomplete.info/doku.php"
},
"repositories": [
{
"type": "package",
"package": {
"name": "vuepic/vue-datepicker-js",
"version": "4.0.0",
"dist": {
"url": "https://unpkg.com/@vuepic/vue-datepicker@4.0.0/dist/vue-datepicker.iife.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "vuepic/vue-datepicker-css",
"version": "4.0.0",
"dist": {
"url": "https://unpkg.com/@vuepic/vue-datepicker@4.0.0/dist/main.css",
"type": "file"
}
}
},
{
"type": "package",
"package": {
@@ -420,7 +442,9 @@
"twbs/bootstrap5": "5.1.*",
"vuejs/vuejs3": "3.2.33",
"vuejs/vuerouter4": "4.1.3"
"vuejs/vuerouter4": "4.1.3",
"vuepic/vue-datepicker-js": "4.*",
"vuepic/vue-datepicker-css": "4.*"
},
"config": {
"bin-dir": "vendor/bin"