{
  "name": "@induseuro-labs/auth-ui",
  "version": "2.7.2",
  "description": "A beautiful, reusable authentication UI template with RBAC support for Next.js and React applications",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "dev": "next dev",
    "build": "tsc && next build",
    "build:lib": "tsc --project tsconfig.lib.json",
    "start": "next start",
    "lint": "next lint",
    "typecheck": "tsc --project tsconfig.lib.json --noEmit",
    "prepublishOnly": "npm run build:lib"
  },
  "keywords": [
    "nextjs",
    "authentication",
    "login",
    "signup",
    "rbac",
    "role-based-access-control",
    "ui",
    "template",
    "react",
    "typescript",
    "react-router"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=24.0.0"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "peerDependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/material": "^5.15.0",
    "axios": "^1.6.0",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "react-router-dom": ">=6.0.0"
  },
  "peerDependenciesMeta": {
    "next": {
      "optional": true
    },
    "react-router-dom": {
      "optional": true
    }
  },
  "dependencies": {
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/icons-material": "^5.15.0",
    "@mui/material": "^5.15.0",
    "react-icons": "^4.12.0"
  },
  "devDependencies": {
    "@types/node": "^24.12.4",
    "@types/react": "^18.2.46",
    "@types/react-dom": "^18.2.18",
    "autoprefixer": "^10.4.16",
    "axios": "^1.13.6",
    "eslint": "^8.57.0",
    "eslint-config-next": "^14.0.4",
    "next": "^14.0.4",
    "postcss": "^8.4.32",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.30.4",
    "tailwindcss": "^3.4.0",
    "typescript": "^5.3.3"
  }
}
