Daniel Wathen 72e7a55ab4 Updated daily report to show correct information when two work weeks split quarters.
Also current changes to project with Blazor implementation is implemented here as well.
2023-04-03 09:58:28 -07:00

43 lines
1.2 KiB
JSON

{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "bootstrap@5.2.3",
"destination": "wwwroot/lib/bootstrap/"
},
{
"provider": "unpkg",
"library": "@fortawesome/fontawesome-free@6.3.0",
"destination": "wwwroot/lib/fortawesome/fontawesome-free/",
"files": [
"css/all.css",
"css/all.min.css",
"css/brands.css",
"css/brands.min.css",
"css/fontawesome.css",
"css/fontawesome.min.css",
"css/regular.css",
"css/regular.min.css",
"css/solid.css",
"css/solid.min.css",
"css/svg-with-js.css",
"css/svg-with-js.min.css",
"css/v4-font-face.css",
"css/v4-font-face.min.css",
"css/v4-shims.css",
"css/v4-shims.min.css",
"css/v5-font-face.css",
"css/v5-font-face.min.css",
"webfonts/fa-brands-400.ttf",
"webfonts/fa-brands-400.woff2",
"webfonts/fa-regular-400.ttf",
"webfonts/fa-regular-400.woff2",
"webfonts/fa-solid-900.ttf",
"webfonts/fa-solid-900.woff2",
"webfonts/fa-v4compatibility.ttf",
"webfonts/fa-v4compatibility.woff2"
]
}
]
}