UNPKG

firebaseui-angular

Version:

[![Build Status](https://github.com/RaphaelJenni/FirebaseUI-Angular/actions/workflows/firebaseui-angular.yml/badge.svg)](https://github.com/RaphaelJenni/FirebaseUI-Angular/actions/workflows/firebaseui-angular.yml/badge.svg) [![npm version](https://badge.f

46 lines 1.23 kB
{ "name": "firebaseui-angular", "version": "6.3.0", "repository": { "type": "git", "url": "https://github.com/RaphaelJenni/firebaseui-angular" }, "author": { "name": "Raphael Jenni", "email": "info@rjenni.ch" }, "keywords": [ "angular", "firebase", "firebaseui", "angularfire2" ], "license": "MIT", "bugs": { "url": "https://github.com/RaphaelJenni/firebaseui-angular/issues" }, "peerDependencies": { "@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", "@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", "@angular/fire": "^6.0.0 || ^7.0.0 || ^17.0.0 || ^18.0.0", "firebaseui": "^6.0.0", "firebase": "^8.0.0 || ^9.0.0 || ^10.0.0" }, "dependencies": { "tslib": "^2.0.0" }, "module": "fesm2022/firebaseui-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/firebaseui-angular.mjs", "esm": "./esm2022/firebaseui-angular.mjs", "default": "./fesm2022/firebaseui-angular.mjs" } }, "sideEffects": false }