-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteleport.config.json
34 lines (34 loc) · 2.27 KB
/
teleport.config.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
{
"importmap": {
"imports": {
"prop-types": "https://ga.jspm.io/npm:[email protected]/index.js",
"react": "https://ga.jspm.io/npm:[email protected]/index.js",
"react-dom": "https://ga.jspm.io/npm:[email protected]/index.js",
"react-helmet": "https://ga.jspm.io/npm:[email protected]/lib/Helmet.js",
"react-router": "https://ga.jspm.io/npm:[email protected]/esm/react-router.js",
"react-router-dom": "https://ga.jspm.io/npm:[email protected]/esm/react-router-dom.js"
},
"scopes": {
"https://ga.jspm.io/": {
"@babel/runtime/helpers/esm/extends": "https://ga.jspm.io/npm:@babel/[email protected]/helpers/esm/extends.js",
"@babel/runtime/helpers/esm/inheritsLoose": "https://ga.jspm.io/npm:@babel/[email protected]/helpers/esm/inheritsLoose.js",
"@babel/runtime/helpers/esm/objectWithoutPropertiesLoose": "https://ga.jspm.io/npm:@babel/[email protected]/helpers/esm/objectWithoutPropertiesLoose.js",
"@babel/runtime/helpers/inheritsLoose": "https://ga.jspm.io/npm:@babel/[email protected]/helpers/inheritsLoose.js",
"history": "https://ga.jspm.io/npm:[email protected]/index.js",
"hoist-non-react-statics": "https://ga.jspm.io/npm:[email protected]/dist/hoist-non-react-statics.cjs.js",
"isarray": "https://ga.jspm.io/npm:[email protected]/index.js",
"mini-create-react-context": "https://ga.jspm.io/npm:[email protected]/dist/cjs/index.js",
"object-assign": "https://ga.jspm.io/npm:[email protected]/index.js",
"path-to-regexp": "https://ga.jspm.io/npm:[email protected]/index.js",
"react-fast-compare": "https://ga.jspm.io/npm:[email protected]/index.js",
"react-is": "https://ga.jspm.io/npm:[email protected]/index.js",
"react-side-effect": "https://ga.jspm.io/npm:[email protected]/lib/index.js",
"resolve-pathname": "https://ga.jspm.io/npm:[email protected]/index.js",
"scheduler": "https://ga.jspm.io/npm:[email protected]/index.js",
"tiny-invariant": "https://ga.jspm.io/npm:[email protected]/dist/tiny-invariant.cjs.js",
"tiny-warning": "https://ga.jspm.io/npm:[email protected]/dist/tiny-warning.esm.js",
"value-equal": "https://ga.jspm.io/npm:[email protected]/index.js"
}
}
}
}