-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
69 lines (69 loc) · 1.95 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
{
"name": "greenplayer",
"version": "1.0.0",
"description": "A video player for H.265 extends from GoldVideo",
"main": "src/index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"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",
"build:module": "npm run build --module",
"merge": ""
},
"repository": {
"type": "git",
"url": "https://github.com/goldvideo/example/greenplayer.git"
},
"dependencies": {
"goldvideo-player": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.5.5",
"@babel/runtime": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"clean-webpack-plugin": "^2.0.2",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"jest": "^24.8.0",
"mini-css-extract-plugin": "^0.7.0",
"postcss": "^7.0.17",
"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.19.3",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-uglify": "^6.0.2",
"style-loader": "^0.23.1",
"stylelint": "^13.6.0",
"stylelint-webpack-plugin": "^0.10.5",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.1",
"webpack-require": "0.0.16",
"webpack2-polyfill-plugin": "^0.0.2",
"webworkify-webpack": "^2.1.5"
},
"keywords": [
"h265",
"video",
"player",
"webassmebly"
],
"author": "goldvideo",
"license": "ISC"
}