-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "cisl-readium",
"version": "0.1.0",
"description": "CISL extended version of Readium web viewer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+"
},
"author": "CISL Project",
"license": "(BSD-3-Clause OR ECL-2.0)",
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"@evidentpoint/r2-navigator-web": "^0.0.4",
"figuration": "https://github.com/cast-org/figuration.git#v4-tooltip-iframe",
"infusion": "3.0.0-dev.20180801T212157Z.09bf3d438",
"jquery": "3.2.1",
"jquery-ui": "1.12.1",
"mark.js": "^8.11.1",
"npm": "^6.5.0"
},
"devDependencies": {
"eslint-config-fluid": "1.1.0",
"exports-loader": "^0.7.0",
"fluid-grunt-eslint": "18.1.2",
"grunt": "1.0.1",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "20.0.0",
"grunt-jsonlint": "1.1.0",
"grunt-webpack": "3.1.3",
"script-loader": "0.7.2",
"expose-loader": "0.7.5",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
}
}