feat: select page web component

This commit is contained in:
Cory Dransfeldt 2024-04-07 09:42:49 -07:00
parent 5cda0d563f
commit 993266981c
No known key found for this signature in database
7 changed files with 52 additions and 50 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "9.6.4",
"version": "9.7.0",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {
@ -20,12 +20,12 @@
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.2.2",
"@cdransf/select-pagination": "^1.0.2",
"@cdransf/theme-toggle": "^1.2.3",
"@daviddarnes/mastodon-post": "^1.1.1",
"@remy/webmention": "^1.5.0",
"@zachleat/webcare-webshare": "^1.0.3",
"minisearch": "^6.3.0",
"terser": "^5.30.1",
"youtube-video-element": "^1.0.0"
},
"devDependencies": {
@ -50,6 +50,7 @@
"markdown-it-anchor": "^8.4.1",
"markdown-it-footnote": "^4.0.0",
"slugify": "^1.6.6",
"terser": "^5.30.1",
"writing-stats": "^1.0.6"
}
}