-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathimport_map.json
More file actions
20 lines (19 loc) · 851 Bytes
/
Copy pathimport_map.json
File metadata and controls
20 lines (19 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"imports": {
"@/": "./",
"$fresh/": "https://raw.githubusercontent.com/denoland/fresh/1.1.1/",
"preact": "https://esm.sh/preact@10.10.6",
"preact/": "https://esm.sh/preact@10.10.6/",
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.2/",
"twind": "https://esm.sh/twind@0.16.17",
"twind/": "https://esm.sh/twind@0.16.17/",
"twas": "https://esm.sh/twas@2.1.2",
"$std/": "https://deno.land/std@0.144.0/",
"supabase": "https://cdn.skypack.dev/@supabase/supabase-js?dts",
"supabase-client": "https://esm.sh/v104/@supabase/supabase-js@2.1.3?target=es2019",
"emojify": "https://esm.sh/@twuni/emojify@1.0.2",
"$postgres": "https://deno.land/x/postgresjs@v3.3.2/mod.js",
"openai" :"https://deno.land/x/openai@1.3.1/mod.ts",
"seo":"https://deno.land/x/fresh_seo/mod.ts"
}
}