forked from ivmartel/dwv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.5 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
{
"name": "dwv",
"version": "0.31.0-beta",
"description": "DICOM Web Viewer.",
"keywords": [
"DICOM",
"medical",
"imaging"
],
"license": "GPL-3.0",
"author": "ivmartel <[email protected]>",
"homepage": "https://ivmartel.github.io/dwv/",
"repository": {
"type": "git",
"url": "git://github.com/ivmartel/dwv.git"
},
"main": "dist/dwv.min.js",
"engines": {
"node": ">= 14.0.0"
},
"browserslist": [
"defaults"
],
"dependencies": {
"i18next": "~20.6.0",
"i18next-browser-languagedetector": "~6.1.2",
"i18next-http-backend": "~1.3.1",
"jszip": "~3.7.0",
"konva": "~8.3.0",
"magic-wand-tool": "~1.1.7"
},
"devDependencies": {
"benchmark": "~2.1.4",
"docdash": "~1.2.0",
"eslint": "~8.3.0",
"eslint-plugin-jsdoc": "~37.0.3",
"github-release-notes": "0.17.2",
"grunt": "^1.4.0",
"grunt-cli": "^1.4.2",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^24.0.0",
"grunt-karma": "^4.0.2",
"jsdoc": "^3.6.7",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-qunit": "^4.1.2",
"qunit": "^2.15.0"
},
"scripts": {
"lint": "grunt lint",
"test": "grunt test",
"test-ci": "grunt test-ci --coverage",
"build": "grunt build",
"doc": "jsdoc -c resources/doc/jsdoc.conf.json",
"dev": "grunt dev",
"gren": "gren"
}
}