{ "name": "oms-next-website", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@auth/prisma-adapter": "^2.9.0", "@google/generative-ai": "^0.24.0", "@prisma/client": "^6.6.0", "minio": "^8.0.5", "next": "15.3.1", "next-auth": "^5.0.0-beta.26", "next-themes": "^0.4.6", "nodemailer": "^6.10.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-icons": "^5.5.0", "react-spinners": "^0.16.1", "react-toggle-dark-mode": "^1.1.1", "uuid": "^11.1.0", "zod": "^3.24.3" }, "devDependencies": { "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/nodemailer": "^6.4.17", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.3.1", "prisma": "^6.6.0", "tailwindcss": "^4", "typescript": "^5" } }