-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathimport_map.json
More file actions
16 lines (16 loc) · 769 Bytes
/
import_map.json
File metadata and controls
16 lines (16 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"imports": {
"og_edge": "https://deno.land/x/[email protected]/mod.ts",
"oak": "https://deno.land/x/[email protected]/mod.ts",
"grammy": "https://deno.land/x/[email protected]/mod.ts",
"react": "https://esm.sh/[email protected]",
"std/server": "https://deno.land/[email protected]/http/server.ts",
"stripe": "https://esm.sh/[email protected]?target=deno",
"sift": "https://deno.land/x/[email protected]/mod.ts",
"@supabase/supabase-js": "https://esm.sh/@supabase/[email protected]",
"postgres": "https://deno.land/x/[email protected]/mod.ts",
"@upstash/redis": "https://deno.land/x/[email protected]/mod.ts",
"@upstash/ratelimit": "https://cdn.skypack.dev/@upstash/ratelimit@latest",
"puppeteer": "https://deno.land/x/[email protected]/mod.ts"
}
}