-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "wiser-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.1.1",
"chroma-js": "^1.3.7",
"csvtojson": "^2.0.4",
"d3": "^5.5.0",
"lodash": "^4.17.10",
"material-ui": "^1.0.0-beta.46",
"material-ui-icons": "^1.0.0-beta.36",
"moment": "^2.22.2",
"rc-slider": "^8.6.1",
"react": "^16.4.1",
"react-bootstrap": "^0.32.1",
"react-chord-diagram": "^1.0.4",
"react-dom": "^16.4.1",
"react-router": "^4.3.1",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.4",
"react-table": "^6.8.6",
"react-tagcloud": "^1.2.1",
"recharts": "^1.0.1",
"semantic-ui-css": "^2.3.2",
"semantic-ui-react": "^0.81.3",
"typeface-lato": "0.0.54",
"typeface-roboto": "0.0.54"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}