-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathimport_map.json
More file actions
18 lines (18 loc) · 903 Bytes
/
import_map.json
File metadata and controls
18 lines (18 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"imports": {
"components/": "./components/",
"std/": "https://deno.land/std@0.155.0/",
"aleph/": "https://deno.land/x/aleph@1.0.0-beta.18/",
"aleph/react": "https://deno.land/x/aleph@1.0.0-beta.18/runtime/react/mod.ts",
"aleph/react-client": "https://deno.land/x/aleph@1.0.0-beta.18/runtime/react/client.ts",
"aleph/react-server": "https://deno.land/x/aleph@1.0.0-beta.18/runtime/react/server.ts",
"aleph/react/mdx-loader": "https://deno.land/x/aleph@1.0.0-beta.18/runtime/react/mdx-loader.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/",
"@unocss/preset-uno": "https://esm.sh/@unocss/preset-uno@0.45.14",
"remark-frontmatter": "https://esm.sh/remark-frontmatter@4.0.1",
"rehype-highlight": "https://esm.sh/rehype-highlight@5.0.2"
},
"scopes": {}
}