ls-deno/import_map.json

16 lines
598 B
JSON
Raw Permalink Normal View History

2022-09-27 14:41:17 -05:00
{
"imports": {
2022-10-01 14:03:15 -05:00
"@/": "./",
2022-11-09 16:55:27 -06:00
"$std/": "https://deno.land/std@0.162.0/",
2022-11-10 14:34:27 -06:00
"$fresh/": "https://raw.githubusercontent.com/lytedev/fresh/1.1.2-df/",
2022-10-21 03:06:37 -05:00
"$freshrel/": "../fresh/",
2022-09-27 14:41:17 -05:00
"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",
"@preact/signals": "https://esm.sh/*@preact/signals@1.0.3",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1",
"twind": "https://esm.sh/twind@0.16.17",
"twind/": "https://esm.sh/twind@0.16.17/"
}
}