@ttoss/react-auth
Version:
ttoss authentication module for React apps.
72 lines • 1.75 kB
JSON
{
"name": "@ttoss/react-auth",
"version": "2.7.4",
"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",
"default": "./dist/esm/index.js"
}
},
"files": [
"dist",
"i18n"
],
"sideEffects": false,
"dependencies": {
"react-error-boundary": "^6.0.0",
"@ttoss/react-auth-core": "^0.3.4"
},
"peerDependencies": {
"aws-amplify": "^6.0.0",
"react": ">=16.8.0",
"@ttoss/components": "^2.12.6",
"@ttoss/forms": "^0.40.1",
"@ttoss/logger": "^0.7.3",
"@ttoss/ui": "^6.5.1",
"@ttoss/react-notifications": "^2.5.14",
"@ttoss/react-i18n": "^2.0.26"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@types/react": "^19.2.8",
"aws-amplify": "^6.11.0",
"jest": "^30.2.0",
"react": "^19.2.3",
"tsup": "^8.5.1",
"@ttoss/cloud-auth": "^0.13.12",
"@ttoss/config": "^1.35.12",
"@ttoss/components": "^2.12.6",
"@ttoss/forms": "^0.40.1",
"@ttoss/i18n-cli": "^0.7.38",
"@ttoss/logger": "^0.7.3",
"@ttoss/react-i18n": "^2.0.26",
"@ttoss/react-notifications": "^2.5.14",
"@ttoss/test-utils": "^4.0.3",
"@ttoss/ui": "^6.5.1"
},
"keywords": [
"React",
"authentication"
],
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "tsup",
"i18n": "ttoss-i18n",
"test": "jest --projects tests/unit"
}
}