-
Notifications
You must be signed in to change notification settings - Fork 0
/
importMap.json
32 lines (27 loc) · 1.6 KB
/
importMap.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
{
"imports": {
"react": ".///packages/react/mod.ts",
"react/": "https://esm.sh/[email protected]/",
"react/jsx-dev-runtime": "https://esm.sh/[email protected]/jsx-dev-runtime",
"react-dom": "https://esm.sh/[email protected]",
"react-dom/server": "https://esm.sh/[email protected]/server?dev",
"react-dom/client": "https://esm.sh/[email protected]/client?dev",
"react-router-dom": "https://esm.sh/[email protected]?external=react",
"react-router-dom/server": "https://esm.sh/[email protected]/server?external=react",
"react-transition-group": "https://esm.sh/[email protected]?external=react",
"@tanstack/react-query": "https://esm.sh/@tanstack/[email protected]?external=react",
"@tanstack/react-query-devtools": "https://esm.sh/v122/@tanstack/[email protected]?external=react,@tanstack/react-query&dev",
"@trpc/server": "https://esm.sh/v122/@trpc/[email protected]",
"@trpc/server/": "https://esm.sh/v122/@trpc/[email protected]/",
"@trpc/client": "https://esm.sh/v122/*@trpc/[email protected]",
"@trpc/client/": "https://esm.sh/v122/*@trpc/[email protected]/",
"@trpc/react-query": "https://esm.sh/v122/*@trpc/[email protected]",
"zod": "https://deno.land/x/[email protected]/mod.ts",
"s3_lite_client": "https://deno.land/x/[email protected]/mod.ts",
"react-helmet-async": "https://esm.sh/[email protected]?external=react",
"kvdex/": "https://deno.land/x/[email protected]/",
"ultra/": "https://deno.land/x/[email protected]/",
"mesozoic/": "https://deno.land/x/[email protected]/",
"@/": "./"
}
}