blob: 7ba7b9a69c14e73d2d6df9ef80f23ba30c10e756 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "fancyapps-ui@4.0.31",
"destination": "wwwroot\\lib\\fancyapps-ui"
},
{
"library": "bootstrap@5.1.3",
"destination": "wwwroot\\lib\\bootstrap"
},
{
"library": "font-awesome@6.3.0",
"destination": "wwwroot\\lib\\font-awesome"
}
]
}
|