eb-player 1.52.0 → 1.52.2
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/README.md +13 -13
- package/dist/build/default.js +1 -0
- package/dist/build/forja.js +1 -0
- package/package.json +72 -72
- package/dist/ebplayer.bundle.js +0 -1
package/package.json
CHANGED
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "eb-player",
|
|
3
|
-
"version": "1.52.
|
|
4
|
-
"scripts": {
|
|
5
|
-
"build": "webpack --config-name component",
|
|
6
|
-
"generate": "webpack --config-name generate",
|
|
7
|
-
"dev": "webpack-dev-server --config-name generate --host 0.0.0.0 --port 8080"
|
|
8
|
-
},
|
|
9
|
-
"devDependencies": {
|
|
10
|
-
"@babel/core": "^7.8.6",
|
|
11
|
-
"@babel/plugin-transform-runtime": "^7.8.3",
|
|
12
|
-
"@babel/preset-env": "^7.8.6",
|
|
13
|
-
"@babel/runtime": "^7.8.4",
|
|
14
|
-
"@mdi/font": "^3.5.95",
|
|
15
|
-
"babel-loader": "^8.0.6",
|
|
16
|
-
"clean-webpack-plugin": "^3.0.0",
|
|
17
|
-
"core-js": "3",
|
|
18
|
-
"css-loader": "^3.2.0",
|
|
19
|
-
"dashjs": "^3.0.0",
|
|
20
|
-
"eslint": "^5.9.0",
|
|
21
|
-
"eslint-config-airbnb-base": "^13.1.0",
|
|
22
|
-
"eslint-plugin-html": "^5.0.3",
|
|
23
|
-
"eslint-plugin-import": "^2.18.2",
|
|
24
|
-
"eslint-plugin-vue": "^5.2.2",
|
|
25
|
-
"find-root": "^1.1.0",
|
|
26
|
-
"format-duration": "^1.3.1",
|
|
27
|
-
"fs-extra": "^9.0.1",
|
|
28
|
-
"hls.js": "^1.0.4",
|
|
29
|
-
"html-webpack-plugin": "^3.2.0",
|
|
30
|
-
"ignore-loader": "^0.1.2",
|
|
31
|
-
"just-debounce-it": "^1.1.0",
|
|
32
|
-
"just-safe-get": "^2.0.0",
|
|
33
|
-
"just-throttle": "^1.1.0",
|
|
34
|
-
"load-js": "^3.0.3",
|
|
35
|
-
"lodash.assign": "^4.2.0",
|
|
36
|
-
"lodash.clonedeep": "^4.5.0",
|
|
37
|
-
"lodash.defaults": "^4.2.0",
|
|
38
|
-
"node-sass": "^4.11.0",
|
|
39
|
-
"raw-loader": "^4.0.2",
|
|
40
|
-
"sass": "^1.23.3",
|
|
41
|
-
"sass-loader": "^7.1.0",
|
|
42
|
-
"screenfull": "^5.1.0",
|
|
43
|
-
"style-loader": "^1.0.0",
|
|
44
|
-
"subtitles-parser-vtt": "^0.1.0",
|
|
45
|
-
"terser-webpack-plugin": "^2.2.1",
|
|
46
|
-
"url-loader": "^3.0.0",
|
|
47
|
-
"uuid": "^8.3.0",
|
|
48
|
-
"vue": "2.6.11",
|
|
49
|
-
"vue-loader": "^15.7.2",
|
|
50
|
-
"vue-material-design-icons": "^3.1.0",
|
|
51
|
-
"vue-svg-loader": "^0.15.0",
|
|
52
|
-
"vue-template-compiler": "2.6.11",
|
|
53
|
-
"webpack": "^4.41.2",
|
|
54
|
-
"webpack-bundle-analyzer": "^3.6.0",
|
|
55
|
-
"webpack-cli": "^3.3.10",
|
|
56
|
-
"webpack-dev-server": "^3.9.0"
|
|
57
|
-
},
|
|
58
|
-
"files": [
|
|
59
|
-
"dist"
|
|
60
|
-
],
|
|
61
|
-
"main": "./dist/ebplayer.bundle.js",
|
|
62
|
-
"dependencies": {
|
|
63
|
-
"can-autoplay": "^3.0.0",
|
|
64
|
-
"dotenv": "^8.2.0",
|
|
65
|
-
"iphone-inline-video": "^2.2.2",
|
|
66
|
-
"just-pick": "^2.1.0",
|
|
67
|
-
"mathjs": "^9.4.2",
|
|
68
|
-
"scriptjs": "^2.5.9",
|
|
69
|
-
"string-replace-loader": "^3.0.1",
|
|
70
|
-
"whatwg-fetch": "^3.5.0"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "eb-player",
|
|
3
|
+
"version": "1.52.2",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"build": "webpack --config-name component",
|
|
6
|
+
"generate": "webpack --config-name generate",
|
|
7
|
+
"dev": "webpack-dev-server --config-name generate --host 0.0.0.0 --port 8080"
|
|
8
|
+
},
|
|
9
|
+
"devDependencies": {
|
|
10
|
+
"@babel/core": "^7.8.6",
|
|
11
|
+
"@babel/plugin-transform-runtime": "^7.8.3",
|
|
12
|
+
"@babel/preset-env": "^7.8.6",
|
|
13
|
+
"@babel/runtime": "^7.8.4",
|
|
14
|
+
"@mdi/font": "^3.5.95",
|
|
15
|
+
"babel-loader": "^8.0.6",
|
|
16
|
+
"clean-webpack-plugin": "^3.0.0",
|
|
17
|
+
"core-js": "3",
|
|
18
|
+
"css-loader": "^3.2.0",
|
|
19
|
+
"dashjs": "^3.0.0",
|
|
20
|
+
"eslint": "^5.9.0",
|
|
21
|
+
"eslint-config-airbnb-base": "^13.1.0",
|
|
22
|
+
"eslint-plugin-html": "^5.0.3",
|
|
23
|
+
"eslint-plugin-import": "^2.18.2",
|
|
24
|
+
"eslint-plugin-vue": "^5.2.2",
|
|
25
|
+
"find-root": "^1.1.0",
|
|
26
|
+
"format-duration": "^1.3.1",
|
|
27
|
+
"fs-extra": "^9.0.1",
|
|
28
|
+
"hls.js": "^1.0.4",
|
|
29
|
+
"html-webpack-plugin": "^3.2.0",
|
|
30
|
+
"ignore-loader": "^0.1.2",
|
|
31
|
+
"just-debounce-it": "^1.1.0",
|
|
32
|
+
"just-safe-get": "^2.0.0",
|
|
33
|
+
"just-throttle": "^1.1.0",
|
|
34
|
+
"load-js": "^3.0.3",
|
|
35
|
+
"lodash.assign": "^4.2.0",
|
|
36
|
+
"lodash.clonedeep": "^4.5.0",
|
|
37
|
+
"lodash.defaults": "^4.2.0",
|
|
38
|
+
"node-sass": "^4.11.0",
|
|
39
|
+
"raw-loader": "^4.0.2",
|
|
40
|
+
"sass": "^1.23.3",
|
|
41
|
+
"sass-loader": "^7.1.0",
|
|
42
|
+
"screenfull": "^5.1.0",
|
|
43
|
+
"style-loader": "^1.0.0",
|
|
44
|
+
"subtitles-parser-vtt": "^0.1.0",
|
|
45
|
+
"terser-webpack-plugin": "^2.2.1",
|
|
46
|
+
"url-loader": "^3.0.0",
|
|
47
|
+
"uuid": "^8.3.0",
|
|
48
|
+
"vue": "2.6.11",
|
|
49
|
+
"vue-loader": "^15.7.2",
|
|
50
|
+
"vue-material-design-icons": "^3.1.0",
|
|
51
|
+
"vue-svg-loader": "^0.15.0",
|
|
52
|
+
"vue-template-compiler": "2.6.11",
|
|
53
|
+
"webpack": "^4.41.2",
|
|
54
|
+
"webpack-bundle-analyzer": "^3.6.0",
|
|
55
|
+
"webpack-cli": "^3.3.10",
|
|
56
|
+
"webpack-dev-server": "^3.9.0"
|
|
57
|
+
},
|
|
58
|
+
"files": [
|
|
59
|
+
"dist"
|
|
60
|
+
],
|
|
61
|
+
"main": "./dist/ebplayer.bundle.js",
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"can-autoplay": "^3.0.0",
|
|
64
|
+
"dotenv": "^8.2.0",
|
|
65
|
+
"iphone-inline-video": "^2.2.2",
|
|
66
|
+
"just-pick": "^2.1.0",
|
|
67
|
+
"mathjs": "^9.4.2",
|
|
68
|
+
"scriptjs": "^2.5.9",
|
|
69
|
+
"string-replace-loader": "^3.0.1",
|
|
70
|
+
"whatwg-fetch": "^3.5.0"
|
|
71
|
+
}
|
|
72
|
+
}
|