@altanlabs/auth
Version:
React authentication library built on top of @altanlabs/database
65 lines (64 loc) • 1.58 kB
JSON
{
"name": "@altanlabs/auth",
"version": "1.1.21",
"description": "React authentication library built on top of @altanlabs/database",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"style": "dist/styles.css",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"clean": "rimraf dist",
"lint": "eslint src --ext .ts,.tsx",
"test": "jest",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0"
},
"dependencies": {
"@eslint/config-array": "^0.19.2",
"@eslint/object-schema": "^2.1.6",
"@tailwindcss/postcss": "^4.0.9",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"glob": "^11.0.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.1.0",
"@rollup/plugin-node-resolve": "^15.3.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.0.0",
"@tailwindcss/forms": "^0.5.7",
"@types/bcryptjs": "^2.4.6",
"@types/react": "^19.0.10",
"autoprefixer": "^10.4.14",
"eslint": "^9.21.0",
"jest": "^29.0.0",
"postcss": "^8.4.21",
"rimraf": "^6.0.1",
"rollup": "^3.0.0",
"rollup-plugin-postcss": "^4.0.2",
"tailwindcss": "^3.3.0",
"tslib": "^2.8.1",
"typescript": "^5.0.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"auth",
"authentication",
"database",
"typescript"
],
"author": "Altan Labs",
"license": "MIT"
}