forked from goldvideo/h265player
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
94 lines (94 loc) · 2.76 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "h265player",
"version": "0.0.16",
"description": "h265player",
"main": "dist/h265player.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"start": "webpack-dev-server --config build/webpack.dev.conf.js",
"dev": "webpack --config build/webpack.dev.conf.js --watch --display-error-details",
"test": "webpack --config build/webpack.test.conf.js",
"build": "webpack --config build/webpack.prod.conf.js --nomaps",
"build:module": "npm run build --module",
"build:doc": "jsdoc -c jsdoc.json",
"merge": "",
"jest": "jest"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/homfen/h265player"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"browserfs": "^1.4.3",
"filer.js": "^0.4.5",
"loadjs": "^4.2.0",
"m3u8-parser": "^4.4.3",
"ndarray": "^1.0.19",
"demuxer": "^2.3.0",
"yuv-canvas": "github:homfen/yuv-canvas",
"yuv-buffer": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.6",
"@babel/runtime": "^7.10.1",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.0.1",
"babel-loader": "^8.2.2",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"clean-webpack-plugin": "^2.0.2",
"copy-webpack-plugin": "^5.1.0",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.0.1",
"jsdoc": "^3.6.3",
"mini-css-extract-plugin": "^0.7.0",
"postcss": "^7.0.24",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-url": "^8.0.0",
"precss": "^4.0.0",
"rollup": "^1.27.9",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-uglify": "^6.0.3",
"style-loader": "^0.23.1",
"stylelint": "^13.5.0",
"stylelint-webpack-plugin": "^0.10.5",
"terser-webpack-plugin": "^4.2.3",
"ts-loader": "^8.0.14",
"typescript": "^3.8.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"web-audio-test-api": "^0.5.2",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"webpack-require": "0.0.16",
"webpack2-polyfill-plugin": "^0.0.2",
"webworkify-webpack": "^2.1.5"
},
"files": [
"dist/h265player.js",
"dist/h265player-polyfill.js",
"dist/events.js",
"dist/lib/libffmpeg.js",
"dist/lib/libffmpeg.wasm"
],
"keywords": ["h265", "video", "player", "webassmebly"],
"author": ["goldvideo", "homfen"],
"license": "ISC"
}