forked from FNNDSC/ChRIS_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 3.91 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "chris_ui",
"version": "0.0.0",
"private": true,
"dependencies": {
"@fnndsc/chrisapi": "^1.8.0",
"@patternfly/react-charts": "^6.88.7",
"@patternfly/react-core": "^4.235.7",
"@patternfly/react-styles": "^4.85.7",
"@patternfly/react-table": "^4.104.7",
"@react-hook/resize-observer": "^1.2.6",
"antd": "^4.23.1",
"axios": "^0.27.2",
"chris-upload": "^1.9.6",
"classnames": "^2.3.1",
"clone": "^2.1.2",
"cornerstone-core": "^2.6.1",
"cornerstone-file-image-loader": "^0.3.0",
"cornerstone-math": "^0.1.10",
"cornerstone-nifti-image-loader": "^1.0.0",
"cornerstone-tools": "^6.0.8",
"cornerstone-wado-image-loader": "^4.2.1",
"cornerstone-web-image-loader": "^2.1.1",
"d3-hierarchy": "^1.1.9",
"d3-selection": "^1.4.2",
"d3-shape": "^2.1.0",
"d3-zoom": "^1.8.3",
"dicom-parser": "^1.8.13",
"email-validator": "^2.0.4",
"hammerjs": "^2.0.8",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"pako": "^1.0.11",
"pluralize": "^8.0.0",
"preval.macro": "^5.0.0",
"rc-tree": "^3.11.0",
"react": "^18.2.0",
"react-bootstrap-typeahead": "^6.0.0",
"react-cookie": "^4.1.1",
"react-cornerstone-viewport": "^4.1.5",
"react-dom": "^18.2.0",
"react-dropzone": "^11.5.1",
"react-error-boundary": "^3.1.4",
"react-force-graph-3d": "^1.21.10",
"react-icons": "^4.4.0",
"react-json-view": "^1.21.3",
"react-lazylog": "^4.5.3",
"react-moment": "^1.1.1",
"react-redux": "^8.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"redux-saga": "^1.1.3",
"sass": "^1.54.9",
"sirv-cli": "^2.0.2",
"typesafe-actions": "^3.4.0",
"typescript": "^4.8.3",
"uuid": "^9.0.0",
"xtk": "^10.0.0"
},
"scripts": {
"start": "sirv build --quiet --host --port 8080 --single --etag",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"print-version": "./print_version.sh"
},
"resolutions": {
"react-scripts/postcss-preset-env/postcss-custom-properties": "^10.0.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@faker-js/faker": "^7.3.0",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.4",
"@types/d3-hierarchy": "^1.1.7",
"@types/d3-selection": "^1.4.3",
"@types/d3-shape": "^2.0.0",
"@types/d3-zoom": "^1.8.2",
"@types/enzyme": "^3.10.5",
"@types/hammerjs": "^2.0.36",
"@types/jest": "23.3.13",
"@types/keymirror": "^0.1.1",
"@types/lodash": "^4.14.122",
"@types/node": "10.12.21",
"@types/pluralize": "0.0.29",
"@types/preval.macro": "^3.0.0",
"@types/react": "^18.0.19",
"@types/react-bootstrap-typeahead": "^3.4.3",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/redux-logger": "^3.0.7",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"cypress": "^10.7.0",
"cypress-each": "^1.11.0",
"enzyme": "^3.11.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react-hooks": "^4.2.0",
"jest-enzyme": "^7.1.2",
"keymirror": "^0.1.1",
"prettier": "^2.7.1",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.4"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix"
]
},
"optionalDependencies": {
"fsevents": "^2.3.2"
}
}