-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 2.16 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
{
"name": "dcmwebmwltestgen",
"version": "0.0.12",
"description": "DICOM Web Based Modality Worklist Test Generator",
"main": "app.js",
"repository": "https://[email protected]/imanabu/dcmWebMwlTestGen.git",
"scripts": {
"start": "node ./bin/www app.js",
"build": "tsc && npm run client-build",
"client-build": "cd client && tsc && webpack",
"test": "tsc && node ./node_modules/mocha/bin/mocha -exit -r ts-node/register test/**/*.spec.ts",
"postinstall": "npm run build",
"go": "npm run build && npm start"
},
"author": "Manabu Tokunaga, WinguMD, Inc.",
"license": "ISC",
"dependencies": {
"acorn": "^6.1.1",
"ajv": "^6.9.2",
"bootstrap": "^4.3.1",
"connect-redis": "^6.0.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"diff": "^4.0.1",
"errorhandler": "^1.5.0",
"express-jwt": "^6.1.0",
"express-session": "^1.15.6",
"express-slow-down": "^1.3.1",
"font-awesome": "^4.7.0",
"global-npm": "^0.3.0",
"glyphicons": "^0.2.0",
"hl7": "^1.1.1",
"http-errors": "^1.7.2",
"jquery": "^3.3.1",
"js-yaml": "^3.13.1",
"JSONStream": "latest",
"jsonwebtoken": "^8.5.0",
"less-middleware": "^2.2.1",
"lodash": "^4.17.11",
"mithril": "^1.1.6",
"mongoose": "^5.4.16",
"monk": "^7.3.4",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.1",
"popper.js": "^1.14.7",
"redis": "^3.1.2",
"rfc6902": "^3.0.1",
"source-map-support": "^0.5.10",
"superagent": "^4.1.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/diff": "^4.0.2",
"@types/express": "^4.16.1",
"@types/jquery": "^3.3.29",
"@types/lodash": "^4.14.121",
"@types/mithril": "^1.1.16",
"@types/mocha": "^5.2.6",
"@types/mongoose": "^5.3.20",
"@types/morgan": "^1.7.35",
"@types/node": "^11.9.5",
"css-loader": "^2.1.0",
"express": "^4.16.4",
"mocha": "^9.1.3",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"ts-node": "^8.0.3",
"tslint": "^5.13.0",
"typescript": "^3.3.3333",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
}
}