summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-12-18 21:18:16 -0800
committerElizabeth Hunt <me@liz.coffee>2025-12-18 21:18:16 -0800
commitea31ae742a06966c9223b03a27a3c271263424a0 (patch)
tree81d8e0ff6e583629557897b6dc7b84d3f15c80ca /package.json
parent0888840cf20de2187095daa154ec441240a12ef3 (diff)
downloadlizdotcoffee-ea31ae742a06966c9223b03a27a3c271263424a0.tar.gz
lizdotcoffee-ea31ae742a06966c9223b03a27a3c271263424a0.zip
Init pt 2
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/package.json b/package.json
index 1c91581..340f77b 100644
--- a/package.json
+++ b/package.json
@@ -7,7 +7,11 @@
"build": "eleventy"
},
"devDependencies": {
- "@11ty/eleventy": "^3.0.0",
- "@11ty/eleventy-plugin-rss": "^2.0.2"
+ "@11ty/eleventy": "^3.1.2",
+ "@11ty/eleventy-plugin-rss": "^2.0.4"
+ },
+ "dependencies": {
+ "markdown-it": "^14.1.0",
+ "outdent": "^0.8.0"
}
}