upgrade to 3.0

This commit is contained in:
Kathleen Fitzpatrick
2024-10-14 19:27:15 -04:00
parent e8f8a543de
commit 655ad0ded8
1988 changed files with 47081 additions and 263 deletions

View File

@@ -11,7 +11,8 @@
"start-ghpages": "npx @11ty/eleventy --pathprefix=/eleventy-base-blog/ --serve --quiet",
"debug": "cross-env DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "cross-env DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "cross-env DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
"benchmark": "cross-env DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"index": "npx pagefind --site _site"
},
"repository": {
"type": "git",
@@ -46,6 +47,9 @@
"zod-validation-error": "^3.3.1"
},
"dependencies": {
"@zachleat/heading-anchors": "^1.0.1"
"@fontsource/atkinson-hyperlegible": "^5.0.3",
"@zachleat/heading-anchors": "^1.0.1",
"dotenv": "^16.3.1",
"lodash-es": "^4.17.21"
}
}