feat: optimize component js post-build + new youtube component

This commit is contained in:
Cory Dransfeldt 2024-03-08 11:49:31 -08:00
parent e4bde98686
commit ecb23daebf
No known key found for this signature in database
20 changed files with 59 additions and 175 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "7.7.0",
"version": "7.8.0",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {
@ -26,7 +26,9 @@
"@daviddarnes/mastodon-post": "^1.1.1",
"@remy/webmention": "^1.5.0",
"@zachleat/pagefind-search": "^1.0.3",
"@zachleat/webcare-webshare": "^1.0.3"
"@zachleat/webcare-webshare": "^1.0.3",
"terser": "^5.29.1",
"youtube-video-element": "^1.0.0"
},
"devDependencies": {
"@11ty/eleventy": "3.0.0-alpha.5",
@ -39,7 +41,6 @@
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
"child_process": "^1.0.2",
"dotenv-flow": "^4.1.0",
"eleventy-plugin-embed-everything": "^1.18.2",
"eleventy-plugin-tabler-icons": "^2.5.2",
"html-minifier-terser": "^7.2.0",
"ics-to-json-extended": "^1.1.4",