-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 852 Bytes
/
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
{
"name": "interop-client",
"version": "0.1.0",
"dependencies": {
"axios": "0.16.2",
"dateformat": "2.0.0",
"prop-types": "15.5.10",
"rc-tooltip": "3.4.8",
"react": "15.6.1",
"react-dom": "15.6.1",
"react-drag-and-drop": "2.4.0",
"react-json-view": "1.12.1",
"react-router-dom": "4.1.2",
"react-scripts": "1.0.11",
"semantic-ui-css": "2.2.12",
"semantic-ui-react": "0.71.4",
"title-case": "2.1.1",
"victory": "0.21.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "2.10.0",
"eslint-plugin-prettier": "2.6.0",
"prettier": "1.11.1"
}
}