-
-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathimportMap.dev.json
37 lines (37 loc) · 2.47 KB
/
importMap.dev.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
36
37
{
"imports": {
"react": "https://esm.sh/stable/react@18.2.0?dev",
"react/": "https://esm.sh/stable/react@18.2.0&dev/",
"react-dom": "https://esm.sh/stable/react-dom@18.2.0?external=react&dev",
"react-dom/": "https://esm.sh/stable/react-dom@18.2.0&external=react&dev/",
"react-router-dom": "https://esm.sh/v122/react-router-dom@6.3.0?external=react",
"react-router-dom/server": "https://esm.sh/v122/react-router-dom@6.3.0/server?external=react",
"preact": "https://esm.sh/v122/preact@10.11.0",
"preact/": "https://esm.sh/v122/preact@10.11.0/",
"wouter": "https://esm.sh/v122/wouter@2.10.0?external=react",
"wouter/static-location": "https://esm.sh/v122/wouter@2.10.0/static-location?external=wouter",
"@tanstack/react-query": "https://esm.sh/v122/@tanstack/react-query@4.13.0?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.19.1/mod.ts",
"@mdx-js/run": "https://esm.sh/v122/@mdx-js/mdx@2.1.3/lib/run.js",
"@mdx-js/react": "https://esm.sh/v122/@mdx-js/react@2.1.3?external=react",
"@twind/core": "https://esm.sh/v122/@twind/core@1.0.1",
"@twind/preset-autoprefix": "https://esm.sh/v122/@twind/preset-autoprefix@1.0.1",
"@twind/preset-tailwind": "https://esm.sh/v122/*@twind/preset-tailwind@1.0.1",
"@emotion/react": "https://esm.sh/v122/@emotion/react@11.10.0?external=react",
"@emotion/styled": "https://esm.sh/v122/@emotion/styled@11.10.0?external=react,@emotion/react",
"@emotion/cache": "https://esm.sh/v122/@emotion/cache@11.10.0",
"@mui/material": "https://esm.sh/v122/@mui/material@5.10.3?bundle&external=react,@emotion/react,@emotion/styled",
"@mui/material/styles": "https://esm.sh/v122/@mui/material@5.10.3/styles",
"@mui/material/colors": "https://esm.sh/v122/@mui/material@5.10.3/colors",
"@stitches/react": "https://esm.sh/v122/@stitches/react@1.2.8?external=react",
"react-helmet-async": "https://esm.sh/v122/react-helmet-async@1.3.0?external=react",
"@ultra/qrcode/": "https://deno.land/x/qrcode@v2.0.0/",
"ultra/": "./"
}
}