19 lines
388 B
JSON
19 lines
388 B
JSON
{
|
|
"version": "1.0",
|
|
"defaultProvider": "cdnjs",
|
|
"libraries": [
|
|
{
|
|
"library": "bootstrap@5.3.2",
|
|
"destination": "wwwroot/lib/bootstrap/"
|
|
},
|
|
{
|
|
"library": "popper.js@1.16.1",
|
|
"destination": "wwwroot/popper.js/"
|
|
},
|
|
{
|
|
"provider": "cdnjs",
|
|
"library": "font-awesome@6.6.0",
|
|
"destination": "wwwroot/lib/font-awesome/"
|
|
}
|
|
]
|
|
} |