forked from acelab/react-series-data-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.26 KB
/
package.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
35
36
37
38
39
40
41
42
43
{
"name": "react-series-data-viewer",
"homepage": "https://github.com/aces/react-series-data-viewer/",
"version": "1.0.0",
"description": "react-series-data-viewer React component",
"dependencies": {
"@visx/axis": "^1.4.0",
"@visx/group": "^1.0.0",
"@visx/responsive": "^1.3.0",
"@visx/shape": "^1.4.0",
"d3-3d": "0.0.10",
"d3-array": "^1.2.4",
"d3-dsv": "^1.0.10",
"d3-scale": "^2.1.2",
"d3-scale-chromatic": "^1.3.3",
"differenceequationsignal1d": "^0.1.1",
"gl-matrix": "^2.8.1",
"google-protobuf": "^3.6.1",
"ramda": "^0.25.0",
"react": "^16.12.0",
"react-compound-slider": "^3.3.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.1",
"redux": "^4.0.0",
"redux-actions": "^2.6.1",
"redux-logger": "^3.0.6",
"redux-observable": "^1.0.0",
"redux-thunk": "^2.3.0",
"resize-observer-polyfill": "^1.5.0",
"rxjs": "^6.6.3",
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/react": "^16.12.0",
"@types/react-dom": "^16.9.9",
"@types/react-redux": "7.1.16"
},
"scripts": {
"postinstall": "protoc protocol-buffers/chunk.proto --js_out=import_style=commonjs,binary:./src/"
},
"license": "MIT",
"repository": "https://github.com/aces/react-series-data-viewer"
}