X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=78970f8f29e1631f9bfcc6077f0efc27779d32ae;hb=c146f6940a176142084b4fc3c610d13aca60d90e;hp=39a10e9c949f868d1b65ea97a18cc6680d6038ec;hpb=55345331c47ca6f389e38a842584c3062476601d;p=github%2Fwallabag%2Fwallabag.git diff --git a/package.json b/package.json index 39a10e9c..78970f8f 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,8 @@ "dependencies": { "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85", "autoprefixer": "^6.3.6", + "babel-preset-es2015": "^6.14.0", + "babelify": "^7.3.0", "bower": "^1.7.7", "browserify": "^13.0.0", "browserify-shim": "^3.8.12", @@ -83,7 +85,10 @@ "url": "https://github.com/wallabag/wallabag/issues" }, "devDependencies": { - "eslint": "^2.11.1", - "eslint-config-airbnb": "^9.0.1" + "babel-eslint": "^6.1.2", + "eslint": "^2.13.1", + "eslint-config-airbnb": "^9.0.1", + "stylelint": "^7.3.1", + "stylelint-config-standard": "^13.0.2" } }