-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimport_map.json
More file actions
20 lines (20 loc) · 1.04 KB
/
import_map.json
File metadata and controls
20 lines (20 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"imports": {
"~/": "./",
"std/": "https://deno.land/std@0.180.0/",
"aleph/": "https://deno.land/x/aleph@1.0.0-beta.43/",
"aleph/react": "https://deno.land/x/aleph@1.0.0-beta.43/framework/react/mod.ts",
"aleph/plugins/react": "https://deno.land/x/aleph@1.0.0-beta.43/framework/react/plugin.ts",
"aleph/plugins/deploy": "https://deno.land/x/aleph@1.0.0-beta.43/plugins/deploy.ts",
"aleph/plugins/unocss": "https://deno.land/x/aleph@1.0.0-beta.43/plugins/unocss.ts",
"aleph/dev": "https://deno.land/x/aleph@1.0.0-beta.43/server/dev.ts",
"aleph/server": "https://deno.land/x/aleph@1.0.0-beta.43/server/mod.ts",
"@unocss/core": "https://esm.sh/v126/@unocss/core@0.50.6",
"@unocss/preset-uno": "https://esm.sh/v126/@unocss/preset-uno@0.50.6",
"react-dom": "https://esm.sh/v126/react-dom@18.2.0",
"react-dom/": "https://esm.sh/v126/react-dom@18.2.0/",
"react": "https://esm.sh/v126/react@18.2.0",
"unocss-preset-scrollbar-hide": "https://esm.sh/v126/*unocss-preset-scrollbar-hide@1.0.1"
},
"scopes": {}
}