UNPKG

@brightlayer-ui/react-native-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

159 lines (158 loc) 6.25 kB
{ "name": "@brightlayer-ui/react-native-auth-workflow", "description": "Re-usable workflow components for Authentication and Registration within Eaton applications.", "version": "8.1.0", "license": "BSD-3-Clause", "author": { "name": "Brightlayer UI", "email": "brightlayer-ui@eaton.com" }, "homepage": "https://github.com/etn-ccis/blui-react-native/tree/dev/packages/auth-workflows", "repository": { "type": "git", "url": "https://github.com/etn-ccis/blui-react-native/tree/dev/packages/auth-workflows" }, "keywords": [ "Brightlayer UI", "Auth", "Authentication", "Eaton", "React Native", "Workflow" ], "prettier": "@brightlayer-ui/prettier-config", "main": "./index.js", "publishConfig": { "main": "./index.js" }, "type": "module", "scripts": { "test": "jest", "build": "bash ./scripts/buildAuth.sh", "generate:licenses": "npm-license-crawler -onlyDirectDependencies --exclude ./example -json LICENSES.json", "typescript": "tsc --noEmit", "publish:package": "cd dist && set npm_config_yes=true && npx -p @brightlayer-ui/publish blui-publish", "coverage": "yarn test --coverage --watchAll=false", "tag:package": "cd dist npx -p @brightlayer-ui/tag blui-tag -s -blui-react-native-auth-workflow" }, "dependencies": { "@brightlayer-ui/react-native-themes": "^7.0.1", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "color": "^4.2.3", "lodash.clonedeep": "^4.5.0" }, "peerDependencies": { "@brightlayer-ui/react-native-components": "9.1.0-alpha.0", "@brightlayer-ui/react-native-vector-icons": "^3.0.0", "@okta/okta-react-native": "^2.17.1", "i18next": "^25.2.1", "react": "^19.1.0", "react-i18next": "^15.5.3", "react-native": "~0.80.0", "react-native-gesture-handler": "^2.26.0", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-pager-view": "^6.8.1", "react-native-paper": "^5.14.5", "react-native-reanimated": "^3.18.0", "react-native-safe-area-context": "5.4.1", "react-native-vector-icons": "^10.2.0", "react-native-webview": "^13.15.0" }, "devDependencies": { "@babel/core": "^7.27.4", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/runtime": "^7.27.6", "@brightlayer-ui/colors": "^4.0.0", "@brightlayer-ui/eslint-config": "^4.0.0", "@brightlayer-ui/icons-svg": "^1.15.0", "@brightlayer-ui/prettier-config": "^1.0.3", "@brightlayer-ui/react-native-auth-workflow": "7.0.1", "@brightlayer-ui/react-native-components": "9.1.0-alpha.0", "@brightlayer-ui/react-native-vector-icons": "^3.0.0", "@okta/okta-react-native": "^2.17.1", "@react-native-async-storage/async-storage": "^2.2.0", "@react-native-community/bob": "^0.17.1", "@react-native-community/masked-view": "^0.1.11", "@react-native-vector-icons/material-design-icons": "^12.0.1", "@react-native-vector-icons/material-icons": "^12.3.0", "@react-native/babel-preset": "^0.80.0", "@react-native/eslint-config": "0.80.0", "@react-native/metro-config": "0.80.0", "@react-native/typescript-config": "0.80.0", "@react-navigation/drawer": "^7.4.1", "@react-navigation/native": "^7.1.10", "@react-navigation/native-stack": "^7.3.14", "@react-navigation/stack": "^7.3.3", "@testing-library/jest-dom": "^6.6.3", "@testing-library/jest-native": "^5.4.3", "@testing-library/react-native": "^13.2.0", "@types/color": "^4.2.0", "@types/jest": "^29.5.14", "@types/lodash.clonedeep": "^4.5.9", "@types/node": "^24.0.1", "@types/react-native": "^0.73.0", "@types/react-native-vector-icons": "^6.4.18", "@types/react-test-renderer": "^19.1.0", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "babel-jest": "^30.0.0", "date-fns": "4.1.0", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "husky": "^9.1.7", "i18next": "^25.2.1", "identity-obj-proxy": "^3.0.0", "intl-pluralrules": "^2.0.1", "jest": "^30.0.0", "jest-environment-jsdom": "^30.0.0", "jest-junit": "^16.0.0", "jsdom": "^26.1.0", "metro-react-native-babel-preset": "^0.77.0", "npm-license-crawler": "^0.2.1", "prettier": "3.5.3", "react": "^19.1.0", "react-i18next": "^15.5.3", "react-native": "~0.80.0", "react-native-dotenv": "^3.4.11", "react-native-gesture-handler": "^2.26.0", "react-native-keyboard-aware-scroll-view": "^0.9.5", "react-native-modal": "^12.0.2", "react-native-pager-view": "^6.8.1", "react-native-paper": "^5.14.5", "react-native-reanimated": "^3.18.0", "react-native-restart": "^0.0.27", "react-native-safe-area-context": "5.4.1", "react-native-screens": "^4.11.1", "react-native-select-dropdown": "^4.0.1", "react-native-svg": "^15.12.0", "react-native-svg-transformer": "^1.5.1", "react-native-vector-icons": "^10.2.0", "react-native-webview": "^13.15.0", "react-test-renderer": "19.1.0", "tsc-esm-fix": "^3.1.2", "typescript": "5.0.4" }, "eslintIgnore": [ "node_modules/" ], "husky": { "hooks": { "pre-push": "yarn lint && yarn typescript && yarn test" } }, "jest-junit": { "reporters": [ "jest-junit" ], "output": "./junit.xml", "classNameTemplate": "{classname}-{title}", "titleTemplate": "{classname}-{title}", "ancestorSeparator": " › ", "suiteNameTemplate": "{filepath}", "usePathForSuiteName": "true" } }