-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
44
45
46
{
"name": "indivi-prototype",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-pdf/renderer": "^1.0.0-alpha.18",
"base64-img": "^1.0.4",
"bootstrap": "^3.3.7",
"downloadjs": "^1.4.7",
"event-emitter": "^0.3.5",
"file-saver": "^2.0.0-rc.3",
"fs-js": "^1.0.6",
"jszip": "^3.1.5",
"mathjs": "^5.1.2",
"npm": "^6.5.0",
"papaparse": "^4.6.0",
"plotly.js": "^1.41.3",
"plotly.js-basic-dist": "^1.41.3",
"plotly.js-cartesian-dist": "^1.41.3",
"react": "^16.5.0",
"react-async-child": "0.0.1",
"react-bootstrap": "^0.32.4",
"react-csv-reader": "^0.3.2",
"react-dom": "^16.5.0",
"react-download-link": "^2.2.0",
"react-file-reader": "^1.1.4",
"react-images-upload": "^1.2.3",
"react-pdf": "^3.0.5",
"react-plotly.js": "^2.2.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-vega": "^4.0.2",
"react-vega-lite": "^2.0.2",
"reactstrap": "^6.4.0",
"vega-lib": "^4.2.0",
"vega-lite": "^3.0.0-rc6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"now-build": "react-scripts build"
}
}