-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.68 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.68 KB
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
{
"name": "image-annotation-tool-react-and-konva",
"homepage": " https://gbernardino.github.io/echoImageManualSegmentation/",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"array-move": "*",
"caniuse-lite": "^1.0.30001502",
"cornerstone": "^0.1.1",
"cornerstone-core": "^2.6.1",
"cornerstone-math": "^0.1.10",
"cornerstone-tools": "^6.0.9",
"cornerstone-wado-image-loader": "^4.13.1",
"dcmjs": "^0.29.6",
"dicom-parser": "^1.8.21",
"dwv": "^0.32.0",
"gh-pages": "^5.0.0",
"hammerjs": "^2.0.8",
"jsfive": "^0.3.14",
"konva": "*",
"ndarray": "^1.0.19",
"ndarray-ops": "^1.2.2",
"package-lock.json": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropdown": "*",
"react-dropzone": "*",
"react-konva": "*",
"react-scripts": "*",
"save-pixels": "^2.3.6",
"use-image": "1.0.12",
"zustand": "4.3.8"
},
"devDependencies": {
"assert": "^2.0.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"browserify-zlib": "*",
"typescript": "*",
"url": "^0.11.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}