30 lines
687 B
JSON
30 lines
687 B
JSON
{
|
|
"version": "3.0",
|
|
"defaultProvider": "cdnjs",
|
|
"libraries": [
|
|
{
|
|
"library": "bootstrap@5.3.7",
|
|
"destination": "wwwroot/lib/bootstrap/"
|
|
},
|
|
{
|
|
"library": "font-awesome@6.7.2",
|
|
"destination": "wwwroot/lib/font-awesome/"
|
|
},
|
|
{
|
|
"library": "bootstrap-icons@1.13.1",
|
|
"destination": "wwwroot/lib/bootstrap-icons/"
|
|
},
|
|
{
|
|
"library": "Chart.js@4.5.0",
|
|
"destination": "wwwroot/lib/chart.js/"
|
|
},
|
|
{
|
|
"library": "chartjs-adapter-moment@1.0.1",
|
|
"destination": "wwwroot/lib/chartjs-adapter-moment/"
|
|
},
|
|
{
|
|
"library": "moment.js@2.30.1",
|
|
"destination": "wwwroot/lib/moment.js/"
|
|
}
|
|
]
|
|
} |