-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
54 lines (54 loc) · 1.96 KB
/
package-lock.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "orpheus",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@catppuccin/palette": "^1.7.1",
"@picocss/pico": "2.0.6",
"htmx-ext-head-support": "^2.0.3",
"htmx-ext-preload": "^2.1.0",
"htmx.org": "2.0.4"
}
},
"node_modules/@catppuccin/palette": {
"version": "1.7.1",
"resolved": "https://registry.npmjs.org/@catppuccin/palette/-/palette-1.7.1.tgz",
"integrity": "sha512-aRc1tbzrevOTV7nFTT9SRdF26w/MIwT4Jwt4fDMc9itRZUDXCuEDBLyz4TQMlqO9ZP8mf5Hu4Jr6D03NLFc6Gw==",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/catppuccin"
},
{
"type": "github",
"url": "https://github.com/sponsors/catppuccin"
}
]
},
"node_modules/@picocss/pico": {
"version": "2.0.6",
"resolved": "https://registry.npmjs.org/@picocss/pico/-/pico-2.0.6.tgz",
"integrity": "sha512-/d8qsykowelD6g8k8JYgmCagOIulCPHMEc2NC4u7OjmpQLmtSetLhEbt0j1n3fPNJVcrT84dRp0RfJBn3wJROA==",
"engines": {
"node": ">=18.19.0"
}
},
"node_modules/htmx-ext-head-support": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/htmx-ext-head-support/-/htmx-ext-head-support-2.0.3.tgz",
"integrity": "sha512-iiIdDe7OWInyK0QnyESq7aFZB6P+hmfV2KG0OtCvWn+pQJmzAJ5WdftHziMHvjNgknaq1nFQO5HYfshIdwRD4g=="
},
"node_modules/htmx-ext-preload": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/htmx-ext-preload/-/htmx-ext-preload-2.1.0.tgz",
"integrity": "sha512-or/BOusAgeIXHRdw+DvP4aPh+/tkafu6RjDLB+5x0r11HCdV2krhPTp81xS9Gj6+LHSAAwy0v6Jn4VRPH3FnDg=="
},
"node_modules/htmx.org": {
"version": "2.0.4",
"resolved": "https://registry.npmjs.org/htmx.org/-/htmx.org-2.0.4.tgz",
"integrity": "sha512-HLxMCdfXDOJirs3vBZl/ZLoY+c7PfM4Ahr2Ad4YXh6d22T5ltbTXFFkpx9Tgb2vvmWFMbIc3LqN2ToNkZJvyYQ=="
}
}
}