-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport_map.json
23 lines (23 loc) · 1.22 KB
/
import_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"imports": {
"$components/": "./components/",
"$sections/": "./sections/",
"$live/": "https://deno.land/x/[email protected]/",
"partytown/": "https://deno.land/x/[email protected]/",
"inspect_vscode/": "https://deno.land/x/[email protected]/",
"supabase": "https://esm.sh/@supabase/[email protected]",
"heroicons": "https://esm.sh/@heroicons/[email protected]/24/outline?alias=react:preact/compat&external=preact/compat",
"json-schema": "https://esm.sh/v92/@types/[email protected]/X-YS9yZWFjdDpwcmVhY3QvY29tcGF0CmQvcHJlYWN0QDEwLjEwLjY/index.d.ts",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"twind": "https://esm.sh/v96/[email protected]",
"twind/": "https://esm.sh/v96/[email protected]/",
"std/": "https://deno.land/[email protected]/",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"swr": "https://esm.sh/[email protected]?alias=react:preact/compat&external=preact/compat",
"prefetch": "https://deno.land/x/[email protected]/mod.ts"
}
}