-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport_map.json
25 lines (25 loc) · 1.46 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
24
25
{
"imports": {
"~/": "./",
"std/": "https://deno.land/[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/plugins/deploy": "https://deno.land/x/[email protected]/plugins/deploy.ts",
"aleph/plugins/unocss": "https://deno.land/x/[email protected]/plugins/unocss.ts",
"@unocss/core": "https://esm.sh/v117/@unocss/[email protected]",
"@unocss/preset-uno": "https://esm.sh/v117/@unocss/[email protected]",
"@unocss/preset-web-fonts": "https://esm.sh/v117/@unocss/[email protected]",
"aleph/react": "https://deno.land/x/[email protected]/framework/react/mod.ts",
"aleph/plugins/react": "https://deno.land/x/[email protected]/framework/react/plugin.ts",
"react": "https://esm.sh/v117/[email protected]",
"react-dom": "https://esm.sh/v117/[email protected]",
"react-dom/": "https://esm.sh/v117/[email protected]/",
"dotenv": "https://deno.land/[email protected]/dotenv/mod.ts",
"@7-docs/edge": "https://esm.sh/@7-docs/[email protected]",
"react-markdown": "https://esm.sh/[email protected]?&no-dts&external=react,react-dom",
"react-syntax-highlighter": "https://esm.sh/[email protected]?no-dts&external=react,react-dom",
"react-syntax-highlighter/": "https://esm.sh/[email protected]&no-dts&external=react,react-dom/"
},
"scopes": {}
}