-
Notifications
You must be signed in to change notification settings - Fork 0
/
import-map.json
35 lines (35 loc) · 2.05 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
{
"imports": {
"@/": "./",
"@headlessui/react": "https://esm.sh/@headlessui/react?dev&external=react,react-dom",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"$fresh/": "https://deno.land/x/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact/debug": "https://esm.sh/[email protected]/debug#^",
"preact/hooks": "https://esm.sh/[email protected]/hooks#^",
"preact/jsx-runtime": "https://esm.sh/[email protected]/jsx-runtime#^",
"prefetch": "https://deno.land/x/[email protected]/mod.ts#^",
"react-dom": "https://esm.sh/[email protected]/compat",
"react": "https://esm.sh/[email protected]/compat",
"std/async": "https://deno.land/[email protected]/async/mod.ts#^",
"std/dotenv/load": "https://deno.land/[email protected]/dotenv/load.ts#^",
"std/http": "https://deno.land/[email protected]/http/mod.ts#^",
"std/path": "https://deno.land/[email protected]/path/mod.ts#^",
"std/uuid": "https://deno.land/std/[email protected]/mod.ts#^",
"lodash-es": "https://esm.sh/[email protected]#^",
"react-icons/tb": "https://esm.sh/react-icons/tb?dev&external=react,react-dom",
"@js-temporal/polyfill": "npm:@js-temporal/[email protected]",
"@twind/core": "https://esm.sh/@twind/[email protected]",
"@twind/preset-tailwind": "https://esm.sh/@twind/[email protected]",
"@twind/preset-autoprefix": "https://esm.sh/@twind/[email protected]",
"@use-gesture/react": "./patches/esm.sh/v131/@use-gesture/[email protected]/X-ZS9yZWFjdA/esnext/react.development.js",
"clsx": "https://esm.sh/[email protected]",
"@react-spring/web": "https://esm.sh/@react-spring/[email protected]?dev&external=react,react-dom",
"usehooks-ts": "https://esm.sh/[email protected]?dev&external=react,react-dom",
"@formkit/auto-animate": "./patches/cdn.jsdelivr.net/npm/@formkit/[email protected]/index.mjs",
"@formkit/auto-animate/preact": "./patches/cdn.jsdelivr.net/npm/@formkit/[email protected]/preact/index.mjs"
}
}