chore: use remote search

This commit is contained in:
Cory Dransfeldt 2024-10-18 18:12:30 -07:00
parent 7a2a2aa951
commit 482e13569f
No known key found for this signature in database
53 changed files with 1184 additions and 3735 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "1.4.0",
"version": "1.3.0",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -38,12 +38,14 @@
"devDependencies": {
"@11ty/eleventy": "v3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-vite": "5.0.0",
"@cdransf/eleventy-plugin-tabler-icons": "^2.0.3",
"@supabase/supabase-js": "^2.45.5",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"dotenv-flow": "^4.1.0",
"express": "4.21.1",
"fast-xml-parser": "^4.5.0",
"html-minifier-terser": "^7.2.0",
"html-to-text": "^9.0.5",
"ics": "^3.8.1",
"linkedom": "0.18.5",
@ -52,9 +54,12 @@
"markdown-it-anchor": "^9.2.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-prism": "^2.3.0",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-import-ext-glob": "^2.1.1",
"rimraf": "^6.0.1",
"slugify": "^1.6.6",
"truncate-html": "^1.1.2",
"vite-plugin-minify": "2.0.0"
"terser": "^5.36.0",
"truncate-html": "^1.1.2"
}
}