Files
lux/Lux.UI/libman.json
T
2025-07-18 08:39:10 +02:00

18 lines
377 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/"
}
]
}