-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimport_map.json
20 lines (20 loc) · 1.04 KB
/
import_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"imports": {
"@bases/webapp": "./bases/webapp/index.tsx",
"@components/array": "./components/array/index.ts",
"@components/blackjack": "./components/blackjack/index.ts",
"@components/cards": "./components/cards/index.ts",
"@components/sorting": "./components/sorting/index.ts",
"@components/string": "./components/string/index.ts",
"@components/webapp": "./components/webapp/index.tsx",
"assert": "https://deno.land/[email protected]/testing/asserts.ts",
"fast-check": "https://cdn.skypack.dev/fast-check",
"pfp-ts": "https://raw.githubusercontent.com/hermann-p/pragmatic-fp-ts/master/deno_lib/main.ts",
"validate": "https://raw.githubusercontent.com/hermann-p/pragmatic-fp-ts/master/deno_lib/validate.ts",
"react": "https://esm.sh/v122/[email protected]?dev",
"react/": "https://esm.sh/v122/[email protected]/",
"react-dom": "https://esm.sh/v122/[email protected]",
"react-dom/server": "https://esm.sh/v122/[email protected]/server?dev",
"react-dom/client": "https://esm.sh/v122/[email protected]/client?dev"
}
}