aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-09-28 18:59:15 +0200
committerThomas Citharel <tcit@tcit.fr>2016-09-28 18:59:15 +0200
commit8f234d0156cc6f2eb6e3c9f692e4633b35fafc41 (patch)
treee609ce4e55729c63b1380fc4652dadb4343455af /package.json
parentfc487c4eb1924caae1056356963df91e06811b4a (diff)
downloadwallabag-8f234d0156cc6f2eb6e3c9f692e4633b35fafc41.tar.gz
wallabag-8f234d0156cc6f2eb6e3c9f692e4633b35fafc41.tar.zst
wallabag-8f234d0156cc6f2eb6e3c9f692e4633b35fafc41.zip
remove autocomplete and bring fonts through npm
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 14 insertions, 5 deletions
diff --git a/package.json b/package.json
index 78970f8f..f7918d8f 100644
--- a/package.json
+++ b/package.json
@@ -27,17 +27,21 @@
27 "grunt-contrib-uglify": "^1.0.0", 27 "grunt-contrib-uglify": "^1.0.0",
28 "grunt-postcss": "^0.8.0", 28 "grunt-postcss": "^0.8.0",
29 "hammerjs": "^2.0.6", 29 "hammerjs": "^2.0.6",
30 "jquery": "^2.2.1", 30 "icomoon-free-npm": "0.0.0",
31 "jquery-ui": "^1.10.5", 31 "jquery": "^2.2.4",
32 "jquery-ui-browserify": "^1.11.0-pre-seelio",
32 "jquery.cookie": "^1.4.1", 33 "jquery.cookie": "^1.4.1",
33 "jquery.tinydot": "^0.2.1", 34 "jquery.tinydot": "^0.2.1",
34 "load-grunt-tasks": "^3.4.1", 35 "load-grunt-tasks": "^3.4.1",
36 "material-design-icons-iconfont": "^3.0.0",
35 "materialize-css": "0.97.5", 37 "materialize-css": "0.97.5",
36 "npm": "^3.8.3", 38 "npm": "^3.8.3",
37 "pickadate": "^3.5.6", 39 "pickadate": "^3.5.6",
38 "pixrem": "^3.0.0", 40 "pixrem": "^3.0.0",
39 "postcss-cssnext": "^2.5.1", 41 "postcss-cssnext": "^2.5.1",
40 "prismjs": "^1.4.1", 42 "prismjs": "^1.4.1",
43 "ptsans-npm-webfont": "0.0.4",
44 "roboto-fontface": "^0.6.0",
41 "through": "^2.3.8" 45 "through": "^2.3.8"
42 }, 46 },
43 "engines": { 47 "engines": {
@@ -49,9 +53,14 @@
49 "materialize": "./node_modules/materialize-css/bin/materialize.js" 53 "materialize": "./node_modules/materialize-css/bin/materialize.js"
50 }, 54 },
51 "browserify-shim": { 55 "browserify-shim": {
52 "jquery": "$", 56 "jquery": {
53 "jQuery": "jQuery", 57 "exports": "$"
54 "materialize": "materialize" 58 },
59 "materialize": "materialize",
60 "jquery-ui": {
61 "depends": "jquery",
62 "exports": null
63 }
55 }, 64 },
56 "browserify": { 65 "browserify": {
57 "transform": [ 66 "transform": [