-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathimport_map.json
More file actions
17 lines (17 loc) · 836 Bytes
/
import_map.json
File metadata and controls
17 lines (17 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"imports": {
"$fresh/": "https://deno.land/x/fresh@1.1.1/",
"preact": "https://esm.sh/preact@10.11.0",
"preact/": "https://esm.sh/preact@10.11.0/",
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4",
"@unocss/core": "https://esm.sh/@unocss/core@0.45.24",
"@unocss/preset-wind": "https://esm.sh/@unocss/preset-wind@0.45.24?bundle&no-check",
"@unocss/preset-web-fonts": "https://esm.sh/@unocss/preset-web-fonts@0.45.24?bundle&no-check",
"$std/": "https://deno.land/std@0.157.0/",
"kysely": "https://esm.sh/kysely@0.21.6",
"sqlite": "https://deno.land/x/sqlite@v3.5.0/mod.ts",
"djwt": "https://deno.land/x/djwt@v2.7/mod.ts",
"@preact/signals": "https://esm.sh/*@preact/signals@1.0.3",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1"
}
}