summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/package.json b/package.json
deleted file mode 100644
index 340f77b..0000000
--- a/package.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "lizdotcoffee",
- "version": "1.0.0",
- "type": "module",
- "scripts": {
- "dev": "eleventy --serve",
- "build": "eleventy"
- },
- "devDependencies": {
- "@11ty/eleventy": "^3.1.2",
- "@11ty/eleventy-plugin-rss": "^2.0.4"
- },
- "dependencies": {
- "markdown-it": "^14.1.0",
- "outdent": "^0.8.0"
- }
-}