-
-
Notifications
You must be signed in to change notification settings - Fork 67
/
importMap.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/[email protected]?dev",
"react/": "https://esm.sh/stable/[email protected]&dev/",
"react-dom": "https://esm.sh/stable/[email protected]?external=react&dev",
"react-dom/": "https://esm.sh/stable/[email protected]&external=react&dev/",
"react-router-dom": "https://esm.sh/v122/[email protected]?external=react",
"react-router-dom/server": "https://esm.sh/v122/[email protected]/server?external=react",
"preact": "https://esm.sh/v122/[email protected]",
"preact/": "https://esm.sh/v122/[email protected]/",
"wouter": "https://esm.sh/v122/[email protected]?external=react",
"wouter/static-location": "https://esm.sh/v122/[email protected]/static-location?external=wouter",
"@tanstack/react-query": "https://esm.sh/v122/@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",
"@mdx-js/run": "https://esm.sh/v122/@mdx-js/[email protected]/lib/run.js",
"@mdx-js/react": "https://esm.sh/v122/@mdx-js/[email protected]?external=react",
"@twind/core": "https://esm.sh/v122/@twind/[email protected]",
"@twind/preset-autoprefix": "https://esm.sh/v122/@twind/[email protected]",
"@twind/preset-tailwind": "https://esm.sh/v122/*@twind/[email protected]",
"@emotion/react": "https://esm.sh/v122/@emotion/[email protected]?external=react",
"@emotion/styled": "https://esm.sh/v122/@emotion/[email protected]?external=react,@emotion/react",
"@emotion/cache": "https://esm.sh/v122/@emotion/[email protected]",
"@mui/material": "https://esm.sh/v122/@mui/[email protected]?bundle&external=react,@emotion/react,@emotion/styled",
"@mui/material/styles": "https://esm.sh/v122/@mui/[email protected]/styles",
"@mui/material/colors": "https://esm.sh/v122/@mui/[email protected]/colors",
"@stitches/react": "https://esm.sh/v122/@stitches/[email protected]?external=react",
"react-helmet-async": "https://esm.sh/v122/[email protected]?external=react",
"@ultra/qrcode/": "https://deno.land/x/[email protected]/",
"ultra/": "./"
}
}