mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 03:46:45 +00:00
Using individual D3 modules
This commit is contained in:
+15
-12
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user