aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-10-04 12:14:28 +0200
committerThomas Citharel <tcit@tcit.fr>2016-10-04 12:14:28 +0200
commit9f7d154e3451f1ccc1d69f0013e98acf4639c63b (patch)
tree760b565a0c6bc7001b945d4d79fb5ffb84948550 /package.json
parentf440e282819a1e92e3200cf2e588fc9a0c1278ac (diff)
downloadwallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.gz
wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.tar.zst
wallabag-9f7d154e3451f1ccc1d69f0013e98acf4639c63b.zip
Add eslint & stylelint tests (fix a few things) and move dependencies to dev
Diffstat (limited to 'package.json')
-rw-r--r--package.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/package.json b/package.json
index 21664f37..4247fac6 100644
--- a/package.json
+++ b/package.json
@@ -7,42 +7,6 @@
7 "directories": { 7 "directories": {
8 "doc": "docs" 8 "doc": "docs"
9 }, 9 },
10 "dependencies": {
11 "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85",
12 "autoprefixer": "^6.3.6",
13 "babel-preset-es2015": "^6.14.0",
14 "babelify": "^7.3.0",
15 "browserify": "^13.0.0",
16 "browserify-shim": "^3.8.12",
17 "cssnano": "^3.5.2",
18 "es6-promise": "^3.2.1",
19 "grunt": ">=0.4.0",
20 "grunt-browserify": "^5.0.0",
21 "grunt-cli": "^1.2.0",
22 "grunt-contrib-clean": "^1.0.0",
23 "grunt-contrib-concat": "^1.0.0",
24 "grunt-contrib-copy": "^1.0.0",
25 "grunt-contrib-symlink": "^1.0.0",
26 "grunt-contrib-uglify": "^1.0.0",
27 "grunt-postcss": "^0.8.0",
28 "hammerjs": "^2.0.6",
29 "icomoon-free-npm": "0.0.0",
30 "jquery": "^2.2.4",
31 "jquery-ui-browserify": "^1.11.0-pre-seelio",
32 "jquery.cookie": "^1.4.1",
33 "jquery.tinydot": "^0.2.1",
34 "load-grunt-tasks": "^3.4.1",
35 "material-design-icons-iconfont": "^3.0.0",
36 "materialize-css": "0.97.5",
37 "npm": "^3.8.3",
38 "pickadate": "^3.5.6",
39 "pixrem": "^3.0.0",
40 "postcss-cssnext": "^2.5.1",
41 "prismjs": "^1.4.1",
42 "ptsans-npm-webfont": "0.0.4",
43 "roboto-fontface": "^0.6.0",
44 "through": "^2.3.8"
45 },
46 "engines": { 10 "engines": {
47 "node": ">0.12" 11 "node": ">0.12"
48 }, 12 },
@@ -93,10 +57,46 @@
93 "url": "https://github.com/wallabag/wallabag/issues" 57 "url": "https://github.com/wallabag/wallabag/issues"
94 }, 58 },
95 "devDependencies": { 59 "devDependencies": {
60 "annotator": "git://github.com/wallabag/annotator.git#0f076c7d371ed25eb0793346f46982d90f2c4c85",
61 "autoprefixer": "^6.3.6",
96 "babel-eslint": "^6.1.2", 62 "babel-eslint": "^6.1.2",
63 "babel-preset-es2015": "^6.14.0",
64 "babelify": "^7.3.0",
65 "browserify": "^13.0.0",
66 "browserify-shim": "^3.8.12",
67 "cssnano": "^3.5.2",
68 "es6-promise": "^3.2.1",
97 "eslint": "^2.13.1", 69 "eslint": "^2.13.1",
98 "eslint-config-airbnb": "^9.0.1", 70 "eslint-config-airbnb": "^9.0.1",
71 "grunt": ">=0.4.0",
72 "grunt-browserify": "^5.0.0",
73 "grunt-cli": "^1.2.0",
74 "grunt-contrib-clean": "^1.0.0",
75 "grunt-contrib-concat": "^1.0.0",
76 "grunt-contrib-copy": "^1.0.0",
77 "grunt-contrib-symlink": "^1.0.0",
78 "grunt-contrib-uglify": "^1.0.0",
79 "grunt-eslint": "^19.0.0",
80 "grunt-postcss": "^0.8.0",
81 "grunt-stylelint": "^0.6.0",
82 "hammerjs": "^2.0.6",
83 "icomoon-free-npm": "0.0.0",
84 "jquery": "^2.2.4",
85 "jquery-ui-browserify": "^1.11.0-pre-seelio",
86 "jquery.cookie": "^1.4.1",
87 "jquery.tinydot": "^0.2.1",
88 "load-grunt-tasks": "^3.4.1",
89 "material-design-icons-iconfont": "^3.0.0",
90 "materialize-css": "0.97.5",
91 "npm": "^3.8.3",
92 "pickadate": "^3.5.6",
93 "pixrem": "^3.0.0",
94 "postcss-cssnext": "^2.5.1",
95 "prismjs": "^1.4.1",
96 "ptsans-npm-webfont": "0.0.4",
97 "roboto-fontface": "^0.6.0",
99 "stylelint": "^7.3.1", 98 "stylelint": "^7.3.1",
100 "stylelint-config-standard": "^13.0.2" 99 "stylelint-config-standard": "^13.0.2",
100 "through": "^2.3.8"
101 } 101 }
102} 102}