Using individual D3 modules

This commit is contained in:
Filip Barl
2016-12-12 11:04:49 +01:00
parent 71f44e8b70
commit 1b5f3ae4bf
2 changed files with 23 additions and 13 deletions
+15 -12
View File
@@ -7,16 +7,21 @@
},
"rules": {
"comma-dangle": 0,
"global-require": 0,
"import/no-extraneous-dependencies": [
"error",
{
"devDependencies": true,
"optionalDependencies": true,
"peerDependencies": true
}
],
"import/prefer-default-export": 0,
"jsx-a11y/no-static-element-interactions": 0,
"no-param-reassign": 0,
"no-restricted-properties": 0,
"object-curly-spacing": 0,
"react/jsx-closing-bracket-location": 0,
"react/prefer-stateless-function": 0,
"react/sort-comp": 0,
"react/prop-types": 0,
"import/prefer-default-export": 0,
"global-require": 0,
"react/jsx-filename-extension": [
2,
{
@@ -26,10 +31,8 @@
]
}
],
"no-restricted-properties": 0,
"import/no-extraneous-dependencies": 0,
"jsx-a11y/no-static-element-interactions": 0,
"react/prefer-stateless-function": 0,
"react/sort-comp": 0,
"react/prop-types": 0,
}
}
+8 -1
View File
@@ -8,7 +8,14 @@
"dependencies": {
"babel-polyfill": "6.16.0",
"classnames": "2.2.5",
"d3": "4.4.0",
"d3-array": "1.0.2",
"d3-color": "1.0.2",
"d3-format": "1.0.2",
"d3-scale": "1.0.4",
"d3-selection": "1.0.3",
"d3-shape": "1.0.4",
"d3-time-format": "2.0.3",
"d3-zoom": "1.1.1",
"dagre": "0.7.4",
"debug": "2.3.3",
"filesize": "3.3.0",