-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
92 lines (92 loc) · 2.58 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "covidnet_ui",
"version": "2.0.0",
"private": true,
"dependencies": {
"@fnndsc/chrisapi": "^1.4.0",
"@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",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@patternfly/react-charts": "^6.12.12",
"@patternfly/react-core": "^4.84.4",
"@patternfly/react-styles": "^4.7.22",
"@patternfly/react-table": "^4.19.45",
"@types/c3": "^0.6.3",
"@types/classnames": "^2.2.9",
"@types/d3": "^5.7.1",
"@types/dat.gui": "^0.7.2",
"@types/jest": "23.3.13",
"@types/jszip": "^3.1.6",
"@types/luxon": "^1.26.3",
"@types/node": "10.12.21",
"@types/react": "16.9.5",
"@types/react-bootstrap-typeahead": "^3.4.3",
"@types/react-dom": "16.0.11",
"@types/react-redux": "^7.1.5",
"@types/three": "^0.93.30",
"ami.js": "github:FNNDSC/ami",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"c3": "^0.6.13",
"classnames": "^2.2.6",
"connected-react-router": "^6.3.1",
"cornerstone-core": "^2.2.8",
"d3": "^5.9.1",
"d3v4": "^4.2.2",
"dat.gui": "^0.7.6",
"dwv": "^0.27.0",
"history": "^4.7.2",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"luxon": "^1.26.0",
"node-sass": "^4.13.1",
"patternfly-react": "^2.39.17",
"react": "^16.12.0",
"react-bootstrap-typeahead": "^4.0.0-alpha.5",
"react-contenteditable": "^3.3.1",
"react-dom": "^16.12.0",
"react-json-view": "^1.19.1",
"react-redux": "^6.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-ui-tree": "^4.0.0",
"redux-saga": "^1.0.2",
"reselect": "^4.0.0",
"serve": "^11.1.0",
"string.prototype.matchall": "^3.0.1",
"three": "^0.125.0",
"typesafe-actions": "^3.2.1",
"typescript": "^3.8.3",
"utility-types": "^3.10.0",
"uuidv4": "^6.0.0",
"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": "^5.1.5",
"@types/redux-logger": "^3.0.7",
"keymirror": "^0.1.1",
"redux-logger": "^3.0.6",
"tslint": "^5.13.1"
}
}