UNPKG

@nebular/theme

Version:
47 lines (46 loc) 1.12 kB
{ "name": "@nebular/theme", "version": "5.1.0", "description": "@nebular/theme", "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", "nebular" ], "peerDependencies": { "@angular/animations": "^9.0.0", "@angular/common": "^9.0.0", "@angular/core": "^9.0.0", "@angular/router": "^9.0.0", "@angular/cdk": "^9.0.0", "rxjs": "^6.5.4", "tslib": "^1.9.0" }, "dependencies": { "intersection-observer": "0.7.0" }, "schematics": "./schematics/collection.json", "sideEffects": false, "main": "bundles/theme.umd.js", "module": "fesm5/index.js", "es2015": "fesm2015/index.js", "esm5": "esm5/index.js", "esm2015": "esm2015/index.js", "fesm5": "fesm5/index.js", "fesm2015": "fesm2015/index.js", "typings": "index.d.ts", "metadata": "index.metadata.json" }