-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
95 lines (95 loc) · 2.68 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
{
"name": "ejs",
"version": "1.6",
"private": true,
"dependencies": {
"aimapi": "^0.1.26",
"axios": "^0.21.4",
"bootstrap": "^5.1.3",
"cornerstone-core": "^2.6.1",
"cornerstone-math": "^0.1.8",
"cornerstone-wado-image-loader": "https://github.com/OzgeYurtsever/cornerstoneWADOImageLoader#fix/wwwc-calculation",
"date-fns": "^2.21.1",
"dcmjs": "github:emelalkim/dcmjs#fix/wadorsSegCreation",
"dicom-parser": "^1.8.5",
"dompurify": "^2.4.3",
"event-source-polyfill": "^1.0.15",
"font-awesome": "^4.7.0",
"fs": "^0.0.1-security",
"gif.js": "^0.2.0",
"hammerjs": "^2.0.8",
"highcharts": "^9.1.0",
"highcharts-react-official": "^3.0.0",
"joi-browser": "^13.4.0",
"jquery": "^3.5.1",
"js-sha256": "^0.9.0",
"keycloak-js": "4.0.0-beta.2",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"match-sorter": "^3.1.1",
"moment": "^2.29.3",
"node-polyfill-webpack-plugin": "^2.0.1",
"object-hash": "^3.0.0",
"pptxgenjs": "^3.10.0",
"process": "^0.11.10",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap": "^1.6.4",
"react-bootstrap-sweetalert": "^4.4.1",
"react-collapsible": "^2.8.0",
"react-contexify": "^4.1.1",
"react-csv": "^2.0.3",
"react-dom": "^16.13.1",
"react-draggable": "^3.3.2",
"react-html-parser": "^2.0.2",
"react-icons": "^4.1.0",
"react-input-range": "^1.3.0",
"react-redux": "^5.1.2",
"react-resize-aware": "^3.1.1-issue-58",
"react-resize-detector": "^4.2.3",
"react-rnd": "^9.2.0",
"react-router-dom": "^4.3.1",
"react-spinners": "^0.9.0",
"react-switch": "^4.1.0",
"react-table": "^7.6.3",
"react-table-v6": "^6.8.6",
"react-tabs": "^3.2.2",
"react-toastify": "^4.5.2",
"react-tooltip": "^4.2.21",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.3.4",
"chromedriver": "^92.0.1",
"css-loader": "^6.7.3",
"geckodriver": "^3.2.0",
"react-app-rewired": "^2.2.1",
"react-error-overlay": "^6.0.9",
"react-scripts": "^5.0.1",
"selenium-webdriver": "^4.0.0-beta.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"webpack": "^5.75.0"
},
"resolutions": {
"webpack": "^5.75.0"
},
"overrides": {
"istanbul-lib-report@>3.0.0": "3.0.0"
}
}