feat: add syntax highlighting for code blocks in blog posts

This commit is contained in:
Mauricio Siu
2025-03-02 15:50:36 -06:00
parent 01d974688e
commit 2f6455027a
6 changed files with 533 additions and 27 deletions

View File

@@ -12,7 +12,6 @@
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"react-photo-view": "^1.2.7",
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@radix-ui/react-accordion": "^1.2.1",
@@ -37,16 +36,21 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga4": "^2.1.0",
"react-photo-view": "^1.2.7",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.1.6"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/parser": "^7.26.9",
"@babel/plugin-syntax-typescript": "^7.25.9",
"@biomejs/biome": "1.7.0",
"@prettier/plugin-xml": "^3.4.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.5.2"
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}