feat: import artist metadata

This commit is contained in:
Cory Dransfeldt 2024-11-10 17:33:40 -08:00
parent 1368b738ae
commit 96bff400e8
No known key found for this signature in database
4 changed files with 235 additions and 12 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "2.8.5",
"version": "2.9.0",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"engines": {
@ -46,6 +46,7 @@
"html-minifier-terser": "^7.2.0",
"html-to-text": "^9.0.5",
"http-proxy-middleware": "3.0.3",
"i18n-iso-countries": "7.13.0",
"ics": "^3.8.1",
"linkedom": "0.18.5",
"luxon": "^3.5.0",
@ -53,7 +54,7 @@
"markdown-it-anchor": "^9.2.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-prism": "^2.3.0",
"postcss": "^8.4.47",
"postcss": "^8.4.48",
"postcss-import": "^16.1.0",
"postcss-import-ext-glob": "^2.1.1",
"rimraf": "^6.0.1",