diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/package.json b/package.json index 39a10e9c..21664f37 100644 --- a/package.json +++ b/package.json | |||
@@ -10,7 +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 | "bower": "^1.7.7", | 13 | "babel-preset-es2015": "^6.14.0", |
14 | "babelify": "^7.3.0", | ||
14 | "browserify": "^13.0.0", | 15 | "browserify": "^13.0.0", |
15 | "browserify-shim": "^3.8.12", | 16 | "browserify-shim": "^3.8.12", |
16 | "cssnano": "^3.5.2", | 17 | "cssnano": "^3.5.2", |
@@ -25,17 +26,21 @@ | |||
25 | "grunt-contrib-uglify": "^1.0.0", | 26 | "grunt-contrib-uglify": "^1.0.0", |
26 | "grunt-postcss": "^0.8.0", | 27 | "grunt-postcss": "^0.8.0", |
27 | "hammerjs": "^2.0.6", | 28 | "hammerjs": "^2.0.6", |
28 | "jquery": "^2.2.1", | 29 | "icomoon-free-npm": "0.0.0", |
29 | "jquery-ui": "^1.10.5", | 30 | "jquery": "^2.2.4", |
31 | "jquery-ui-browserify": "^1.11.0-pre-seelio", | ||
30 | "jquery.cookie": "^1.4.1", | 32 | "jquery.cookie": "^1.4.1", |
31 | "jquery.tinydot": "^0.2.1", | 33 | "jquery.tinydot": "^0.2.1", |
32 | "load-grunt-tasks": "^3.4.1", | 34 | "load-grunt-tasks": "^3.4.1", |
35 | "material-design-icons-iconfont": "^3.0.0", | ||
33 | "materialize-css": "0.97.5", | 36 | "materialize-css": "0.97.5", |
34 | "npm": "^3.8.3", | 37 | "npm": "^3.8.3", |
35 | "pickadate": "^3.5.6", | 38 | "pickadate": "^3.5.6", |
36 | "pixrem": "^3.0.0", | 39 | "pixrem": "^3.0.0", |
37 | "postcss-cssnext": "^2.5.1", | 40 | "postcss-cssnext": "^2.5.1", |
38 | "prismjs": "^1.4.1", | 41 | "prismjs": "^1.4.1", |
42 | "ptsans-npm-webfont": "0.0.4", | ||
43 | "roboto-fontface": "^0.6.0", | ||
39 | "through": "^2.3.8" | 44 | "through": "^2.3.8" |
40 | }, | 45 | }, |
41 | "engines": { | 46 | "engines": { |
@@ -47,9 +52,14 @@ | |||
47 | "materialize": "./node_modules/materialize-css/bin/materialize.js" | 52 | "materialize": "./node_modules/materialize-css/bin/materialize.js" |
48 | }, | 53 | }, |
49 | "browserify-shim": { | 54 | "browserify-shim": { |
50 | "jquery": "$", | 55 | "jquery": { |
51 | "jQuery": "jQuery", | 56 | "exports": "$" |
52 | "materialize": "materialize" | 57 | }, |
58 | "materialize": "materialize", | ||
59 | "jquery-ui": { | ||
60 | "depends": "jquery", | ||
61 | "exports": null | ||
62 | } | ||
53 | }, | 63 | }, |
54 | "browserify": { | 64 | "browserify": { |
55 | "transform": [ | 65 | "transform": [ |
@@ -83,7 +93,10 @@ | |||
83 | "url": "https://github.com/wallabag/wallabag/issues" | 93 | "url": "https://github.com/wallabag/wallabag/issues" |
84 | }, | 94 | }, |
85 | "devDependencies": { | 95 | "devDependencies": { |
86 | "eslint": "^2.11.1", | 96 | "babel-eslint": "^6.1.2", |
87 | "eslint-config-airbnb": "^9.0.1" | 97 | "eslint": "^2.13.1", |
98 | "eslint-config-airbnb": "^9.0.1", | ||
99 | "stylelint": "^7.3.1", | ||
100 | "stylelint-config-standard": "^13.0.2" | ||
88 | } | 101 | } |
89 | } | 102 | } |