aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-09-28 10:30:18 +0200
committerThomas Citharel <tcit@tcit.fr>2016-09-28 10:30:18 +0200
commitc146f6940a176142084b4fc3c610d13aca60d90e (patch)
tree7bc4683febcf15a4fd6053bddd49e36c202adeda /package.json
parent55345331c47ca6f389e38a842584c3062476601d (diff)
downloadwallabag-c146f6940a176142084b4fc3c610d13aca60d90e.tar.gz
wallabag-c146f6940a176142084b4fc3c610d13aca60d90e.tar.zst
wallabag-c146f6940a176142084b4fc3c610d13aca60d90e.zip
Assets work
* ES6 all the things ! * ESLint checks everything * CSS fixes (use stylelint) * Fix #2231
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/package.json b/package.json
index 39a10e9c..78970f8f 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,8 @@
10 "dependencies": { 10 "dependencies": {
11 "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85", 11 "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85",
12 "autoprefixer": "^6.3.6", 12 "autoprefixer": "^6.3.6",
13 "babel-preset-es2015": "^6.14.0",
14 "babelify": "^7.3.0",
13 "bower": "^1.7.7", 15 "bower": "^1.7.7",
14 "browserify": "^13.0.0", 16 "browserify": "^13.0.0",
15 "browserify-shim": "^3.8.12", 17 "browserify-shim": "^3.8.12",
@@ -83,7 +85,10 @@
83 "url": "https://github.com/wallabag/wallabag/issues" 85 "url": "https://github.com/wallabag/wallabag/issues"
84 }, 86 },
85 "devDependencies": { 87 "devDependencies": {
86 "eslint": "^2.11.1", 88 "babel-eslint": "^6.1.2",
87 "eslint-config-airbnb": "^9.0.1" 89 "eslint": "^2.13.1",
90 "eslint-config-airbnb": "^9.0.1",
91 "stylelint": "^7.3.1",
92 "stylelint-config-standard": "^13.0.2"
88 } 93 }
89} 94}