Implement code highlighting, thumbnail retries, and pinned order fix
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m29s

This commit is contained in:
Elijah 2026-05-23 08:42:30 -07:00
parent 745d959c9b
commit 2b49e90b81
5 changed files with 371 additions and 16 deletions

View file

@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@types/react-syntax-highlighter": "^15.5.13",
"framer-motion": "^11.15.0",
"lucide-react": "^0.468.0",
"next": "^15.1.0",
@ -16,6 +17,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-pdf": "^10.4.1",
"react-syntax-highlighter": "^16.1.1",
"tus-js-client": "^4.2.3"
},
"devDependencies": {