@code_district/doorman
Version:
Doorman: A comprehensive React package for seamless authentication and authorization management. Easily integrate secure user authentication and access control in your applications. Streamline user verification, role-based permissions, and secure data han
73 lines (72 loc) • 2.1 kB
JSON
{
"name": "@code_district/doorman",
"version": "1.1.49",
"description": "Doorman: A comprehensive React package for seamless authentication and authorization management. Easily integrate secure user authentication and access control in your applications. Streamline user verification, role-based permissions, and secure data handling with Doorman's intuitive APIs.",
"keywords": [
"authentication",
"cognito",
"amazon-cognito-identity-js",
"react",
"auth",
"user pool",
"amazon-cognito",
"doorman",
"code_district"
],
"main": "./build/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "webpack",
"start": "react-scripts start",
"prepublish": "rm -rf ./build && npm run build"
},
"dependencies": {
"amazon-cognito-identity-js": "^6.3.5",
"axios": "^1.5.1",
"crypto-js": "^4.2.0",
"formik": "^2.4.3",
"js-cookie": "^3.0.5",
"react-icons": "^4.11.0",
"react-icons-kit": "^2.0.0",
"react-router-dom": "^6.20.0",
"react-scripts": "5.0.1",
"web-vitals": "^4.2.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"babel-loader": "^8.4.1",
"css-loader": "^3.6.0",
"node-sass": "6.0.1",
"postcss-flexbugs-fixes": "^5.0.2",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"sass-loader": "^13.3.2",
"style-loader": "^1.3.0",
"webpack": "5.88.2",
"webpack-cli": "^5.1.4"
},
"peerDependencies": {
"amazon-cognito-identity-js": "^6.3.5",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"author": "Saim Ashfaq",
"license": "ISC",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@4.0.0+sha512.955259c0370ab8c06d013faa7d5e7addb6914251029695675f54e04c917ea6b092c379ba8d3521556d90b3874e5037759467072f01d2295341ead43cc259f14b"
}