ngx-bootstrap
Version:
Angular Bootstrap
149 lines • 5.09 kB
JSON
{
"name": "ngx-bootstrap",
"version": "21.0.1",
"description": "Angular Bootstrap",
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
"license": "MIT",
"schematics": "./schematics/collection.json",
"peerDependencies": {
"@angular/animations": "^21.0.0",
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/forms": "^21.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"exports": {
"./accordion": {
"types": "./accordion/types/ngx-bootstrap-accordion.d.ts",
"default": "./accordion/fesm2022/ngx-bootstrap-accordion.mjs"
},
"./alert": {
"types": "./alert/types/ngx-bootstrap-alert.d.ts",
"default": "./alert/fesm2022/ngx-bootstrap-alert.mjs"
},
"./buttons": {
"types": "./buttons/types/ngx-bootstrap-buttons.d.ts",
"default": "./buttons/fesm2022/ngx-bootstrap-buttons.mjs"
},
"./carousel": {
"types": "./carousel/types/ngx-bootstrap-carousel.d.ts",
"default": "./carousel/fesm2022/ngx-bootstrap-carousel.mjs"
},
"./chronos": {
"types": "./chronos/types/ngx-bootstrap-chronos.d.ts",
"default": "./chronos/fesm2022/ngx-bootstrap-chronos.mjs"
},
"./collapse": {
"types": "./collapse/types/ngx-bootstrap-collapse.d.ts",
"default": "./collapse/fesm2022/ngx-bootstrap-collapse.mjs"
},
"./component-loader": {
"types": "./component-loader/types/ngx-bootstrap-component-loader.d.ts",
"default": "./component-loader/fesm2022/ngx-bootstrap-component-loader.mjs"
},
"./datepicker": {
"types": "./datepicker/types/ngx-bootstrap-datepicker.d.ts",
"default": "./datepicker/fesm2022/ngx-bootstrap-datepicker.mjs"
},
"./datepicker/bs-datepicker.css": {
"style": "./datepicker/bs-datepicker.css"
},
"./dropdown": {
"types": "./dropdown/types/ngx-bootstrap-dropdown.d.ts",
"default": "./dropdown/fesm2022/ngx-bootstrap-dropdown.mjs"
},
"./focus-trap": {
"types": "./focus-trap/types/ngx-bootstrap-focus-trap.d.ts",
"default": "./focus-trap/fesm2022/ngx-bootstrap-focus-trap.mjs"
},
"./locale": {
"types": "./locale/types/ngx-bootstrap-locale.d.ts",
"default": "./locale/fesm2022/ngx-bootstrap-locale.mjs"
},
"./mini-ngrx": {
"types": "./mini-ngrx/types/ngx-bootstrap-mini-ngrx.d.ts",
"default": "./mini-ngrx/fesm2022/ngx-bootstrap-mini-ngrx.mjs"
},
"./modal": {
"types": "./modal/types/ngx-bootstrap-modal.d.ts",
"default": "./modal/fesm2022/ngx-bootstrap-modal.mjs"
},
"./pagination": {
"types": "./pagination/types/ngx-bootstrap-pagination.d.ts",
"default": "./pagination/fesm2022/ngx-bootstrap-pagination.mjs"
},
"./popover": {
"types": "./popover/types/ngx-bootstrap-popover.d.ts",
"default": "./popover/fesm2022/ngx-bootstrap-popover.mjs"
},
"./positioning": {
"types": "./positioning/types/ngx-bootstrap-positioning.d.ts",
"default": "./positioning/fesm2022/ngx-bootstrap-positioning.mjs"
},
"./progressbar": {
"types": "./progressbar/types/ngx-bootstrap-progressbar.d.ts",
"default": "./progressbar/fesm2022/ngx-bootstrap-progressbar.mjs"
},
"./rating": {
"types": "./rating/types/ngx-bootstrap-rating.d.ts",
"default": "./rating/fesm2022/ngx-bootstrap-rating.mjs"
},
"./sortable": {
"types": "./sortable/types/ngx-bootstrap-sortable.d.ts",
"default": "./sortable/fesm2022/ngx-bootstrap-sortable.mjs"
},
"./tabs": {
"types": "./tabs/types/ngx-bootstrap-tabs.d.ts",
"default": "./tabs/fesm2022/ngx-bootstrap-tabs.mjs"
},
"./timepicker": {
"types": "./timepicker/types/ngx-bootstrap-timepicker.d.ts",
"default": "./timepicker/fesm2022/ngx-bootstrap-timepicker.mjs"
},
"./tooltip": {
"types": "./tooltip/types/ngx-bootstrap-tooltip.d.ts",
"default": "./tooltip/fesm2022/ngx-bootstrap-tooltip.mjs"
},
"./typeahead": {
"types": "./typeahead/types/ngx-bootstrap-typeahead.d.ts",
"default": "./typeahead/fesm2022/ngx-bootstrap-typeahead.mjs"
},
"./utils": {
"types": "./utils/types/ngx-bootstrap-utils.d.ts",
"default": "./utils/fesm2022/ngx-bootstrap-utils.mjs"
},
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngx-bootstrap.d.ts",
"default": "./fesm2022/ngx-bootstrap.mjs"
}
},
"sideEffects": false,
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "next"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/valor-software/ngx-bootstrap.git"
},
"bugs": {
"url": "https://github.com/valor-software/ngx-bootstrap/issues"
},
"homepage": "https://github.com/valor-software/ngx-bootstrap#readme",
"keywords": [
"angular",
"bootstap",
"ng",
"ng2",
"angular2",
"twitter-bootstrap"
],
"module": "fesm2022/ngx-bootstrap.mjs",
"typings": "types/ngx-bootstrap.d.ts"
}