chore: drop build steps, deps + fix meta for cms-generated pages

This commit is contained in:
Cory Dransfeldt 2024-08-05 10:46:32 -07:00
parent 372d80f2fe
commit bfbd5bf767
No known key found for this signature in database
7 changed files with 39 additions and 298 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "21.3.8",
"version": "21.4.0",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {
@ -38,14 +38,12 @@
"@cdransf/eleventy-plugin-tabler-icons": "^1.10.0",
"@supabase/supabase-js": "^2.45.0",
"dotenv-flow": "^4.1.0",
"html-minifier-terser": "^7.2.0",
"liquidjs": "^10.16.1",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-footnote": "^4.0.0",
"sanitize-html": "^2.13.0",
"slugify": "^1.6.6",
"terser": "^5.31.3"
"slugify": "^1.6.6"
}
}