-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathimport_map.json
22 lines (22 loc) · 1.15 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
{
"imports": {
"@/": "./",
"@twind/aspect-ratio": "https://esm.sh/v98/@twind/[email protected]",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"twind": "https://esm.sh/[email protected]",
"twind/": "https://esm.sh/[email protected]/",
"$std/": "https://deno.land/[email protected]/",
"swr": "https://esm.sh/v98/[email protected]?alias=react:preact/compat&external=preact/compat",
"@kodadot1/uniquery": "https://esm.sh/@kodadot1/[email protected]",
"@kodadot1/uniquery/": "https://esm.sh/@kodadot1/[email protected]/",
"@kodadot1/static": "https://esm.sh/@kodadot1/[email protected]",
"@kodadot1/static/": "https://esm.sh/@kodadot1/[email protected]/",
"@polkadot/extension-inject": "https://esm.sh/@polkadot/[email protected]",
"@polkadot/extension-inject/": "https://esm.sh/@polkadot/[email protected]/"
}
}