-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 965 Bytes
/
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
{
"name": "acfun-html5plyer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@babel/polyfill": "^7.2.5",
"hls.js": "^0.12.2",
"jquery": "^3.3.1",
"js-cookie": "^2.2.0",
"openbse": "^2.1.0",
"perfect-scrollbar": "^1.4.0",
"tooltipster": "^4.2.6"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@types/hls.js": "^0.12.0",
"babelify": "^10.0.0",
"browserify": "^16.2.3",
"fs-extra": "^7.0.1",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.7",
"gulp-htmlmin": "^5.0.1",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^4.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}