aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAutumn <git@autumnfo.rest>2026-05-11 18:02:22 +0100
committerAutumn <git@autumnfo.rest>2026-05-11 18:02:22 +0100
commitb1322c3da41d10b42835b1fdc5d7c12c4f8be0a7 (patch)
tree6b8fd96ac6ab48dcd3729f5bfd06ab401ee07edf /package.json
parent91dec87c2f0bc218160915e43ca27ce49105939d (diff)
[pages] added pug
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 849bba8..b2003dd 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
"typescript": "6.0.3"
},
"dependencies": {
- "express": "5.2.1"
+ "express": "5.2.1",
+ "pug": "3.0.4"
}
}