-
Notifications
You must be signed in to change notification settings - Fork 0
/
import_map.json
23 lines (19 loc) · 1.07 KB
/
import_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"imports": {
"~/": "./",
"react": "https://esm.sh/[email protected]?target=esnext&pin=v130",
"react-dom": "https://esm.sh/[email protected]?target=esnext&pin=v130",
"react-router-dom": "https://esm.sh/[email protected]?target=esnext&pin=v130",
"secp256k1": "https://deno.land/x/[email protected]/index.ts",
"semantic-ui-react": "https://esm.sh/[email protected]?target=esnext&pin=v130",
"__comment__": "Need to keep this version up-to-date with the css version in static/index.html",
"chroma-js": "https://esm.sh/[email protected]?target=esnext&pin=v130",
"honeycomb-grid": "https://esm.sh/[email protected]?target=esnext&pin=v130",
"glicko2-lite": "https://esm.sh/[email protected]?target=esnext&pin=v130",
"io-ts": "https://esm.sh/[email protected]?target=esnext&pin=v130",
"fp-ts": "https://esm.sh/[email protected]?target=esnext&pin=v130",
"std-latest/": "https://deno.land/[email protected]/",
"__comment__": "TODO: jspm.dev, esm.sh, and cdn.skypack.dev basically do the same thing (I think), so choose one?"
},
"scopes": {}
}