X-Git-Url: https://git.immae.eu/?p=github%2Fwallabag%2Fwallabag.git;a=blobdiff_plain;f=package.json;h=ac894e7978e7434e5b4ade38b881d07448e27c9c;hp=8b81f89bb4ed8aa4f9f7be9061291931dfc19f1e;hb=HEAD;hpb=873f6b8e03079d11fab541aa5b0bc6f8fe2d645e diff --git a/package.json b/package.json index 8b81f89b..7942eb5a 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "wallabag", - "version": "2.2.2", + "version": "2.3.3", "description": "wallabag is a self hostable application for saving web pages", "private": true, "directories": { "doc": "docs" }, "engines": { - "node": ">4.8" + "node": ">=6.10" }, "repository": { "type": "git", @@ -36,13 +36,13 @@ "url": "https://github.com/wallabag/wallabag/issues" }, "devDependencies": { - "autoprefixer": "^6.7.7", + "autoprefixer": "^7.1.1", "babel-core": "^6.24.1", "babel-eslint": "^7.2.3", "babel-loader": "^7.0.0", "babel-preset-env": "^1.4.0", "css-loader": "^0.28.0", - "eslint": "^3.19.0", + "eslint": "^4.0.0", "eslint-config-airbnb-base": "^11.1.3", "eslint-loader": "^1.7.1", "eslint-plugin-import": "^2.2.0", @@ -50,9 +50,9 @@ "file-loader": "^0.11.0", "lato-font": "^3.0.0", "node-sass": "^4.5.2", - "postcss-loader": "^1.3.3", + "postcss-loader": "^2.0.5", "sass-loader": "^6.0.3", - "style-loader": "^0.16.1", + "style-loader": "^0.18.2", "stylelint": "^7.9.0", "stylelint-config-standard": "^16.0.0", "stylelint-webpack-plugin": "^0.7.0", @@ -64,13 +64,16 @@ }, "dependencies": { "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85", + "clipboard": "^2.0.4", "hammerjs": "^2.0.8", + "highlight.js": "^9.12.0", "icomoon-free-npm": "^0.0.0", "jquery": "^2.1.4", "jquery.cookie": "^1.4.1", "jr-qrcode": "^1.0.7", - "material-design-icons-iconfont": "^3.0.3", + "material-design-icons-iconfont": "^5.0.1", "materialize-css": "^0.98.1", + "mathjax": "^3.0.0", "mousetrap": "^1.6.0", "ptsans-npm-webfont": "^0.0.4", "roboto-fontface": "^0.7.0",