@hybris-software/use-auth
Version:
Simple way to dispatch the user based on it's status (logged in/not logged in)
40 lines (39 loc) • 954 B
JSON
{
"name": "@hybris-software/use-auth",
"version": "1.3.3",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/preset-react": "^7.18.6",
"@hybris-software/use-query": "^1.2.0",
"axios": "^0.27.2",
"react": "^18.2.0",
"react-loading-icons": "^1.1.0"
},
"description": "Simple way to dispatch the user based on it's status (logged in/not logged in)",
"license": "MIT",
"repository": "Hybris-Software/useAuth",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"javascript",
"axios",
"auth",
"npm",
"user-status",
"react-package"
],
"scripts": {
"build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --copy-files"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/plugin-syntax-jsx": "^7.18.6",
"@babel/preset-env": "^7.19.1"
}
}