-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 3.22 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
96
97
98
99
{
"name": "prototype-non-assertive-reactive",
"version": "0.0.1",
"main": "src/js/index.js",
"description": "Non-Assertive and Reactive Assistant Prototype",
"keywords": [
"DICOM",
"WADO",
"medical",
"imaging"
],
"author": "Francisco Maria Calisto",
"homepage": "https://github.com/MIMBCD-UI/prototype-non-assertive-reactive",
"license": "ACADEMIC & COMMERCIAL",
"repository": {
"type": "git",
"url": "https://github.com/MIMBCD-UI/prototype-non-assertive-reactive"
},
"scripts": {
"test": "jest",
"install": "cd src npm install",
"dicom-server:local": "cd .. && cd dicom-server/ && npm run start:local",
"dicom-server:multi": "cd .. && cd dicom-server/ && npm run start:multi",
"build": "webpack -p &",
"build:local": "webpack -p &",
"build:multi": "webpack -p &",
"build:uta11": "webpack -p &",
"create:sl": "touch src/common/studyList.json",
"clean:dataset": "rimraf dataset/*",
"clean:studies": "rimraf src/common/studies/*",
"clean:study": "rimraf src/common/studyList.json",
"clean:dirs": "npm run clean:dataset && npm run clean:studies",
"clean:paths": "npm run clean:dirs && npm run clean:study",
"clean": "npm run clean:paths && npm run create:sl",
"dataset:multi": "http-server dataset -p 3710",
"server": "node src/server/index.js",
"start:webdash": "npx webdash serve",
"start:local": "npm run build:local && npm run server && start:webdash",
"start:multi": "npm run build:multi && npm run server && start:webdash",
"start:uta11": "npm run build:uta11 && npm run server && start:webdash",
"start": "npm run 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.2.3",
"fs": "^0.0.1-security",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.1.1",
"grunt-contrib-qunit": "^3.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"html-webpack-plugin": "^1.1.0",
"jest": "^27.2.4",
"jshint": "^2.6.3",
"jshint-loader": "^0.8.4",
"load-grunt-tasks": "^3.5.2",
"node-libs-browser": "^2.2.0",
"rimraf": "^2.6.3",
"webdash": "^0.0.1",
"webdash-npm-scripts": "^1.3.0",
"webdash-package-json": "^1.3.1",
"webdash-performance-budget": "^1.3.0",
"webdash-pwa-manifest": "^1.3.0",
"webpack": "^4.30.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"catta": "^2.2.0",
"clean-css": "^4.1.11",
"common-js": "^0.3.8",
"connect": "^3.6.6",
"cors": "^2.8.5",
"cors-middleware": "^3.0.0",
"corsproxy": "^0.2.14",
"ecstatic": "^4.1.4",
"esdoc": "^0.0.2",
"esdoc-standard-plugin": "^1.0.0",
"express": "^4.16.4",
"finalhandler": "^1.1.1",
"fs": "^0.0.1-security",
"glob-parent": "^5.1.2",
"grunt": "^1.4.1",
"http-server": "^13.0.2",
"lodash": "^4.17.20",
"merry": "^5.5.2",
"nth-check": "^2.0.1",
"Package": "0.0.1",
"path": "^0.12.7",
"requirejs": "^2.3.6",
"semver": "^6.0.0",
"serve-static": "^1.13.2"
}
}