BCards/src/BCards.Web/libman.json
2025-06-24 23:25:02 -03:00

24 lines
487 B
JSON

{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"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": "jquery@3.7.1",
"destination": "wwwroot/lib/jquery/",
"files": [
"jquery.min.js",
"jquery.js"
]
}
]
}