@skybin-tech/brandkit
Version:
React components for brand-compliant social login buttons
87 lines • 2.54 kB
JSON
{
"name": "@skybin-tech/brandkit",
"version": "1.0.15",
"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",
"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",
"styled-components": "^5 || ^6"
},
"devDependencies": {
"@chromatic-com/storybook": "4.1.0",
"@eslint/js": "^9.33.0",
"@storybook/addon-docs": "9.1.2",
"@storybook/addon-onboarding": "9.1.2",
"@storybook/react-vite": "9.1.2",
"@testing-library/dom": "^10.4.1",
"@types/node": "^24.2.1",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-storybook": "9.1.2",
"gh-pages": "^6.3.0",
"path": "^0.12.7",
"prettier": "^3.6.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rollup": "^4.46.2",
"rollup-plugin-typescript2": "^0.36.0",
"storybook": "9.1.2",
"styled-components": "^6.1.19",
"typescript": "5.8",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2",
"vite-plugin-checker": "^0.10.2",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mkcert": "^1.17.8",
"vite-tsconfig-paths": "^5.1.4"
},
"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",
"dependencies": {
"@primer/octicons-react": "^19.15.5",
"react-icons": "^5.5.0"
}
}