authhaven
Version:
Customizable React and TypeScript authentication UI components with support for login, signup, 2FA, and more.
109 lines (108 loc) • 2.59 kB
JSON
{
"name": "authhaven",
"version": "0.1.5",
"private": false,
"description": "Customizable React and TypeScript authentication UI components with support for login, signup, 2FA, and more.",
"keywords": [
"auth ui",
"react auth",
"secure login",
"auth component",
"auth-ui",
"custombutton",
"custom-inputs",
"jwt",
"button",
"signup",
"oauth",
"register",
"input",
"sign-up-form",
"two factor authentication",
"authentication",
"react-login",
"2fa-login",
"auth provider",
"react-signup",
"user authentication",
"signin",
"customizable auth",
"react-login-page",
"login",
"two-factor-auth",
"react",
"auth",
"signup-page",
"mfa",
"auth context",
"custom-button",
"typescript",
"2fa",
"login-page"
],
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"author": "Ameya Ravindra Shetye <shetye.ameya.7@gmail.com>",
"license": "MIT",
"files": [
"dist"
],
"dependencies": {
"lucide-react": "^0.487.0"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"scripts": {
"start": "cross-env REACT_APP_DEMO=true craco start",
"build": "craco build",
"test": "craco test",
"build:lib": "rollup -c",
"prepublishOnly": "npm run build:lib"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.126",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/testing-library__jest-dom": "^5.14.9",
"cross-env": "^7.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"rollup": "^2.77.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
}
}