{ "name": "kinship-directory", "version": "1.0.0", "private": true, "packageManager": "yarn@1.22.22", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint .", "typecheck": "tsc --noEmit", "import:contacts": "node scripts/import-contacts.mjs" }, "dependencies": { "bcryptjs": "^3.0.2", "jose": "^6.1.0", "lucide-react": "^0.542.0", "mongodb": "^6.19.0", "next": "^15.5.2", "react": "^19.1.1", "react-dom": "^19.1.1" }, "devDependencies": { "@eslint/eslintrc": "^3.3.1", "@tailwindcss/postcss": "^4.1.12", "@types/node": "^22.18.0", "@types/react": "^19.1.12", "@types/react-dom": "^19.1.9", "eslint": "^9.35.0", "eslint-config-next": "^15.5.2", "tailwindcss": "^4.1.12", "typescript": "^5.9.2" } }