@internetarchive/bookreader 5.0.0-88-alpha.2 → 5.0.0-88-alpha.4
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@internetarchive/bookreader",
|
3
|
-
"version": "5.0.0-88-alpha.
|
3
|
+
"version": "5.0.0-88-alpha.4",
|
4
4
|
"description": "The Internet Archive BookReader.",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -39,6 +39,12 @@
|
|
39
39
|
"@internetarchive/icon-visual-adjustment": "^1.3.4",
|
40
40
|
"@internetarchive/modal-manager": "^2.0.1",
|
41
41
|
"@internetarchive/shared-resize-observer": "^0.2.0",
|
42
|
+
"interactjs": "^1.10.18",
|
43
|
+
"jquery": "3.6.1",
|
44
|
+
"jquery-colorbox": "1.6.4",
|
45
|
+
"jquery-ui": "^1.12.1",
|
46
|
+
"jquery-ui-touch-punch": "0.2.3",
|
47
|
+
"jquery.browser": "0.1.0",
|
42
48
|
"lit": "^2.8.0"
|
43
49
|
},
|
44
50
|
"devDependencies": {
|
@@ -60,15 +66,9 @@
|
|
60
66
|
"eslint-plugin-no-jquery": "^2.7.0",
|
61
67
|
"eslint-plugin-testcafe": "^0.2.1",
|
62
68
|
"http-server": "14.1.1",
|
63
|
-
"interactjs": "^1.10.18",
|
64
69
|
"iso-language-codes": "1.1.0",
|
65
70
|
"jest": "29.7.0",
|
66
71
|
"jest-environment-jsdom": "^29.7.0",
|
67
|
-
"jquery": "3.6.1",
|
68
|
-
"jquery-colorbox": "1.6.4",
|
69
|
-
"jquery-ui": "1.12.1",
|
70
|
-
"jquery-ui-touch-punch": "0.2.3",
|
71
|
-
"jquery.browser": "0.1.0",
|
72
72
|
"live-server": "1.2.2",
|
73
73
|
"regenerator-runtime": "0.14.1",
|
74
74
|
"sass": "1.79.5",
|