mirror of https://github.com/ErsatzTV/ErsatzTV.git
10 changed files with 4734 additions and 10 deletions
@ -0,0 +1,36 @@
@@ -0,0 +1,36 @@
|
||||
{ |
||||
"version": "3.0", |
||||
"defaultProvider": "cdnjs", |
||||
"libraries": [ |
||||
{ |
||||
"library": "hls.js@1.6.13", |
||||
"destination": "wwwroot/lib/hls.js", |
||||
"files": [ |
||||
"hls.min.js" |
||||
] |
||||
}, |
||||
{ |
||||
"provider": "jsdelivr", |
||||
"library": "sortablejs@1.15.6", |
||||
"destination": "wwwroot/lib/sortablejs", |
||||
"files": [ |
||||
"Sortable.js" |
||||
] |
||||
}, |
||||
{ |
||||
"library": "jqueryui@1.14.1", |
||||
"destination": "wwwroot/lib/jqueryui", |
||||
"files": [ |
||||
"themes/base/jquery-ui.css", |
||||
"jquery-ui.min.js" |
||||
] |
||||
}, |
||||
{ |
||||
"library": "jquery@3.7.1", |
||||
"destination": "wwwroot/lib/jquery", |
||||
"files": [ |
||||
"jquery.min.js" |
||||
] |
||||
} |
||||
] |
||||
} |
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue