-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimport_map.json
More file actions
19 lines (19 loc) · 793 Bytes
/
import_map.json
File metadata and controls
19 lines (19 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"imports": {
"$fresh/": "https://deno.land/x/fresh@1.1.3/",
"preact": "https://esm.sh/preact@10.11.0",
"preact/": "https://esm.sh/preact@10.11.0/",
"preact-render-to-string": "https://esm.sh/*preact-render-to-string@5.2.4",
"twind": "https://esm.sh/twind@0.16.17",
"twind/": "https://esm.sh/twind@0.16.17/",
"/consts/": "./consts/",
"/types/": "./types/",
"/utils/": "./utils/",
"/islands/": "./islands/",
"/components/": "./components/",
"@preact/signals": "https://esm.sh/*@preact/signals@1.0.3",
"@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.0.1",
"copy": "https://esm.sh/copy-to-clipboard@3.3.2",
"framer-motion": "https://esm.sh/framer-motion@10.0.1?alias=react:preact/compat&external=preact/compat"
}
}