diff options
author | Sam Potts <sam@potts.es> | 2019-02-19 01:05:59 +1100 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-02-19 01:05:59 +1100 |
commit | 54110f83582e3c6d12ee7ba3f09e4b116be87ffd (patch) | |
tree | c2c46f2683bd75a80623aa399770d3e1c3d2250d /package.json | |
parent | 522135adaf7cb395b7cfe313e63a6f3ae9b70eae (diff) | |
download | plyr-54110f83582e3c6d12ee7ba3f09e4b116be87ffd.tar.lz plyr-54110f83582e3c6d12ee7ba3f09e4b116be87ffd.tar.xz plyr-54110f83582e3c6d12ee7ba3f09e4b116be87ffd.zip |
Update build process
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/package.json b/package.json index 70cac8fc..e5db0705 100644 --- a/package.json +++ b/package.json @@ -27,45 +27,48 @@ "bugs": { "url": "https://github.com/sampotts/plyr/issues" }, - "directories": { - "doc": "readme.md" - }, + "browserslist": [ + "> 1%", + "not dead" + ], "scripts": { "build": "gulp build", "lint": "eslint src/js && npm run-script remark", "remark": "remark -f --use 'validate-links=repository:\"sampotts/plyr\"' '{,!(node_modules),.?**/}*.md'", - "test": "echo \"Error: no test specified\" && exit 1" + "deploy": "yarn lint && gulp deploy" }, "devDependencies": { - "@babel/core": "^7.2.2", - "babel-eslint": "^10.0.1", + "aws-sdk": "^2.404.0", + "@babel/core": "^7.3.3", "@babel/preset-env": "^7.3.1", + "babel-eslint": "^10.0.1", + "babel-preset-minify": "^0.5.0", "del": "^3.0.0", - "eslint": "^5.13.0", + "eslint": "^5.14.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-config-prettier": "^4.0.0", "eslint-plugin-import": "^2.16.0", + "fancy-log": "^1.3.3", "fastly-purge": "^1.0.1", "git-branch": "^2.0.1", "gulp": "^4.0.0", "gulp-autoprefixer": "^6.0.0", + "gulp-awspublish": "^4.0.0", "gulp-better-rollup": "^3.4.0", "gulp-clean-css": "^4.0.0", - "gulp-concat": "^2.6.1", "gulp-filter": "^5.1.0", "gulp-header": "^2.0.7", + "gulp-imagemin": "^5.0.3", "gulp-open": "^3.0.1", + "gulp-plumber": "^1.2.1", "gulp-postcss": "^8.0.0", "gulp-rename": "^1.4.0", "gulp-replace": "^1.0.0", - "gulp-s3": "^0.11.0", "gulp-sass": "^4.0.2", "gulp-size": "^3.0.0", "gulp-sourcemaps": "^2.6.4", - "gulp-svgmin": "^2.1.0", "gulp-svgstore": "^7.0.1", - "gulp-uglify-es": "^1.0.4", - "gulp-util": "^3.0.8", + "gulp-terser": "^1.1.7", "postcss-custom-properties": "^8.0.9", "prettier-eslint": "^8.8.2", "prettier-stylelint": "^0.4.2", |