{ "name": "tomodachi-share", "version": "0.1.0", "private": true, "packageManager": "pnpm@10.11.0", "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint", "postinstall": "prisma generate", "test": "vitest" }, "dependencies": { "@2toad/profanity": "^3.1.1", "@auth/prisma-adapter": "2.10.0", "@bprogress/next": "^3.2.12", "@hello-pangea/dnd": "^18.0.1", "@prisma/client": "^6.11.1", "@types/sjcl": "^1.0.34", "bit-buffer": "^0.2.5", "canvas-confetti": "^1.9.3", "dayjs": "^1.11.13", "downshift": "^9.0.9", "embla-carousel-react": "^8.6.0", "file-type": "^21.0.0", "ioredis": "^5.6.1", "jsqr": "^1.4.0", "next": "15.3.5", "next-auth": "5.0.0-beta.25", "qrcode-generator": "^2.0.2", "react": "^19.1.0", "react-dom": "^19.1.0", "react-dropzone": "^14.3.8", "react-webcam": "^7.2.0", "satori": "^0.15.2", "sharp": "^0.34.3", "sjcl-with-all": "1.0.8", "swr": "^2.3.4", "zod": "^4.0.5" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@iconify/react": "^6.0.0", "@tailwindcss/postcss": "^4.1.11", "@types/canvas-confetti": "^1.9.0", "@types/node": "^24.0.13", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "eslint": "^9.31.0", "eslint-config-next": "15.3.5", "prisma": "^6.11.1", "tailwindcss": "^4.1.11", "typescript": "^5.8.3", "vitest": "^3.2.4" } }