2019-12-02 16:52:36 -05:00
|
|
|
{
|
|
|
|
"version": "1.0",
|
2019-12-27 13:10:20 -05:00
|
|
|
"defaultProvider": "jsdelivr",
|
2019-12-02 16:52:36 -05:00
|
|
|
"libraries": [
|
|
|
|
{
|
|
|
|
"library": "jquery@3.3.1",
|
|
|
|
"destination": "wwwroot/lib/jquery/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"library": "popper.js@1.14.7",
|
|
|
|
"destination": "wwwroot/lib/popper.js/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"library": "moment-timezone@0.5.26",
|
|
|
|
"destination": "wwwroot/lib/moment-timezone/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"library": "open-iconic@1.1.1",
|
|
|
|
"destination": "wwwroot/lib/open-iconic/"
|
|
|
|
},
|
|
|
|
{
|
2019-12-27 13:10:20 -05:00
|
|
|
"library": "moment@2.24.0",
|
2019-12-02 16:52:36 -05:00
|
|
|
"destination": "wwwroot/lib/moment.js/"
|
2021-03-22 12:09:25 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"library": "chart.js@2.9.4",
|
|
|
|
"destination": "wwwroot/lib/chart.js"
|
2022-04-19 19:43:58 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"library": "halfmoon@1.1.1",
|
|
|
|
"destination": "wwwroot/lib/halfmoon"
|
2023-01-23 17:38:16 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"library": "vanillajs-datepicker@1.2.0",
|
|
|
|
"destination": "wwwroot/lib/vanillajs-datepicker"
|
2019-12-02 16:52:36 -05:00
|
|
|
}
|
|
|
|
]
|
2022-04-19 19:43:58 -04:00
|
|
|
}
|