aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/package.json b/package.json
index 356ff08..49b5f84 100644
--- a/package.json
+++ b/package.json
@@ -8,15 +8,20 @@
},
"author": "Marc Pervaz Boocha",
"dependencies": {
- "@11ty/eleventy": "^3.0.0-alpha.5",
+ "@11ty/eleventy": "^3.0.0-alpha.13",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
- "@11ty/eleventy-plugin-bundle": "^1.0.5",
+ "@11ty/eleventy-plugin-bundle": "^2.0.2",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
- "@11ty/eleventy-plugin-rss": "^1.2.0",
+ "@11ty/eleventy-plugin-rss": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@sindresorhus/slugify": "^2.2.1",
+ "cssnano": "^7.0.3",
+ "html-min": "^0.0.4",
+ "html-minifier": "^4.0.0",
+ "modern-normalize": "^2.0.0",
+ "postcss": "^8.4.38",
"prismjs": "^1.29.0"
}
}