UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@nebular/auth",
3 "version": "13.0.0",
4 "description": "@nebular/auth",
5 "author": "akveo",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/akveo/nebular.git"
10 },
11 "bugs": {
12 "url": "https://github.com/akveo/nebular/issues"
13 },
14 "homepage": "https://github.com/akveo/nebular#readme",
15 "keywords": [
16 "angular",
17 "typescript",
18 "ng2-admin",
19 "ngx-admin",
20 "theme",
21 "auth",
22 "login",
23 "register",
24 "nebular"
25 ],
26 "peerDependencies": {
27 "@angular/common": "^17.1.0",
28 "@angular/core": "^17.1.0",
29 "@angular/router": "^17.1.0",
30 "@angular/forms": "^17.1.0",
31 "@nebular/theme": "13.0.0",
32 "rxjs": "^6.5.3 || ^7.4.0"
33 },
34 "dependencies": {
35 "tslib": "^2.3.0"
36 },
37 "sideEffects": false,
38 "exports": {
39 "./styles/prebuilt/corporate.css": {
40 "style": "./styles/prebuilt/corporate.css"
41 },
42 "./styles/prebuilt/cosmic.css": {
43 "style": "./styles/prebuilt/cosmic.css"
44 },
45 "./styles/prebuilt/dark.css": {
46 "style": "./styles/prebuilt/dark.css"
47 },
48 "./styles/prebuilt/default.css": {
49 "style": "./styles/prebuilt/default.css"
50 },
51 "./styles/globals": {
52 "sass": "./styles/_globals.scss"
53 },
54 "./package.json": {
55 "default": "./package.json"
56 },
57 ".": {
58 "types": "./index.d.ts",
59 "esm2022": "./esm2022/nebular-auth.mjs",
60 "esm": "./esm2022/nebular-auth.mjs",
61 "default": "./fesm2022/nebular-auth.mjs"
62 }
63 },
64 "module": "fesm2022/nebular-auth.mjs",
65 "typings": "index.d.ts"
66}
\No newline at end of file