-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibman.json
38 lines (38 loc) · 839 Bytes
/
libman.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "moment.js@2.29.1",
"destination": "wwwroot/lib/moment.js/"
},
{
"library": "font-awesome@5.15.4",
"destination": "wwwroot/lib/font-awesome/"
},
{
"library": "fullcalendar@4.2.0",
"destination": "wwwroot/lib/fullcalendar/"
},
{
"library": "datatable@2.0.2",
"destination": "wwwroot/lib/datatable/"
},
{
"library": "sweetalert@2.1.2",
"destination": "wwwroot/lib/sweetalert/"
},
{
"library": "select2@4.0.13",
"destination": "wwwroot/lib/select2/"
},
{
"library": "jquery@3.6.0",
"destination": "wwwroot/lib/jquery/"
},
{
"library": "jqueryui@1.12.1",
"destination": "wwwroot/lib/jqueryui/"
}
]
}