forked from Chimeejs/chimee-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
155 lines (155 loc) · 4.79 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "chimee-player",
"version": "1.4.8",
"description": "A complete set of H5 player",
"main": "lib/chimee-player.js",
"module": "lib/chimee-player.mjs",
"jsnext:main": "lib/chimee-player.mjs",
"browser": "lib/chimee-player.browser.js",
"scripts": {
"test": "jest --coverage",
"test:w": "jest --coverage --watch",
"start": "rollup -c build/rollup.config.dev.js -w",
"lint": "eslint . --fix",
"prepublishOnly": "npm t && pkg-ok",
"build": "npm run b-common && npm run b-es && npm run b-umd && npm run b-min && npm run b-esm && contributor",
"b-common": "rollup -c build/rollup.config.common.js",
"b-es": "rollup -c build/rollup.config.es.js",
"b-umd": "rollup -c build/rollup.config.umd.js",
"b-esm": "rollup -c build/rollup.config.esm.js",
"b-min": "rollup -c build/rollup.config.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chimeejs/chimee-player.git"
},
"keywords": [
"plugin",
"chimee",
"player",
"video",
"H5",
"HTML5",
"javascript"
],
"author": "huzunjie",
"license": "MIT",
"bugs": {
"url": "https://github.com/Chimeejs/chimee-player/issues"
},
"homepage": "https://github.com/Chimeejs/chimee-player#readme",
"dependencies": {
"chimee": "^0.11.0",
"chimee-helper": "^0.2.11",
"chimee-kernel-flv": "^1.4.10",
"chimee-kernel-hls": "^1.3.2",
"chimee-plugin-center-state": "0.0.12",
"chimee-plugin-contextmenu": "^0.1.2",
"chimee-plugin-controlbar": "^0.5.0",
"chimee-plugin-log": "0.0.4",
"chimee-plugin-popup": "0.0.7"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"contributor": "^0.1.25",
"cssnano": "^4.1.7",
"eslint": "^5.8.0",
"eslint-config-egg": "^7.1.0",
"eslint-plugin-jest": "^22.0.0",
"husky": "^1.1.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^23.6.0",
"pkg-ok": "^2.3.1",
"postcss": "^7.0.5",
"postcss-base64": "^0.7.1",
"postcss-nested": "^4.1.0",
"rollup": "^0.67.0",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-livereload": "^0.6.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-serve": "^0.6.0",
"rollup-plugin-server": "^0.7.0",
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-uglify": "^6.0.0",
"rollup-plugin-visualizer": "^0.9.2",
"toxic-utils": "^0.3.0"
},
"jest": {
"modulePaths": [
"src"
],
"moduleFileExtensions": [
"js"
],
"moduleDirectories": [
"node_modules",
"bower_components"
],
"moduleNameMapper": {
"\\.css$": "identity-obj-proxy"
},
"transformIgnorePatterns": [
"/node_modules/(?!(chimee-plugin-controlbar|chimee-plugin-center-state|chimee-plugin-contextmenu|chimee-plugin-popup)/).*/"
],
"transform": {
".*": "babel-jest"
}
},
"contributors": [
{
"name": "Johann",
"email": null,
"url": "https://github.com/toxic-johann",
"contributions": 13,
"additions": 17043,
"deletions": 15360,
"hireable": true
},
{
"name": "yandeqiang",
"email": null,
"url": "https://github.com/yandeqiang",
"contributions": 3,
"additions": 16465,
"deletions": 15589,
"hireable": null
},
{
"name": "胡尊杰",
"email": null,
"url": "https://github.com/huzunjie",
"contributions": 23,
"additions": 367,
"deletions": 39,
"hireable": null
}
]
}