DPlayer/package.json

61 lines
1.7 KiB
JSON
Raw Normal View History

2016-05-03 14:11:47 +00:00
{
"name": "dplayer",
2018-01-27 12:34:35 +00:00
"version": "1.21.2",
2016-05-03 14:14:11 +00:00
"description": "Wow, such a lovely HTML5 danmaku video player",
2016-05-03 14:11:47 +00:00
"main": "dist/DPlayer.min.js",
2017-04-11 13:33:54 +00:00
"style": "dist/DPlayer.min.css",
2016-05-03 14:11:47 +00:00
"scripts": {
2017-07-27 09:38:42 +00:00
"start": "npm run dev",
"build": "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",
2017-07-27 13:09:04 +00:00
"test": "eslint src webpack"
2016-05-03 14:11:47 +00:00
},
2017-04-11 13:28:28 +00:00
"files": [
"dist"
],
2016-05-03 14:11:47 +00:00
"repository": {
2017-02-06 04:04:58 +00:00
"url": "git+https://github.com/DIYgod/DPlayer.git",
"type": "git"
2016-05-03 14:11:47 +00:00
},
"keywords": [
"player",
"danmaku",
"video",
"html5"
],
"author": "DIYgod",
2017-07-24 18:26:38 +00:00
"license": "MIT",
2016-05-03 14:11:47 +00:00
"bugs": {
"url": "https://github.com/DIYgod/DPlayer/issues"
},
"homepage": "https://github.com/DIYgod/DPlayer#readme",
"devDependencies": {
2018-02-03 12:02:24 +00:00
"autoprefixer": "^7.2.5",
2017-11-30 08:10:47 +00:00
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
2018-02-03 12:02:24 +00:00
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"eslint": "^4.17.0",
2017-07-11 18:26:32 +00:00
"eslint-loader": "^1.9.0",
2017-04-12 11:57:31 +00:00
"exports-loader": "^0.6.4",
2017-11-30 08:10:47 +00:00
"extract-text-webpack-plugin": "^3.0.2",
2018-02-03 12:02:24 +00:00
"file-loader": "^1.1.6",
2017-09-05 17:10:08 +00:00
"git-revision-webpack-plugin": "^2.5.1",
2017-11-30 08:10:47 +00:00
"node-sass": "^4.7.2",
2018-02-03 12:02:24 +00:00
"postcss-loader": "^2.1.0",
2017-11-30 08:10:47 +00:00
"sass-loader": "^6.0.6",
2017-04-11 13:18:10 +00:00
"strip-loader": "^0.1.2",
2018-02-03 12:02:24 +00:00
"style-loader": "^0.20.1",
"template-string-optimize-loader": "^2.2.3",
2017-11-30 08:10:47 +00:00
"url-loader": "^0.6.2",
2018-02-03 12:02:24 +00:00
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
2017-09-14 16:10:23 +00:00
},
"dependencies": {
2018-01-18 17:52:04 +00:00
"balloon-css": "^0.5.0",
"object-assign": "4.1.1",
2018-02-03 12:02:24 +00:00
"promise-polyfill": "7.0.2"
2016-05-03 14:11:47 +00:00
}
}