-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathimportmap.json
24 lines (24 loc) · 1001 Bytes
/
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
{
"env": [
"browser",
"development",
"module"
],
"imports": {
"phx-live-state": "https://ga.jspm.io/npm:[email protected]/build/src/index.js",
"sprae": "https://ga.jspm.io/npm:[email protected]/sprae.js",
"wc-context": "https://ga.jspm.io/npm:[email protected]/core.js"
},
"scopes": {
"https://ga.jspm.io/": {
"json-joy/esm/json-patch": "https://ga.jspm.io/npm:[email protected]/esm/json-patch/index.js",
"phoenix": "https://ga.jspm.io/npm:[email protected]/priv/static/phoenix.mjs",
"process": "https://ga.jspm.io/npm:@jspm/[email protected]/nodelibs/browser/process.js",
"reflect-metadata": "https://ga.jspm.io/npm:[email protected]/Reflect.js",
"subscript": "https://ga.jspm.io/npm:[email protected]/subscript.js",
"subscript/justin": "https://ga.jspm.io/npm:[email protected]/justin.js",
"swapdom": "https://ga.jspm.io/npm:[email protected]/inflate.js",
"ulive": "https://ga.jspm.io/npm:[email protected]/dist/ulive.es.js"
}
}
}