-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.1 KB
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
35
36
37
38
39
40
41
42
43
{
"name": "vector-plotter",
"version": "0.1.0",
"private": true,
"dependencies": {
"csv-parse": "^2.5.0",
"d3": "^5.5.0",
"d3-array": "^1.2.1",
"d3-arrays": "^0.4.1",
"d3-axis": "^1.0.8",
"d3-brush": "^1.0.4",
"d3-bundler": "^0.4.2",
"d3-color": "^1.2.0",
"d3-dsv": "^1.0.8",
"d3-format": "^1.3.0",
"d3-interpolate": "^1.2.0",
"d3-scale": "^2.1.0",
"d3-svg-legend": "^2.25.6",
"html2canvas": "^1.0.0-alpha.12",
"react": "^16.3.2",
"react-d3-axis": "^0.1.1",
"react-d3-scatterplot-matrix": "^1.0.0",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4",
"react-snapshot": "^1.3.0",
"react-trend": "^1.2.4",
"save-svg-as-png": "^1.4.5",
"serve": "^9.2.0",
"simple-statistics": "^6.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-doc-generator": "^1.2.5",
"react-docgen-docs": "^1.0.3"
}
}