Add image handling

This commit is contained in:
2025-07-12 22:08:55 +02:00
parent bc161fc29f
commit b2c77ec9e0
33 changed files with 5357 additions and 110 deletions

View File

@ -9,11 +9,14 @@
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.844.0",
"@aws-sdk/s3-request-presigner": "^3.844.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.1.1",
"@material/material-color-utilities": "^0.3.0",
"@platejs/basic-nodes": "^49.0.0",
"@platejs/code-block": "^49.0.0",
"@platejs/indent": "^49.0.0",
@ -40,20 +43,25 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"lowlight": "^3.3.0",
"lucide-react": "^0.525.0",
"next": "15.3.5",
"next-auth": "^5.0.0-beta.29",
"next-themes": "^0.4.6",
"node-vibrant": "^4.0.3",
"platejs": "^49.1.5",
"react": "^19.0.0",
"react-day-picker": "^9.8.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.59.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.3",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1",
"tailwind-scrollbar-hide": "^4.0.0",
"uuid": "^11.1.0",
"zod": "^3.25.73"
},
"devDependencies": {