{ "name": "isms-tool", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@node-rs/argon2": "^2.0.2", "@prisma/adapter-pg": "^7.8.0", "@prisma/client": "^7.8.0", "dotenv": "^17.4.2", "next": "16.2.10", "next-auth": "^5.0.0-beta.31", "next-intl": "^4.13.1", "react": "19.2.4", "react-dom": "19.2.4", "zod": "^4.4.3" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.10", "prisma": "^7.8.0", "tailwindcss": "^4", "tsx": "^4.22.4", "typescript": "^5" } }