summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorhazel <hazel@hazelthats.me>2026-03-06 16:38:48 +0100
committerhazel <hazel@hazelthats.me>2026-03-06 16:38:48 +0100
commit0ec0cc82ca10b08aad1de3acd7ce53414413caa2 (patch)
tree1e7c82e8616b18d0397b2256ef593d7bd36c0249 /package.json
parentb531d870111587340cc892ea4f1fc4e9c8fa8624 (diff)
downloadlpdu-site-0ec0cc82ca10b08aad1de3acd7ce53414413caa2.tar.gz
lpdu-site-0ec0cc82ca10b08aad1de3acd7ce53414413caa2.tar.bz2
lpdu-site-0ec0cc82ca10b08aad1de3acd7ce53414413caa2.zip
website outline, deployment code
Signed-off-by: hazel <hazel@hazelthats.me>
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 3b538d1..91fb599 100644
--- a/package.json
+++ b/package.json
@@ -13,8 +13,9 @@
"keywords": [],
"author": "",
"license": "ISC",
- "type": "commonjs",
+ "type": "module",
"dependencies": {
- "@11ty/eleventy": "^3.1.2"
+ "@11ty/eleventy": "^3.1.2",
+ "html-minifier-next": "^5.1.7"
}
}