-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
import_map.json
42 lines (42 loc) · 1.81 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"imports": {
"~/": "./",
"/": "./",
"./": "./",
"src/": "./src/",
"deps.ts": "./deps.ts",
"~/deps": "./deps.ts",
"~/deps.ts": "./deps.ts",
"#imports": "./deps.ts",
"#utils": "./src/utils.ts",
"#constants": "./src/constants.ts",
"std/": "https://deno.land/[email protected]/",
"esm/": "https://esm.sh/",
"preact": "https://esm.sh/[email protected]",
"preact/render": "https://esm.sh/[email protected]?external=preact&target=deno",
"preact/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime",
"preact/jsx-dev-runtime": "https://esm.sh/[email protected]/jsx-dev-runtime",
"preact/": "https://esm.sh/[email protected]/",
"case": "https://deno.land/x/[email protected]/mod.ts",
"culori": "https://deno.land/x/[email protected]/index.js?dts",
"culori/": "https://deno.land/x/[email protected]/",
"htm": "https://deno.land/x/[email protected]/mod.ts",
"htm/": "https://deno.land/x/[email protected]/",
"sift": "https://deno.land/x/[email protected]/mod.ts",
"sift/": "https://deno.land/x/[email protected]/",
"colorhash": "https://deno.land/x/[email protected]/mod.ts",
"resvg": "https://deno.land/x/[email protected]/mod.ts",
"aleph/server": "https://deno.land/x/aleph/server/mod.ts",
"aleph/": "https://deno.land/x/[email protected]/",
"@unocss/": "https://deno.land/x/[email protected]/lib/@unocss/",
"911": "https://deno.land/x/[email protected]/mod.ts",
"911/": "https://deno.land/x/[email protected]/src/",
"etag": "https://deno.land/x/[email protected]/mod.ts",
"is": "https://deno.land/x/[email protected]/mod.ts",
"this": "https://deno.land/x/[email protected]/mod.ts",
"this/": "https://deno.land/x/[email protected]/",
"serialize": "https://deno.land/x/[email protected]/mod.ts",
"storage": "https://deno.land/x/[email protected]/mod.ts"
},
"scopes": {}
}