diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-04 18:24:35 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-04 18:24:35 +0000 |
commit | 612f9ee8d3d2959b838380d92f56f2e57345afce (patch) | |
tree | 375de74a8d775238acf0a7de05b4eaa1ab19a2b2 /package.json | |
parent | fixed the style issue. footers are now ok (diff) | |
download | blog-612f9ee8d3d2959b838380d92f56f2e57345afce.tar.gz blog-612f9ee8d3d2959b838380d92f56f2e57345afce.zip |
added helmet
Diffstat (limited to '')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index a0f75cb..e7d7a5e 100644 --- a/package.json +++ b/package.json @@ -21,12 +21,15 @@ "express": "^4.17.1", "express-sitemap": "^1.8.0", "express-sitemap-xml": "^3.0.0", + "helmet": "^5.0.2", "jsdom": "^16.2.2", "katex": "^0.11.1", "markdown-it": "^11.0.0", "markdown-it-highlightjs": "^3.4.0", "markdown-it-multimd-table": "^4.0.2", "markdown-it-texmath": "^0.7.0", + "morgan": "^1.10.0", + "pug": "^3.0.2", "spdy": "^4.0.2" }, "devDependencies": { |