-
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/std@0.178.0/",
"@unocss/core": "https://esm.sh/v108/@unocss/core@0.49.7",
"@unocss/preset-uno": "https://esm.sh/v108/@unocss/preset-uno@0.49.7",
"aleph/": "https://deno.land/x/aleph@1.0.0-beta.33/",
"aleph/server": "https://deno.land/x/aleph@1.0.0-beta.33/server/mod.ts",
"aleph/dev": "https://deno.land/x/aleph@1.0.0-beta.33/server/dev.ts",
"aleph/unocss": "https://deno.land/x/aleph@1.0.0-beta.33/server/unocss.ts",
"aleph/react/mdx-loader": "https://deno.land/x/aleph@1.0.0-beta.33/runtime/react/mdx-loader.ts",
"@mdx-js/react": "https://esm.sh/@mdx-js/react@2.1.3",
"aleph/react": "https://deno.land/x/aleph@1.0.0-beta.33/runtime/react/mod.ts",
"aleph/react-client": "https://deno.land/x/aleph@1.0.0-beta.33/runtime/react/client.ts",
"aleph/react-server": "https://deno.land/x/aleph@1.0.0-beta.33/runtime/react/server.ts",
"react": "https://esm.sh/react@18.2.0",
"react-dom": "https://esm.sh/react-dom@18.2.0",
"react-dom/": "https://esm.sh/react-dom@18.2.0/"
},
"scopes": {}
}