24 lines
483 B
JSON
24 lines
483 B
JSON
{
|
|
"version": "1.0",
|
|
"defaultProvider": "cdnjs",
|
|
"libraries": [
|
|
{
|
|
"library": "bootstrap@5.2.3",
|
|
"destination": "wwwroot/lib/css/bootstrap/"
|
|
},
|
|
{
|
|
"library": "font-awesome@6.3.0",
|
|
"destination": "wwwroot/lib/font-awesome/"
|
|
},
|
|
{
|
|
"library": "Chart.js@4.3.0",
|
|
"destination": "wwwroot/lib/Chart.js/",
|
|
"files": [
|
|
"chart.min.js",
|
|
"helpers.min.js",
|
|
"helpers.js",
|
|
"chart.js"
|
|
]
|
|
}
|
|
]
|
|
} |