-
Notifications
You must be signed in to change notification settings - Fork 0
/
importMap.json
62 lines (47 loc) · 2.97 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"imports": {
"/~/": "./src/",
"esm:/": "https://esm.sh/",
"dotenv": "https://deno.land/[email protected]/dotenv/mod.ts",
"wrench-js": "https://esm.sh/gh/ryanmcgrath/wrench-js@2cffe4e3f4",
"lodash": "https://cdn.skypack.dev/[email protected]?dts",
"@types/lodash": "https://cdn.skypack.dev/@types/[email protected]?dts",
"std/fs": "https://deno.land/[email protected]/fs/mod.ts",
"std/path": "https://deno.land/[email protected]/path/mod.ts",
"fela": "https://esm.sh/[email protected]",
"fela-dom": "https://esm.sh/[email protected]",
"fela-beautifier": "https://esm.sh/[email protected]",
"fela-tools": "https://esm.sh/[email protected]",
"fela-enforce-longhands": "https://esm.sh/[email protected]",
"fela-plugin-expand-shorthand": "https://esm.sh/[email protected]",
"fela-plugin-extend": "https://esm.sh/[email protected]",
"fela-plugin-typescript": "https://esm.sh/[email protected]",
"fela-plugin-validator": "https://esm.sh/[email protected]",
"fela-plugin-unit": "https://esm.sh/[email protected]",
"hono": "https://deno.land/x/[email protected]/mod.ts",
"hono/cookie": "https://deno.land/x/[email protected]/middleware/cookie/index.ts",
"react-fela": "https://esm.sh/[email protected]?external=react",
"@mantine/core": "https://esm.sh/@mantine/[email protected]?external=react",
"@mantine/hooks": "https://esm.sh/@mantine/[email protected]?external=react",
"@mantine/form": "https://esm.sh/@mantine/[email protected]?external=react",
"@mantine/notifications": "https://esm.sh/@mantine/[email protected]?external=react",
"@types/react-data-grid": "https://cdn.skypack.dev/[email protected]?dts",
"react-data-grid": "https://esm.sh/[email protected]?external=react",
"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",
"react-helmet-async": "https://esm.sh/[email protected]?external=react",
"react-router": "https://esm.sh/[email protected]?external=react,@types/react",
"react-router-dom": "https://esm.sh/[email protected]?external=react,@types/react",
"react-router-dom/server": "https://esm.sh/[email protected]/server?external=react,@types/react",
"history": "https://esm.sh/[email protected]",
"use-query-params": "https://esm.sh/[email protected]?external=react",
"use-query-params/adapters/react-router-6": "https://esm.sh/[email protected]/adapters/react-router-6?external=react",
"@supabase/supabase-js": "https://esm.sh/@supabase/[email protected]",
"@supabase/ssr": "https://esm.sh/@supabase/[email protected]",
"@tanstack/react-query": "https://esm.sh/@tanstack/[email protected]?external=react",
"ultra/": "https://deno.land/x/[email protected]/"
}
}