-
Notifications
You must be signed in to change notification settings - Fork 0
/
import_map.json
23 lines (23 loc) · 1.14 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": {
"~/": "./",
"OpenGraphEmbed": "./components/OpenGraphEmbed.tsx",
"BlogIndex": "./components/BlogIndex.tsx",
"std/": "https://deno.land/[email protected]/",
"@unocss/core": "https://esm.sh/v108/@unocss/[email protected]",
"@unocss/preset-uno": "https://esm.sh/v108/@unocss/[email protected]",
"aleph/": "https://deno.land/x/[email protected]/",
"aleph/server": "https://deno.land/x/[email protected]/server/mod.ts",
"aleph/dev": "https://deno.land/x/[email protected]/server/dev.ts",
"aleph/unocss": "https://deno.land/x/[email protected]/server/unocss.ts",
"aleph/react/mdx-loader": "https://deno.land/x/[email protected]/runtime/react/mdx-loader.ts",
"@mdx-js/react": "https://esm.sh/@mdx-js/[email protected]",
"aleph/react": "https://deno.land/x/[email protected]/runtime/react/mod.ts",
"aleph/react-client": "https://deno.land/x/[email protected]/runtime/react/client.ts",
"aleph/react-server": "https://deno.land/x/[email protected]/runtime/react/server.ts",
"react": "https://esm.sh/[email protected]",
"react-dom": "https://esm.sh/[email protected]",
"react-dom/": "https://esm.sh/[email protected]/"
},
"scopes": {}
}