ngx-auth-firebaseui-updated
Version:
From ngx-auth-firbaseui but updated to fix dependency issues with Angular 16. Open Source Library for Angular Web Apps to integrate a material user interface for firebase authentication
140 lines • 3.64 kB
JSON
{
"name": "ngx-auth-firebaseui-updated",
"description": "From ngx-auth-firbaseui but updated to fix dependency issues with Angular 16. Open Source Library for Angular Web Apps to integrate a material user interface for firebase authentication",
"version": "7.1.8",
"homepage": "https://ngx-auth-firebaseui.firebaseapp.com",
"author": {
"name": "anthonynahas",
"url": "https://github.com/anthonynahas"
},
"contributors": [
{
"name": "Kalani Bright",
"url": "https://github.com/kalani96746"
}
],
"repository": {
"type": "git",
"url": "https://github.com/kalani96746/ngx-auth-firebaseui"
},
"license": "MIT",
"schematics": "./schematics/collection.json",
"keywords": [
"ng",
"library",
"angular",
"@angular/fire",
"firebase",
"firebaseui",
"firebase auth",
"authentication",
"firebaseauthentication",
"firestore",
"material",
"material design",
"ssr"
],
"bugs": {
"url": "https://github.com/anthonynahas/ngx-auth-firebaseui/issues"
},
"peerDependencies": {
"@angular/common": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular-material-extensions/password-strength": "^16.0.0",
"@angular/animations": "^16.2.12",
"@angular/cdk": "^16.2.11",
"@angular/fire": "^16.0.0",
"@angular/forms": "^16.2.12",
"@angular/material": "^16.2.11",
"@angular/router": "^16.2.12",
"firebase": "^10.11.1"
},
"engines": {
"node": ">=14"
},
"release-it": {
"git": {
"commitMessage": "chore(lib): release v${version}"
},
"github": {
"release": false
},
"npm": {
"publish": true,
"publishPath": "../../dist/ngx-auth-firebaseui"
},
"publishConfig": {
"access": "public"
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "../../CHANGELOG.md"
}
},
"hooks": {
"before:init": [
"npm run clean"
],
"after:bump": "echo \"building lib v${version}... \" && npm run build",
"before:git:release": "echo \"Updating CHANGELOG.md for v${version} \" && git commit -m \"feat(lib): updating CHANGELOG.md for v${version} \" ../../CHANGELOG.md",
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}.",
"before:npm": "echo building the library..."
}
},
"greenkeeper": {
"ignore": [
"@angular/core",
"@angular/common",
"@angular/compiler",
"@angular/platform-server",
"@angular/platform-browser",
"@angular/platform-browser-dynamic",
"@angular/compiler-cli",
"webpack",
"zone.js",
"rxjs",
"tslint",
"typescript",
"awesome-typescript-loader",
"codelyzer",
"@angular/animations",
"@types/jasmine",
"conventional-github-releaser",
"rollup-plugin-uglify"
]
},
"dependencies": {
"tslib": "^2.0.0"
},
"commitplease": {
"style": "angular",
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"chore",
"revert",
"demo"
],
"scope": "\\S+.*"
},
"module": "fesm2022/ngx-auth-firebaseui-updated.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-auth-firebaseui-updated.mjs",
"esm": "./esm2022/ngx-auth-firebaseui-updated.mjs",
"default": "./fesm2022/ngx-auth-firebaseui-updated.mjs"
}
},
"sideEffects": false
}