@ttoss/react-auth
Version:
ttoss authentication module for React apps.
71 lines • 1.7 kB
JSON
{
"name": "@ttoss/react-auth",
"version": "2.6.23",
"description": "ttoss authentication module for React apps.",
"license": "MIT",
"author": "ttoss",
"contributors": [
"Pedro Arantes <pedro@arantespp.com> (https://arantespp.com/contact)"
],
"repository": {
"type": "git",
"url": "https://github.com/ttoss/ttoss.git",
"directory": "packages/react-auth"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/esm/index.js"
}
},
"files": [
"dist",
"i18n"
],
"sideEffects": false,
"dependencies": {
"react-error-boundary": "^5.0.0"
},
"peerDependencies": {
"aws-amplify": "^6.0.0",
"react": ">=16.8.0",
"@ttoss/components": "^2.2.24",
"@ttoss/forms": "^0.30.3",
"@ttoss/logger": "^0.6.3",
"@ttoss/react-notifications": "^2.4.1",
"@ttoss/ui": "^5.9.0",
"@ttoss/react-i18n": "^2.0.13"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/react": "^19.1.8",
"aws-amplify": "^6.11.0",
"jest": "^30.0.4",
"react": "^19.1.0",
"tsup": "^8.5.0",
"@ttoss/cloud-auth": "^0.12.30",
"@ttoss/components": "^2.2.24",
"@ttoss/config": "^1.35.5",
"@ttoss/logger": "^0.6.3",
"@ttoss/forms": "^0.30.3",
"@ttoss/react-i18n": "^2.0.13",
"@ttoss/react-notifications": "^2.4.1",
"@ttoss/test-utils": "^2.1.25",
"@ttoss/i18n-cli": "^0.7.30",
"@ttoss/ui": "^5.9.0"
},
"keywords": [
"React",
"authentication"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "tsup",
"i18n": "ttoss-i18n",
"test": "jest --projects tests/unit"
}
}