chore: myriad fixes + genre pages

This commit is contained in:
Cory Dransfeldt 2024-11-18 09:57:12 -08:00
parent 67ab04b241
commit 0d8408c680
No known key found for this signature in database
28 changed files with 1963 additions and 238 deletions

View file

@ -12,20 +12,23 @@
"deploy:worker": "wrangler deploy --env production --config workers/$npm_config_worker/wrangler.toml"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/react": "^3.6.2",
"@supabase/supabase-js": "^2.46.1",
"@tabler/icons-react": "^3.22.0",
"astro": "^4.16.13",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-prism": "^2.3.0",
"rehype-prism-plus": "2.0.0",
"rehype-stringify": "10.0.1",
"remark": "15.0.1",
"remark-footnotes": "4.0.1",
"remark-rehype": "11.1.1",
"truncate-html": "1.1.2",
"typescript": "5.6.3",
"youtube-video-element": "^1.1.6"
},
"devDependencies": {
"@supabase/supabase-js": "^2.46.1",
"ics": "^3.8.1"
}
}