Feature: Add rich interactive Markdown renderer, wide adaptive memo panel, and custom language popover

This commit is contained in:
Wonhee Han
2026-08-20 14:14:27 +09:00
parent 3710c313e9
commit 633e760599
10 changed files with 1950 additions and 229 deletions
+2
View File
@@ -16,11 +16,13 @@
"@prisma/client": "^6.19.3",
"bcryptjs": "^3.0.3",
"csv-parse": "^7.0.2",
"marked": "^18.0.10",
"next": "16.3.1",
"next-auth": "^4.24.15",
"prisma": "^6.19.3",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-markdown": "^10.1.0",
"uuid": "^14.0.2"
},
"devDependencies": {