diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json index 68fe526..d26147f 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,7 @@ }, "devDependencies": { "@babel/core": "^7.1.2", + "@babel/plugin-external-helpers": "^7.0.0", "@babel/preset-env": "^7.1.0", "coveralls": "^2.11.15", "del": "^2.2.0", @@ -75,21 +76,25 @@ "gulp-cli": "^1.2.2", "gulp-concat": "^2.3.3", "gulp-header": "^1.0.5", - "gulp-rename": "^1.2.0", + "gulp-rename": "^1.4.0", "gulp-size": "^2.1.0", "gulp-sourcemaps": "^2.6.4", "gulp-standard": "^10.1.2", "gulp-trimlines": "^1.0.0", "gulp-uglify": "^2.0.0", "gulp-wrap": "^0.13.0", + "http-server": "^0.11.1", "jasmine-core": "^2.5.2", "karma": "^1.3.0", "karma-coverage": "^1.1.1", "karma-firefox-launcher": "^1.0.0", "karma-jasmine": "^1.0.2", "karma-phantomjs-launcher": "^1.0.2", - "request": "^2.78.0", + "request": "^2.88.0", "rollup": "^0.66.6", + "rollup-plugin-babel": "^4.0.3", + "rollup-plugin-filesize": "^5.0.1", + "rollup-plugin-uglify": "^6.0.0", "snazzy": "^6.0.0", "standard": "^9.0.1", "svgdom": "latest" |