-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 1020 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
{
"name": "xtplayer",
"version": "1.0.0",
"description": "XtPlayer",
"main": "main.js",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --inline --content-base ./build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "幻音い",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"axios": "^0.18.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"hls.js": "^0.12.2",
"install": "^0.12.2",
"jquery": "^3.3.1",
"qs": "^6.6.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.6",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"@webpack-cli/init": "^0.1.3",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"flv.js": "^1.5.0",
"webpack-cli": "^3.2.3"
}
}