chore: drop build steps, deps + fix meta for cms-generated pages
This commit is contained in:
parent
372d80f2fe
commit
bfbd5bf767
7 changed files with 39 additions and 298 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue