{
  "name": "@skybin-tech/brandkit",
  "version": "1.0.24",
  "type": "module",
  "description": "React components for brand-compliant social login buttons",
  "author": "Anwar <anwar@skybin.io>",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "lint": "eslint . --ext .ts,.tsx --fix",
    "format": "prettier --write .",
    "start": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "deploy": "gh-pages -d storybook-static",
    "publish2": "yarn version --patch && yarn publish --access public"
  },
  "peerDependencies": {
    "react": ">=17",
    "react-dom": ">=17",
    "styled-components": ">=5"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "5.0.1",
    "@eslint/js": "^10.0.1",
    "@storybook/addon-docs": "10.2.19",
    "@storybook/addon-onboarding": "10.2.19",
    "@storybook/react-vite": "10.2.19",
    "@testing-library/dom": "^10.4.1",
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@types/styled-components": "^5.1.36",
    "@typescript-eslint/eslint-plugin": "^8.57.1",
    "@typescript-eslint/parser": "^8.57.1",
    "@vitejs/plugin-react": "^6.0.1",
    "eslint": "^10.0.3",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.5.2",
    "eslint-plugin-storybook": "10.2.19",
    "gh-pages": "^6.3.0",
    "globals": "^17.4.0",
    "path": "^0.12.7",
    "prettier": "^3.8.1",
    "react": "^19.2.4",
    "react-dom": "^19.2.4",
    "rollup": "^4.59.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "storybook": "10.2.19",
    "styled-components": "^6.3.11",
    "typescript": "5.9",
    "typescript-eslint": "^8.57.1",
    "vite": "^8.0.0",
    "vite-plugin-checker": "^0.12.0",
    "vite-plugin-dts": "^4.5.4",
    "vite-plugin-eslint": "^1.8.1",
    "vite-plugin-mkcert": "^1.17.10",
    "vite-tsconfig-paths": "^6.1.1"
  },
  "keywords": [
    "react",
    "branding",
    "google-login",
    "social-login",
    "oauth",
    "auth-ui",
    "brand-compliance"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/skybin-tech/BrandKit.git"
  },
  "license": "MIT"
}
