Initial commit
This commit is contained in:
@@ -0,0 +1,108 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"defaultProvider": "cdnjs",
|
||||
"libraries": [
|
||||
{
|
||||
"library": "jquery@3.7.1",
|
||||
"destination": "wwwroot/lib/jquery/",
|
||||
"files": [
|
||||
"jquery.min.js",
|
||||
"jquery.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"library": "jquery-validate@1.19.5",
|
||||
"destination": "wwwroot/lib/jquery-validation/dist/",
|
||||
"files": [
|
||||
"jquery.validate.min.js",
|
||||
"jquery.validate.js",
|
||||
"additional-methods.min.js",
|
||||
"additional-methods.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"library": "jquery-validation-unobtrusive@4.0.0",
|
||||
"destination": "wwwroot/lib/jquery-validation-unobtrusive/",
|
||||
"files": [
|
||||
"jquery.validate.unobtrusive.min.js",
|
||||
"jquery.validate.unobtrusive.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"library": "bootstrap@5.3.2",
|
||||
"destination": "wwwroot/lib/bootstrap/",
|
||||
"files": [
|
||||
"css/bootstrap.min.css",
|
||||
"css/bootstrap.css",
|
||||
"js/bootstrap.bundle.min.js",
|
||||
"js/bootstrap.bundle.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"library": "bootstrap-icons@1.11.1",
|
||||
"destination": "wwwroot/lib/bootstrap-icons/",
|
||||
"files": [
|
||||
"font/bootstrap-icons.css",
|
||||
"font/fonts/bootstrap-icons.woff",
|
||||
"font/fonts/bootstrap-icons.woff2"
|
||||
]
|
||||
},
|
||||
{
|
||||
"library": "Sortable@1.15.0",
|
||||
"destination": "wwwroot/lib/sortablejs/",
|
||||
"files": [
|
||||
"Sortable.min.js",
|
||||
"Sortable.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"library": "select2@4.1.0-rc.0",
|
||||
"destination": "wwwroot/lib/select2/",
|
||||
"files": [
|
||||
"css/select2.min.css",
|
||||
"js/select2.min.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"library": "toastr.js@2.1.4",
|
||||
"destination": "wwwroot/lib/toastr/",
|
||||
"files": [
|
||||
"toastr.min.css",
|
||||
"toastr.min.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"provider": "unpkg",
|
||||
"library": "@microsoft/signalr@8.0.7",
|
||||
"destination": "wwwroot/lib/microsoft/signalr/",
|
||||
"files": [
|
||||
"dist/browser/signalr.min.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"provider": "cdnjs",
|
||||
"library": "Chart.js@4.4.0",
|
||||
"destination": "wwwroot/lib/chartjs/",
|
||||
"files": [
|
||||
"chart.umd.min.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"provider": "cdnjs",
|
||||
"library": "tom-select@2.3.1",
|
||||
"destination": "wwwroot/lib/tom-select/",
|
||||
"files": [
|
||||
"css/tom-select.bootstrap5.min.css",
|
||||
"js/tom-select.complete.min.js"
|
||||
]
|
||||
},
|
||||
{
|
||||
"provider": "cdnjs",
|
||||
"library": "marked@12.0.0",
|
||||
"destination": "wwwroot/lib/marked/",
|
||||
"files": [
|
||||
"marked.min.js"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user