feat: sort by random

This commit is contained in:
trafficlunar 2025-07-26 14:37:05 +01:00
parent 813f3388df
commit e8f211733f
4 changed files with 86 additions and 22 deletions

View file

@ -2,7 +2,7 @@
"name": "tomodachi-share",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.11.0",
"packageManager": "pnpm@10.13.1",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
@ -33,6 +33,7 @@
"react-dropzone": "^14.3.8",
"react-webcam": "^7.2.0",
"satori": "^0.15.2",
"seedrandom": "^3.0.5",
"sharp": "^0.34.3",
"sjcl-with-all": "1.0.8",
"swr": "^2.3.4",
@ -46,6 +47,7 @@
"@types/node": "^24.0.13",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/seedrandom": "^3.0.8",
"@types/sjcl": "^1.0.34",
"eslint": "^9.31.0",
"eslint-config-next": "15.3.5",