feat: Add link hover functionality
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-06-07 23:21:50 +02:00
parent e9b5ccd76c
commit 70177770b3
No known key found for this signature in database
4 changed files with 223 additions and 0 deletions

View file

@ -17,6 +17,7 @@
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.3.3",
"@radix-ui/react-hover-card": "^1.1.14",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/typography": "^0.5.16",
@ -34,6 +35,7 @@
"mdx-annotations": "^0.1.4",
"next": "^15.3.3",
"next-themes": "^0.4.6",
"qss": "^3.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-highlight-words": "^0.21.0",