@liveqing/liveplayer-v3 3.1.1

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.
Binary file
package/package.json ADDED
@@ -0,0 +1,80 @@
1
+ {
2
+ "name": "@liveqing/liveplayer-v3",
3
+ "description": "WebRTC, HTTP-FLV, Websocket-FLV, RTMP, M3U8, MP4 Video Player",
4
+ "version": "3.1.1",
5
+ "author": "www.liveqing.com",
6
+ "license": "MIT",
7
+ "private": false,
8
+ "scripts": {
9
+ "start": "cross-env NODE_ENV=development webpack-dev-server --mode=development --host 0.0.0.0 --useLocalIp --open --open-page demo/index.html",
10
+ "dev": "cross-env NODE_ENV=development webpack-dev-server --mode=development --host 0.0.0.0 --useLocalIp --open --open-page demo/index.html",
11
+ "build": "cross-env NODE_ENV=production webpack --progress --hide-modules --mode=production",
12
+ "publish": "npm publish --access=public"
13
+ },
14
+ "keywords": [
15
+ "liveqing",
16
+ "liveplayer",
17
+ "webrtc",
18
+ "hls",
19
+ "rtmp",
20
+ "http-flv"
21
+ ],
22
+ "files": [
23
+ "dist/component/",
24
+ "README.md"
25
+ ],
26
+ "main": "dist/component/liveplayer-component.min.js",
27
+ "devDependencies": {
28
+ "@penggy/webpack-concat-plugin": "3.0.1",
29
+ "@vue/compat": "3.2.30",
30
+ "@vue/compiler-sfc": "3.2.30",
31
+ "babel-core": "6.26.0",
32
+ "babel-loader": "7.1.2",
33
+ "babel-plugin-component": "1.0.0",
34
+ "babel-polyfill": "6.26.0",
35
+ "babel-preset-env": "1.6.0",
36
+ "babel-preset-stage-3": "6.24.1",
37
+ "clean-webpack-plugin": "3.0.0",
38
+ "copy-webpack-plugin": "6.0.3",
39
+ "cross-env": "5.0.5",
40
+ "css-loader": "0.28.7",
41
+ "cssnano": "4.1.10",
42
+ "document-register-element": "1.14.3",
43
+ "exports-loader": "0.6.4",
44
+ "expose-loader": "0.7.4",
45
+ "extract-text-webpack-plugin": "4.0.0-beta.0",
46
+ "file-loader": "6.0.0",
47
+ "file-saver": "^2.0.0",
48
+ "font-awesome": "4.7.0",
49
+ "html-webpack-plugin": "4.0.0-beta.14",
50
+ "less": "3.0.0-alpha.3",
51
+ "less-loader": "4.0.5",
52
+ "lodash": "4.17.21",
53
+ "moment": "2.18.1",
54
+ "optimize-css-assets-webpack-plugin": "5.0.3",
55
+ "style-loader": "1.2.1",
56
+ "terser-webpack-plugin": "4.1.0",
57
+ "uglify-js": "2.8.29",
58
+ "url-loader": "4.1.0",
59
+ "vue": "3.2.30",
60
+ "vue-custom-element": "3.2.7",
61
+ "vue-loader": "16.8.3",
62
+ "vue-router": "3.0.1",
63
+ "vuex": "2.4.1",
64
+ "webpack": "4.44.1",
65
+ "webpack-cli": "3.3.12",
66
+ "webpack-dev-server": "3.11.0",
67
+ "wrapper-webpack-plugin": "2.1.0"
68
+ },
69
+ "pack": [
70
+ {
71
+ "name": "LivePlayerV3.js",
72
+ "format": "zip",
73
+ "pattern": "{dist/component/**,README.pdf}",
74
+ "options": {
75
+ "dot": true,
76
+ "ignore": []
77
+ }
78
+ }
79
+ ]
80
+ }