Changes to image sort

This commit is contained in:
2025-10-29 09:35:46 +01:00
parent ef281ef70f
commit 8454541792
12 changed files with 2873 additions and 1772 deletions

View File

@ -43,17 +43,19 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"culori": "^4.0.2",
"date-fns": "^4.1.0",
"lowlight": "^3.3.0",
"lucide-react": "^0.525.0",
"next": "15.4.2",
"next-auth": "^4.24.11",
"next": "16.0.0",
"next-auth": "^5.0.0-beta.30",
"next-themes": "^0.4.6",
"node-vibrant": "^4.0.3",
"oklab": "^0.0.2-alpha.1",
"platejs": "^49.1.5",
"react": "19.1.0",
"react": "19.2.0",
"react-day-picker": "^9.8.0",
"react-dom": "19.1.0",
"react-dom": "19.2.0",
"react-hook-form": "^7.60.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
@ -67,16 +69,21 @@
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/culori": "^4.0.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"eslint": "^9",
"eslint-config-next": "15.4.2",
"eslint-config-next": "16.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.3",
"prisma": "^6.12.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.5",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2"
}
}