24 lines
487 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
} |