-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.94 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "chris_ui_demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fnndsc/chrisapi": "0.0.3",
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-regular-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@patternfly/patternfly": "^1.0.221",
"@patternfly/react-core": "^2.3.6",
"@patternfly/react-table": "^1.0.33",
"@types/c3": "^0.6.3",
"@types/d3": "^5.7.1",
"@types/jest": "23.3.13",
"@types/node": "10.12.21",
"@types/react": "16.8.1",
"@types/react-bootstrap-typeahead": "^3.4.3",
"@types/react-dom": "16.0.11",
"@types/react-redux": "^7.0.2",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"c3": "^0.6.13",
"connected-react-router": "^6.3.1",
"d3": "^5.9.1",
"d3v4": "^4.2.2",
"history": "^4.7.2",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"node-sass": "^4.11.0",
"react": "^16.8.4",
"react-bootstrap-typeahead": "^4.0.0-alpha.5",
"react-dom": "^16.8.4",
"react-json-pretty": "^2.1.0",
"react-moment": "^0.8.4",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.8",
"react-ui-tree": "^4.0.0",
"redux-saga": "^1.0.2",
"typesafe-actions": "^3.2.1",
"typescript": "3.3.1",
"webcola": "^3.3.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/history": "^4.7.2",
"@types/keymirror": "^0.1.1",
"@types/lodash": "^4.14.122",
"@types/react-router-dom": "^4.3.1",
"@types/redux-logger": "^3.0.7",
"keymirror": "^0.1.1",
"redux-logger": "^3.0.6",
"tslint": "^5.13.1"
}
}