1
1
export default {
2
- '@financial-times/load-data' :
3
- 'https://unpkg.com/@financial-times/load-data@^1.0.2/dist/loadData.dist.min.js' ,
4
- 'bertha-client' :
'https://unpkg.com/[email protected] /dist/index.js' ,
2
+ '@financial-times/load-data' : 'npm:@financial-times/load-data@^1.0.2/dist/loadData.dist.min.js' ,
3
+ 'bertha-client' :
'npm:[email protected] /dist/index.js' ,
5
4
d3 : 'https://d3js.org/d3.v4.js' ,
6
5
'd3-array' : 'https://d3js.org/d3.v4.js' ,
7
6
'd3-axis' : 'https://d3js.org/d3.v4.js' ,
@@ -24,9 +23,9 @@ export default {
24
23
'd3-queue' : 'https://d3js.org/d3.v4.js' ,
25
24
'd3-random' : 'https://d3js.org/d3.v4.js' ,
26
25
'd3-request' : 'https://d3js.org/d3.v4.js' ,
27
- 'd3-sankey' :
'https://unpkg.com/ [email protected] /build/d3-sankey.js' ,
26
+ 'd3-sankey' :
'npm: [email protected] /build/d3-sankey.js' ,
28
27
'd3-scale' : 'https://d3js.org/d3.v4.js' ,
29
- 'd3-selection-multi' :
'https://unpkg.com/ [email protected] /build/d3-selection-multi.js' ,
28
+ 'd3-selection-multi' :
'npm: [email protected] /build/d3-selection-multi.js' ,
30
29
'd3-selection' : 'https://d3js.org/d3.v4.js' ,
31
30
'd3-shape' : 'https://d3js.org/d3.v4.js' ,
32
31
'd3-time-format' : 'https://d3js.org/d3.v4.js' ,
@@ -35,19 +34,22 @@ export default {
35
34
'd3-transition' : 'https://d3js.org/d3.v4.js' ,
36
35
'd3-voronoi' : 'https://d3js.org/d3.v4.js' ,
37
36
'd3-zoom' : 'https://d3js.org/d3.v4.js' ,
38
- 'g-annotations' : 'https://unpkg.com/g-annotations@^1/build/g-annotations.js' ,
39
- 'g-axis' : 'https://unpkg.com/g-axis@^1/build/g-axis.js' ,
40
- 'g-chartcolour' :
'https://unpkg.com/[email protected] /build/g-chartcolour.js' ,
41
- 'g-chartframe' : 'https://unpkg.com/g-chartframe@^5/build/g-chartframe.js' ,
42
- 'g-legend' : 'https://unpkg.com/g-legend@^1/build/g-legend.js' ,
43
- 'g-xaxisdate' : 'https://unpkg.com/g-axis@^1/build/g-axis.js' ,
44
- 'g-yaxislinear' : 'https://unpkg.com/g-axis@^1/build/g-axis.js' ,
45
- 'plugin-babel' : 'https://unpkg.com/systemjs-plugin-babel/plugin-babel.js' ,
46
- 'plugin-json' :
'https://unpkg.com/[email protected] /json.js' ,
47
- 'save-svg-as-png' :
'https://unpkg.com/[email protected] /lib/saveSvgAsPng.js' ,
48
- 'simple-statistics' :
'https://unpkg.com/[email protected] /dist/simple-statistics.js' ,
49
- 'systemjs-babel-build' :
50
- 'https://unpkg.com/[email protected] /systemjs-babel-browser.js' ,
51
- 'topojson-client' :
'https://unpkg.com/[email protected] /dist/topojson-client.js' ,
37
+ 'g-annotations' : 'npm:g-annotations@^1/build/g-annotations.js' ,
38
+ 'g-axis' : 'npm:g-axis@^1/build/g-axis.js' ,
39
+ 'g-chartcolour' :
'npm:[email protected] /build/g-chartcolour.js' ,
40
+ 'g-chartframe' : 'npm:g-chartframe@^5/build/g-chartframe.js' ,
41
+ 'g-legend' : 'npm:g-legend@^1/build/g-legend.js' ,
42
+ 'g-xaxisdate' : 'npm:g-axis@^1/build/g-axis.js' ,
43
+ 'g-yaxislinear' : 'npm:g-axis@^1/build/g-axis.js' ,
44
+ 'plugin-babel' : 'npm:systemjs-plugin-babel/plugin-babel.js' ,
45
+ 'plugin-json' :
'npm:[email protected] /json.js' ,
46
+ 'save-svg-as-png' :
'npm:[email protected] /lib/saveSvgAsPng.js' ,
47
+ 'simple-statistics' :
'npm:[email protected] /dist/simple-statistics.js' ,
48
+ 'systemjs-babel-build' :
'npm:[email protected] /systemjs-babel-browser.js' ,
49
+ 'topojson-client' :
'npm:[email protected] /dist/topojson-client.js' ,
50
+ '@financial-times/g-components' : 'npm:object-assign@^2' ,
51
+ react : 'npm:react@^16.8' ,
52
+ 'react-dom' : 'npm:react-dom@^16.8' ,
53
+ 'prop-types' : 'npm:prop-types@^15' ,
52
54
chai : 'https://www.chaijs.com/chai.js' ,
53
- } ;
55
+ } ;
0 commit comments