-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
35 lines (35 loc) · 932 Bytes
/
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
{
"name": "dwv-react",
"version": "0.10.0-beta.0",
"description": "Medical viewer using DWV (DICOM Web Viewer) and React.",
"author": "ivmartel",
"license": "GPL-3.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^5.16.0",
"@mui/material": "^5.16.0",
"@mui/styles": "^6.4.4",
"dwv": "0.34.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"canvas": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build-trunk": "PUBLIC_URL=/dwv-react/demo/trunk/ react-scripts build",
"build-stable": "PUBLIC_URL=/dwv-react/demo/stable/ react-scripts build",
"test": "react-scripts test --env=jsdom"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}