-
Notifications
You must be signed in to change notification settings - Fork 221
/
package.json
55 lines (55 loc) · 1.48 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "mpegts.js",
"version": "1.7.3",
"description": "HTML5 MPEG2-TS Stream Player",
"main": "./dist/mpegts.js",
"types": "./d.ts/mpegts.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/xqq/mpegts.js"
},
"keywords": [
"html5",
"mpegts",
"m2ts",
"mse",
"arib",
"dvb"
],
"scripts": {
"build": "webpack --mode=production --progress",
"build:debug": "webpack --mode=development --progress",
"watch": "webpack --mode=development --progress --watch",
"serve": "webpack serve --mode=development --progress"
},
"dependencies": {
"es6-promise": "^4.2.5",
"webworkify-webpack": "xqq/webworkify-webpack"
},
"devDependencies": {
"@types/node": "^10.12.18",
"@types/express-serve-static-core": "4.17.37",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@typescript-eslint/parser": "^1.4.2",
"@webpack-cli/serve": "^1.7.0",
"browser-sync": "^2.26.10",
"eslint": "^5.15.0",
"exports-loader": "^0.7.0",
"file-loader": "^3.0.1",
"source-map-loader": "^0.2.4",
"ssri": ">=8.0.1",
"terser-webpack-plugin": "^1.2.3",
"ts-loader": "^8.4.0",
"typescript": "^5.2.2",
"webpack": "^4.47.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^4.9.3",
"ws": ">=7.4.6",
"xmlhttprequest-ssl": ">=1.6.2",
"loader-utils": ">=1.4.1",
"socket.io-parser": ">=3.3.3",
"minimist": ">=1.2.6"
},
"author": "zheng qian <[email protected]>",
"license": "Apache-2.0"
}