forked from chenlin1994/jmfdplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.2 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
{
"name": "jmfdplayer",
"version": "1.25.42",
"description": "Wow, such a lovely HTML5 danmaku video player",
"main": "dist/DPlayer.min.js",
"style": "dist/DPlayer.min.css",
"scripts": {
"start": "npm run dev",
"build1": "cross-env NODE_ENV=production webpack --config webpack/prod.config.js --progress --display-error-details --colors",
"build": "rm -rf ./dist && cross-env NODE_ENV=production webpack --config webpack/prod.config.js --progress --display-error-details --colors",
"dev": "cross-env NODE_ENV=development webpack-dev-server --config webpack/dev.config.js --watch --colors",
"test": "eslint src webpack",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"files": [
"dist"
],
"repository": {
"url": "git+https://github.com/DIYgod/DPlayer.git",
"type": "git"
},
"keywords": [
"player",
"danmaku",
"video",
"html5"
],
"author": "DIYgod",
"license": "MIT",
"bugs": {
"url": "https://github.com/DIYgod/DPlayer/issues"
},
"homepage": "https://github.com/DIYgod/DPlayer#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@vuepress/plugin-back-to-top": "1.0.1",
"@vuepress/plugin-google-analytics": "1.0.1",
"@vuepress/plugin-pwa": "1.0.1",
"art-template": "4.13.2",
"art-template-loader": "1.4.3",
"autoprefixer": "^9.6.0",
"babel-loader": "^8.0.6",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"exports-loader": "^0.7.0",
"file-loader": "^4.0.0",
"git-revision-webpack-plugin": "^3.0.3",
"mini-css-extract-plugin": "0.7.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"strip-loader": "^0.1.2",
"style-loader": "^0.23.1",
"svg-inline-loader": "0.8.0",
"template-string-optimize-loader": "^3.0.0",
"url-loader": "^2.0.0",
"vuepress": "1.0.1",
"webpack": "^4.33.0",
"webpack-cli": "3.3.2",
"webpack-dev-server": "^3.6.0"
},
"dependencies": {
"axios": "0.19.0",
"balloon-css": "^0.5.0",
"crypto-js": "^4.0.0",
"promise-polyfill": "8.1.0"
}
}