-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibman.json
More file actions
46 lines (46 loc) · 952 Bytes
/
Copy pathlibman.json
File metadata and controls
46 lines (46 loc) · 952 Bytes
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
39
40
41
42
43
44
45
46
{
"version": "1.0",
"defaultProvider": "cdnjs",
"libraries": [
{
"library": "alpinejs@3.14.1",
"destination": "static/lib/alpinejs",
"files": [
"cdn.min.js"
]
},
{
"library": "font-awesome@6.6.0",
"destination": "static/lib/font-awesome",
"files": [
"css/all.min.css",
"js/all.min.js",
"sprites/*",
"webfonts/*"
]
},
{
"library": "htmx@2.0.2",
"destination": "static/lib/htmx",
"files": [
"htmx.min.js"
]
},
{
"provider": "unpkg",
"library": "hyperscript.org@0.9.12",
"destination": "static/lib/hyperscript.org",
"files": [
"dist/_hyperscript.min.js"
]
},
{
"library": "sweetalert2@11.14.0",
"destination": "static/lib/sweetalert2",
"files": [
"sweetalert2.min.css",
"sweetalert2.all.min.js"
]
}
]
}