aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json34
1 files changed, 19 insertions, 15 deletions
diff --git a/package.json b/package.json
index 77bcc78a..5c9f654d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "plyr",
- "version": "3.3.7",
+ "version": "3.3.15",
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
"homepage": "https://plyr.io",
"main": "./dist/plyr.js",
@@ -9,45 +9,47 @@
"style": "./dist/plyr.css",
"devDependencies": {
"babel-core": "^6.26.3",
- "babel-eslint": "^8.2.3",
+ "babel-eslint": "^8.2.4",
"babel-plugin-external-helpers": "^6.22.0",
- "babel-preset-env": "^1.6.1",
+ "babel-preset-env": "^1.7.0",
"del": "^3.0.0",
- "eslint": "^4.19.1",
- "eslint-config-airbnb-base": "^12.1.0",
+ "eslint": "^5.0.0",
+ "eslint-config-airbnb-base": "^13.0.0",
"eslint-config-prettier": "^2.9.0",
- "eslint-plugin-import": "^2.11.0",
+ "eslint-plugin-import": "^2.12.0",
"git-branch": "^2.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
- "gulp-better-rollup": "^3.1.0",
+ "gulp-better-rollup": "^3.2.1",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-filter": "^5.1.0",
"gulp-header": "^2.0.5",
"gulp-open": "^3.0.1",
- "gulp-rename": "^1.2.2",
- "gulp-replace": "^0.6.1",
+ "gulp-postcss": "^7.0.1",
+ "gulp-rename": "^1.3.0",
+ "gulp-replace": "^1.0.0",
"gulp-s3": "^0.11.0",
"gulp-sass": "^4.0.1",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.1",
- "gulp-uglify-es": "^1.0.1",
+ "gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.8",
- "prettier-eslint": "^8.8.1",
+ "postcss-custom-properties": "^7.0.0",
+ "prettier-eslint": "^8.8.2",
"prettier-stylelint": "^0.4.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"run-sequence": "^2.2.1",
- "stylelint": "^9.2.0",
+ "stylelint": "^9.3.0",
"stylelint-config-prettier": "^3.2.0",
"stylelint-config-recommended": "^2.1.0",
"stylelint-config-sass-guidelines": "^5.0.0",
"stylelint-order": "^0.8.1",
- "stylelint-scss": "^3.1.0",
+ "stylelint-scss": "^3.1.2",
"stylelint-selector-bem-pattern": "^2.0.0"
},
"keywords": ["HTML5 Video", "HTML5 Audio", "Media Player", "DASH", "Shaka", "WordPress", "HLS"],
@@ -63,6 +65,8 @@
"doc": "readme.md"
},
"scripts": {
+ "build": "gulp build",
+ "lint": "eslint src/js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sam Potts <sam@potts.es>",
@@ -70,7 +74,7 @@
"babel-polyfill": "^6.26.0",
"custom-event-polyfill": "^0.3.0",
"loadjs": "^3.5.4",
- "npm": "^6.0.0",
- "raven-js": "^3.24.2"
+ "raven-js": "^3.26.2",
+ "url-polyfill": "^1.0.13"
}
}