diff options
author | terminaldweller <thabogre@gmail.com> | 2021-04-10 05:46:34 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-04-10 05:46:34 +0000 |
commit | 849e1df9b269d8cb7e1fb918a8200f60a085318a (patch) | |
tree | bcb0ef183aabaf6228712e005459872682bcc17b /package.json | |
parent | trying to add syntax highlighting for markdown (diff) | |
download | blog-849e1df9b269d8cb7e1fb918a8200f60a085318a.tar.gz blog-849e1df9b269d8cb7e1fb918a8200f60a085318a.zip |
added a dockerfile. fixed the relative path issues
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index a47eac5..ab27f5d 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "homepage": "https://github.com/terminaldweller/web#readme", "dependencies": { "ejs": "^3.1.6", + "express": "^4.17.1", "jsdom": "^16.2.2", "katex": "^0.11.1", "markdown-it": "^11.0.0", |