{
  "name": "@baseapp-frontend/authentication",
  "description": "Authentication modules.",
  "version": "5.1.2",
  "main": "./index.ts",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "dependencies": {
    "@hookform/resolvers": "5.0.1",
    "@tanstack/react-query": "5.76.1",
    "js-cookie": "3.0.5",
    "react-hook-form": "7.56.4",
    "zod": "3.25.7",
    "@storybook/react": "8.6.17",
    "zustand": "5.0.4"
  },
  "peerDependencies": {
    "react": "19.1.3",
    "@baseapp-frontend/utils": "4.0.8"
  },
  "devDependencies": {
    "@faker-js/faker": "^9.0.3",
    "@testing-library/jest-dom": "6.4.6",
    "@testing-library/react": "16.0.0",
    "@testing-library/user-event": "14.5.2",
    "@types/jest": "29.5.12",
    "@types/js-cookie": "3.0.6",
    "@types/node": "22.7.2",
    "@types/react": "19.2.14",
    "@types/react-dom": "19.2.3",
    "babel-jest": "29.7.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "ts-jest": "29.1.4",
    "ts-node": "10.9.2",
    "typescript": "5.8.3",
    "@baseapp-frontend/config": "2.1.15",
    "@baseapp-frontend/eslint-plugin": "0.0.6",
    "@baseapp-frontend/tsconfig": "2.1.1",
    "@baseapp-frontend/test": "2.1.6"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/silverlogic/baseapp-frontend.git",
    "directory": "packages/authentication"
  },
  "bugs": {
    "url": "https://github.com/silverlogic/baseapp-frontend/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "readme": "https://github.com/silverlogic/baseapp-frontend/blob/master/packages/authentication/README.md",
  "scripts": {
    "build": "rm -rf dist && tsc --build tsconfig.build.json",
    "dev": "rm -rf dist && tsc --watch",
    "test:unit": "rm -rf dist && jest --config ./jest.config.ts",
    "lint": "eslint . --ext .tsx --ext .ts && tsc --noEmit",
    "storybook": "echo Authentication: No storybook found",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
  }
}