-
Notifications
You must be signed in to change notification settings - Fork 9
/
import_map.json
29 lines (29 loc) · 1.36 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
24
25
26
27
28
29
{
"imports": {
"@/": "./",
"$fresh/": "https://deno.land/x/[email protected]/",
"commmon-tags": "https://esm.sh/[email protected]",
"gpt3-tokenizer": "https://esm.sh/[email protected]",
"openai": "https://esm.sh/[email protected]",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"@supabase/supabase-js": "https://esm.sh/@supabase/[email protected]",
"std/": "https://deno.land/[email protected]/",
"twind": "https://esm.sh/[email protected]",
"twind/": "https://esm.sh/[email protected]/",
"xhr": "https://deno.land/x/[email protected]/mod.ts",
"github-slugger": "npm:[email protected]",
"mdast-util-from-markdown": "npm:[email protected]",
"mdast-util-mdx": "npm:[email protected]",
"mdast-util-to-markdown": "npm:[email protected]",
"mdast-util-to-string": "npm:[email protected]",
"micromark-extension-mdxjs": "npm:[email protected]",
"unist-builder": "npm:[email protected]",
"unist-util-filter": "npm:[email protected]",
"types/mdast": "npm:@types/[email protected]",
"types/estree": "npm:@types/[email protected]"
}
}