UNPKG

@nebular/auth

Version:
72 lines 1.86 kB
{ "name": "@nebular/auth", "version": "9.0.2", "description": "@nebular/auth", "author": "akveo", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/akveo/nebular.git" }, "bugs": { "url": "https://github.com/akveo/nebular/issues" }, "homepage": "https://github.com/akveo/nebular#readme", "keywords": [ "angular", "typescript", "ng2-admin", "ngx-admin", "theme", "auth", "login", "register", "nebular" ], "peerDependencies": { "@angular/common": "^13.0.0", "@angular/core": "^13.0.0", "@angular/router": "^13.0.0", "@angular/forms": "^13.0.0", "@nebular/theme": "9.0.2", "rxjs": "^6.5.3 || ^7.4.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "exports": { "./styles/prebuilt/corporate.css": { "style": "./styles/prebuilt/corporate.css" }, "./styles/prebuilt/cosmic.css": { "style": "./styles/prebuilt/cosmic.css" }, "./styles/prebuilt/dark.css": { "style": "./styles/prebuilt/dark.css" }, "./styles/prebuilt/default.css": { "style": "./styles/prebuilt/default.css" }, "./styles/globals": { "sass": "./styles/_globals.scss" }, "./package.json": { "default": "./package.json" }, ".": { "types": "./nebular-auth.d.ts", "esm2020": "./esm2020/nebular-auth.mjs", "es2020": "./fesm2020/nebular-auth.mjs", "es2015": "./fesm2015/nebular-auth.mjs", "node": "./fesm2015/nebular-auth.mjs", "default": "./fesm2020/nebular-auth.mjs" } }, "module": "fesm2015/nebular-auth.mjs", "es2020": "fesm2020/nebular-auth.mjs", "esm2020": "esm2020/nebular-auth.mjs", "fesm2020": "fesm2020/nebular-auth.mjs", "fesm2015": "fesm2015/nebular-auth.mjs", "typings": "nebular-auth.d.ts" }