diff options
author | Camil Staps | 2021-06-23 09:25:36 +0200 |
---|---|---|
committer | Camil Staps | 2021-06-23 09:25:36 +0200 |
commit | 9b8045e9ff6fc02dde1f0e14ecb419d852352633 (patch) | |
tree | fd0a206697ca520079f7737f9f669c80787ffc35 /package.json | |
parent | Replace menuItem mixin in sidebar layout with single menu mixin (diff) |
Setup infrastructure for articles written in markdown
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 3979ff7..8b08ffe 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,9 @@ "gulp-minify-html": "^1.0.6", "gulp-notify": "^4.0.0", "gulp-pug-3": "^1.2.2", - "gulp-sass-next": "^6.0.0" + "gulp-sass-next": "^6.0.0", + "highlight.js": "^11.0.1", + "jstransformer-markdown-it": "^2.1.0" }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.3", |