This commit is contained in:
Tommy Parnell
2024-11-12 18:53:42 -05:00
parent 972243a4e2
commit e75ae35398
11 changed files with 1698 additions and 1467 deletions

View File

@@ -2,6 +2,7 @@
"name": "terribledev-blog",
"version": "8.0.0",
"description": "A starter repository for a blog web site using the Eleventy site generator.",
"type": "module",
"scripts": {
"prebuild": "rm -rf _site",
"build": "npx @11ty/eleventy",
@@ -33,15 +34,18 @@
},
"homepage": "https://github.com/11ty/eleventy-base-blog#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.1",
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-bundle": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"dotenv": "^16.3.1",
"dotenv": "^16.4.5",
"html-minifier": "^4.0.0",
"luxon": "^3.3.0",
"markdown-it-anchor": "^8.6.7"
"luxon": "^3.5.0",
"markdown-it-anchor": "^9.2.0"
},
"dependencies": {
"@11ty/eleventy-upgrade-help": "^3.0.1"
}
}