diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json index 7d5e20f..b9d3e9e 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,12 @@ "description": "deuxfleurs.fr", "main": "render.js", "dependencies": { + "clean-css": "^5.1.2", "jstransformer-markdown-it": "^2.1.0", - "marked": "^0.8.0", - "pug": "^2.0.4" + "marked": "^0.8.2", + "pug": "^3.0.2", + "source-map": "^0.7.3", + "uglify-js": "^3.13.3" }, "devDependencies": {}, "scripts": { |