-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimportMap.local.json
More file actions
32 lines (27 loc) · 1.52 KB
/
importMap.local.json
File metadata and controls
32 lines (27 loc) · 1.52 KB
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": "https://esm.sh/react@18.2.0?dev",
"react/": "https://esm.sh/react@18.2.0/",
"react/jsx-dev-runtime": "https://esm.sh/react@18.2.0/jsx-dev-runtime",
"react-dom": "https://esm.sh/react-dom@18.2.0",
"react-dom/server": "https://esm.sh/react-dom@18.2.0/server?dev",
"react-dom/client": "https://esm.sh/react-dom@18.2.0/client?dev",
"react-router-dom": "https://esm.sh/react-router-dom@6.3.0?external=react",
"react-router-dom/server": "https://esm.sh/react-router-dom@6.3.0/server?external=react",
"react-transition-group": "https://esm.sh/react-transition-group@4.4.5?external=react",
"@tanstack/react-query": "https://esm.sh/@tanstack/react-query@4.2.3?external=react",
"@tanstack/react-query-devtools": "https://esm.sh/v122/@tanstack/react-query-devtools@4.13.0?external=react,@tanstack/react-query&dev",
"@trpc/server": "https://esm.sh/v122/@trpc/server@10.0.0",
"@trpc/server/": "https://esm.sh/v122/@trpc/server@10.0.0/",
"@trpc/client": "https://esm.sh/v122/*@trpc/client@10.0.0",
"@trpc/client/": "https://esm.sh/v122/*@trpc/client@10.0.0/",
"@trpc/react-query": "https://esm.sh/v122/*@trpc/react-query@10.0.0",
"zod": "https://deno.land/x/zod@v3.22.4/mod.ts",
"s3_lite_client": "https://deno.land/x/s3_lite_client@0.6.1/mod.ts",
"react-helmet-async": "https://esm.sh/react-helmet-async@1.3.0?external=react",
"kvdex/": "https://deno.land/x/kvdex@v0.31.0/",
"ultra/": "../ultra/",
"mesozoic/": "../mesozoic/",
"@/": "./"
}
}