-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
65 lines (65 loc) · 1.83 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
{
"name": "prototype-cornerstone",
"version": "0.1.0",
"description": "MIMBCD-UI Prototype Cornerstone",
"keywords": [
"DICOM",
"WADO",
"cornerstone",
"medical",
"imaging"
],
"author": "Francisco Maria Calisto",
"homepage": "https://github.com/MIMBCD-UI/prototype-cornerstone",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/MIMBCD-UI/prototype-cornerstone"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "cd src npm install",
"build": "webpack",
"start": "node node_modules/http-server/bin/http-server -o -p 8982 &",
"dicom-server": "./dicom-server/orthancAndPluginsOSX.stable/startOrthanc.command &",
"webpack": "webpack &",
"webpack-dev-server": "webpack-dev-server &"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"browserify": "^16.5.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"gulp-gh-pages": "^0.5.4",
"jshint": "^2.12.0",
"jshint-loader": "^0.8.4",
"load-grunt-tasks": "^5.1.0",
"node-libs-browser": "^2.2.1",
"webpack": "^4.46.0",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"ajv-keywords": "^3.5.2",
"catta": "^2.2.0",
"common-js": "^0.3.8",
"cors": "^2.8.5",
"corsproxy": "^1.5.0",
"ecstatic": "^4.1.4",
"express": "^4.17.1",
"grunt": "^1.5.3",
"gulp-util": "^3.0.8",
"hapi": "^18.1.0",
"hoek": "^6.1.3",
"http-server": "^0.12.3",
"lodash": "^4.17.21",
"semver": "^6.3.0"
}
}