-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimportmap.json
20 lines (20 loc) · 861 Bytes
/
importmap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"imports": {
"src/": "./src/",
"entx": "https://deno.land/x/[email protected]/shared.ts",
"entx/client": "https://deno.land/x/[email protected]/client.ts",
"entx/server": "https://deno.land/x/[email protected]/server.ts",
"react": "https://esm.sh/[email protected]",
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/",
"raf/polyfill": "http://esm.sh/[email protected]/polyfill",
"oak/": "https://deno.land/x/[email protected]/",
"zod": "https://deno.land/x/[email protected]/mod.ts",
"std/": "https://deno.land/[email protected]/",
"chemin": "https://deno.land/x/[email protected]/mod.ts",
"history": "http://esm.sh/[email protected]",
"zenjson": "https://deno.land/x/[email protected]/mod.ts",
"nanoid": "https://deno.land/x/[email protected]/mod.ts",
"suub": "https://deno.land/x/[email protected]/mod.ts"
}
}