{ "name": "frontend", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "eslint" }, "prisma": { "seed": "node prisma/seed.mjs" }, "dependencies": { "@prisma/client": "^5.22.0", "bcryptjs": "^3.0.3", "date-fns": "^4.1.0", "jsonwebtoken": "^9.0.2", "minio": "^7.1.3", "next": "15.1.0", "next-themes": "^0.4.6", "pg": "^8.16.3", "prisma": "^5.22.0", "react": "^18.3.1", "react-dom": "^18.3.1", "remixicon": "^4.7.0", "uuid": "^13.0.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/bcryptjs": "^2.4.6", "@types/jsonwebtoken": "^9.0.10", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/uuid": "^10.0.0", "eslint": "^9", "eslint-config-next": "15.1.0", "tailwindcss": "^4", "ts-node": "^10.9.2", "typescript": "^5" } }