Files
mapo-core/MP.INVE/libman.json
T
2022-11-10 17:36:31 +01:00

21 lines
457 B
JSON

{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"provider": "cdnjs",
"library": "font-awesome@6.2.0",
"destination": "wwwroot/lib/font-awesome/"
},
{
"provider": "cdnjs",
"library": "bootstrap-icons@1.9.1",
"destination": "wwwroot/lib/bootstrap-icons/"
},
{
"provider": "cdnjs",
"library": "bootstrap@5.2.2",
"destination": "wwwroot/lib/bootstrap/"
}
]
}