UNPKG

1.07 kBJSONView Raw
1{
2 "name": "@nebular/theme",
3 "version": "8.0.0",
4 "description": "@nebular/theme",
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 "nebular"
22 ],
23 "peerDependencies": {
24 "@angular/animations": "^12.0.0",
25 "@angular/common": "^12.0.0",
26 "@angular/core": "^12.0.0",
27 "@angular/router": "^12.0.0",
28 "@angular/cdk": "^12.0.0",
29 "rxjs": "^6.5.4",
30 "tslib": "^2.1.0"
31 },
32 "dependencies": {
33 "intersection-observer": "0.7.0"
34 },
35 "schematics": "./schematics/collection.json",
36 "sideEffects": false,
37 "main": "bundles/theme.umd.js",
38 "module": "fesm2015/index.js",
39 "es2015": "fesm2015/index.js",
40 "esm2015": "esm2015/index.js",
41 "fesm2015": "fesm2015/index.js",
42 "typings": "index.d.ts",
43 "metadata": "index.metadata.json"
44}