mirror of
https://github.com/Dokploy/website.git
synced 2026-07-11 00:45:27 +02:00
feat: add syntax highlighting for code blocks in blog posts
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user