-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "dq-zoom",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.0-11",
"abort-controller": "^1.0.2",
"abortcontroller-polyfill": "^1.1.9",
"axios": "^0.18.0",
"d3": "^5.7.0",
"mathjs": "^5.1.0",
"moment": "^2.22.2",
"numjs": "^0.16.0",
"plotly.js": "^1.40.1",
"query-string": "^6.1.0",
"react": "^16.4.2",
"react-bootstrap-table": "^4.3.1",
"react-burger-menu": "^2.5.2",
"react-clipboard.js": "^2.0.0",
"react-custom-scrollbars": "^4.2.1",
"react-datepicker": "^1.6.0",
"react-dom": "^16.4.2",
"react-new-window": "0.0.7",
"react-plotly.js": "^2.2.0",
"react-responsive-modal": "^3.3.0",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-select": "^2.0.0",
"react-select-async-paginate": "^0.2.0",
"react-tippy": "^1.2.2",
"react-toggle": "^4.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}