forked from webnamics/u-dicom-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.27 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
{
"name": "u-dicom-viewer",
"version": "0.8.1",
"private": true,
"homepage": "https://webnamics.github.io/u-dicom-viewer/",
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@mdi/js": "^5.3.45",
"@mdi/react": "^1.4.0",
"@react-md/material-icons": "^2.1.0",
"acorn": "^7.3.1",
"axios": "^0.19.2",
"blob-util": "^2.0.2",
"cornerstone-core": "^2.3.0",
"cornerstone-file-image-loader": "^0.3.0",
"cornerstone-math": "^0.1.8",
"cornerstone-tools": "^4.18.1",
"cornerstone-wado-image-loader": "git+https://github.com/webnamics/cornerstoneWADOImageLoader.git",
"cornerstone-web-image-loader": "^2.1.1",
"daikon": "^1.2.42",
"dexie": "^3.0.1",
"dicom-parser": "^1.8.5",
"file-saver": "^2.0.2",
"gh-pages": "^3.1.0",
"hammerjs": "^2.0.8",
"jszip": "^3.5.0",
"lodash": "^4.17.19",
"lodash.template": "^4.5.0",
"material-table": "^1.66.0",
"mathjs": "^7.1.0",
"react": "^16.13.1",
"react-device-detect": "^1.13.1",
"react-dom": "^16.13.1",
"react-icons": "^3.10.0",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.0",
"react-resize-detector": "^4.2.3",
"react-rnd": "^10.1.10",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-scroll-wheel-handler": "^1.1.5",
"react-virtualized": "^9.21.2",
"react-window": "^1.8.5",
"redux": "^4.0.5",
"serialize-javascript": "^3.1.0",
"set-value": "3.0.2",
"three": "^0.118.3",
"uuid": "^8.2.0",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.10.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"npm-run-all": "^4.1.5"
}
}