bloom-player 2.1.8 → 2.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -16
package/package.json
CHANGED
|
@@ -5,32 +5,17 @@
|
|
|
5
5
|
"// The major and minor version numbers shown here are used by the TeamCity build, so they are meaningful.": "",
|
|
6
6
|
"// Local builds will always get this exact version number, but that should be okay.": "",
|
|
7
7
|
"// There's no need to update the patch value before committing and merging: the TeamCity process ensures a new patch number for each merge.": "",
|
|
8
|
-
"version": "2.1.
|
|
8
|
+
"version": "2.1.9",
|
|
9
9
|
"description": "A library for displaying Bloom books in iframes or WebViews",
|
|
10
10
|
"author": "SIL International",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"private": false,
|
|
13
|
-
"engines": {
|
|
14
|
-
"node": ">=16.13.0"
|
|
15
|
-
},
|
|
16
13
|
"// sideeffects might need to be ['*.css'] to avoid 'shaking' our CSS, if we ever get tree shaking working": "",
|
|
17
14
|
"sideEffects": false,
|
|
18
15
|
"repository": {
|
|
19
16
|
"type": "git",
|
|
20
17
|
"url": "https://github.com/BloomBooks/bloom-player.git"
|
|
21
18
|
},
|
|
22
|
-
"dependencies": {
|
|
23
|
-
"@material-ui/core": "^4.12.3",
|
|
24
|
-
"@material-ui/icons": "^4.11.2",
|
|
25
|
-
"axios": "^0.18.0",
|
|
26
|
-
"dynamic-import-polyfill": "^0.1.1",
|
|
27
|
-
"jquery.nicescroll": "^3.7.6",
|
|
28
|
-
"react": "^16.8.5",
|
|
29
|
-
"react-dom": "^16.8.5",
|
|
30
|
-
"react-id-swiper": "2.3.2",
|
|
31
|
-
"style-scoped": "^0.2.1",
|
|
32
|
-
"swiper": "^4.5.0"
|
|
33
|
-
},
|
|
34
19
|
"files": [
|
|
35
20
|
"dist/*.js",
|
|
36
21
|
"dist/bloomplayer.htm",
|