-
Notifications
You must be signed in to change notification settings - Fork 0
/
importMap.json
21 lines (17 loc) · 975 Bytes
/
importMap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"imports": {
"react": "https://esm.sh/[email protected]?dev",
"react/": "https://esm.sh/[email protected]/",
"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",
"@twind/core": "https://esm.sh/@twind/[email protected]",
"@twind/preset-autoprefix": "https://esm.sh/@twind/[email protected]",
"@twind/preset-tailwind": "https://esm.sh/*@twind/[email protected]",
"react-router-dom": "https://esm.sh/[email protected]?external=react",
"react-router-dom/server": "https://esm.sh/[email protected]/server?external=react",
"@tanstack/react-query": "https://esm.sh/@tanstack/[email protected]?external=react",
"@tanstack/react-query-devtools": "https://esm.sh/@tanstack/[email protected]?external=react,@tanstack/react-query&dev",
"ultra/": "https://deno.land/x/[email protected]/"
}
}