Files
egwcorelib/EgwCoreLib.BlazorTest/libman.json
T
Samuele Locatelli a42c62929e Update lib bootstrap
2024-02-23 16:37:29 +01:00

19 lines
389 B
JSON

{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "bootstrap@5.2.3",
"destination": "wwwroot/lib/bootstrap/"
},
{
"library": "font-awesome@6.3.0",
"destination": "wwwroot/lib/font-awesome/"
},
{
"provider": "cdnjs",
"library": "Chart.js@4.4.1",
"destination": "wwwroot/lib/Chart.js/"
}
]
}