1
0
Fork 0
This commit is contained in:
Jöran Malek 2025-01-29 23:26:50 +01:00
commit 384ff4a6f3
96 changed files with 85066 additions and 0 deletions

38
libman.json Normal file
View file

@ -0,0 +1,38 @@
{
"version": "1.0",
"defaultProvider": "jsdelivr",
"libraries": [
{
"library": "bootstrap@5.3.3",
"destination": "wwwroot/lib/bootstrap/",
"files": [
"LICENSE*",
"dist/**"
]
},
{
"library": "jquery@3.7.1",
"destination": "wwwroot/lib/jquery/",
"files": [
"LICENSE*",
"dist/*"
]
},
{
"library": "jquery-validation@1.21.0",
"destination": "wwwroot/lib/jquery-validation/",
"files": [
"LICENSE*",
"dist/*"
]
},
{
"library": "jquery-validation-unobtrusive@4.0.0",
"destination": "wwwroot/lib/jquery-validation-unobtrusive/",
"files": [
"LICENSE*",
"dist/*"
]
}
]
}