implemented react syntax highlighter

This commit is contained in:
2026-01-12 22:10:32 -06:00
parent 91683d1767
commit b6aa1b0316
5 changed files with 414 additions and 28 deletions

View File

@@ -17,6 +17,7 @@
"react-dom": "^19.1.1",
"react-router-dom": "^7.10.0",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^16.1.0",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
},
@@ -43,5 +44,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-syntax-highlighter": "^15.5.13"
}
}