forked from FNNDSC/ChRIS_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "chris_ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fnndsc/chrisapi": "^1.3.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",
"@patternfly/patternfly": "^4.59.1",
"@patternfly/react-core": "^4.75.2",
"@patternfly/react-icons": "^4.7.11",
"@patternfly/react-styles": "^4.7.12",
"@patternfly/react-table": "^4.18.14",
"antd": "^4.2.2",
"axios": "^0.18.0",
"bootstrap": "^4.5.2",
"classnames": "^2.2.6",
"cornerstone-core": "^2.3.0",
"cornerstone-file-image-loader": "^0.3.0",
"cornerstone-math": "^0.1.8",
"cornerstone-tools": "^4.21.0",
"cornerstone-wado-image-loader": "^3.3.0",
"cornerstone-web-image-loader": "^2.1.1",
"d3": "^5.16.0",
"dicom-parser": "^1.8.7",
"email-validator": "^2.0.4",
"hammerjs": "^2.0.8",
"history": "^5.0.0",
"jszip": "^3.2.2",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"node-sass": "^4.14.1",
"pako": "^1.0.11",
"rc-tree": "^3.2.2",
"react": "^16.14.0",
"react-bootstrap-typeahead": "^4.0.0-alpha.5",
"react-cornerstone-viewport": "^4.0.2",
"react-dom": "^16.14.0",
"react-error-boundary": "^3.1.0",
"react-json-view": "^1.19.1",
"react-lazylog": "^4.5.3",
"react-moment": "^0.8.4",
"react-redux": "^6.0.1",
"react-router": "^5.2.0",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.4",
"react-ui-tree": "^4.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"typesafe-actions": "^3.2.1",
"typescript": "^4.0.3",
"uuid": "^8.3.0"
},
"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": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.4",
"@types/c3": "^0.6.3",
"@types/classnames": "^2.2.9",
"@types/d3": "^5.16.3",
"@types/dat.gui": "^0.7.2",
"@types/enzyme": "^3.10.5",
"@types/hammerjs": "^2.0.36",
"@types/history": "^4.7.2",
"@types/jest": "23.3.13",
"@types/keymirror": "^0.1.1",
"@types/lodash": "^4.14.122",
"@types/node": "10.12.21",
"@types/react": "^16.9.41",
"@types/react-bootstrap-typeahead": "^3.4.3",
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^4.3.1",
"@types/redux-logger": "^3.0.7",
"@types/three": "^0.93.30",
"@types/material-ui": "^0.21.8",
"@types/uuid": "^8.3.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest-enzyme": "^7.1.2",
"keymirror": "^0.1.1",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4",
"tslint": "^6.1.3"
},
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "^4.1.1",
"**/@typescript-eslint/parser": "^4.1.1"
}
}