This commit is contained in:
2026-01-30 09:36:23 +01:00
parent 520be462f0
commit ba08724a52
5 changed files with 1523 additions and 76 deletions

View File

@@ -14,6 +14,7 @@
"test:file-examples": "tsx ./scripts/test-file-examples-comprehensive.ts"
},
"dependencies": {
"@react-pdf/renderer": "^4.3.2",
"@types/ioredis": "^4.28.10",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
@@ -24,6 +25,7 @@
"mermaid": "^11.12.2",
"next": "^16.1.6",
"prismjs": "^1.30.0",
"qrcode": "^1.5.4",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"shiki": "^1.24.2",
@@ -33,6 +35,7 @@
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^25.0.6",
"@types/prismjs": "^1.26.5",
"@types/qrcode": "^1.5.6",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tsx": "^4.21.0",