-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "rif-qa",
"version": "0.1.0",
"private": true,
"dependencies": {
"cors": "^2.8.4",
"cytoscape": "^3.10.0",
"cytoscape-cxtmenu": "^3.1.1",
"cytoscape-dagre": "^2.2.2",
"d3": "^5.9.1",
"d3-drag": "^1.2.3",
"file-saver": "^2.0.2",
"moment": "^2.20.1",
"plotly.js": "^2.0.0",
"react": "^16.2.0",
"react-ace": "^8.0.0",
"react-d3-graph": "^2.0.0-rc2",
"react-d3-library": "^1.1.8",
"react-day-picker": "^7.0.7",
"react-dom": "^16.2.0",
"react-json-view": "^1.19.1",
"react-numeric-input": "^2.2.3",
"react-plotly.js": "^2.5.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"recharts": "^1.5.0",
"semantic-react": "^0.12.0",
"semantic-ui-react": "^0.77.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint-config-google": "^0.9.1"
}
}