-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
40 lines (40 loc) · 1022 Bytes
/
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
{
"name": "dwv-jqui",
"version": "0.9.0-beta.0",
"description": "Medical viewer using DWV (DICOM Web Viewer) and jQuery UI.",
"keywords": [
"DICOM",
"medical",
"imaging"
],
"license": "GPL-3.0",
"author": "ivmartel <ivmartel@gmail.com>",
"homepage": "https://ivmartel.github.io/dwv-jqui/",
"repository": {
"type": "git",
"url": "git://github.com/ivmartel/dwv-jqui.git"
},
"dependencies": {
"dwv": "0.33.1",
"i18next": "~23.16.0",
"i18next-browser-languagedetector": "~8.0.0",
"i18next-http-backend": "~2.6.0",
"jquery": "3.4.1"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@stylistic/eslint-plugin-js": "^2.1.0",
"eslint": "^9.4.0",
"globals": "^15.4.0",
"grunt": "^1.4.0",
"grunt-cli": "^1.4.2",
"grunt-contrib-connect": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0"
},
"scripts": {
"start": "grunt start",
"dev": "grunt dev",
"lint": "eslint 'src/**/*.js' '*.js'"
}
}