-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy pathpackage.json
188 lines (188 loc) · 7.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "ngx-bootstrap",
"version": "19.0.3",
"description": "Angular Bootstrap",
"author": "Dmitriy Shekhovtsov <[email protected]>",
"license": "MIT",
"schematics": "./schematics/collection.json",
"peerDependencies": {
"@angular/animations": "^19.0.1",
"@angular/common": "^19.0.1",
"@angular/core": "^19.0.1",
"@angular/forms": "^19.0.1",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"exports": {
"./accordion": {
"types": "./accordion/index.d.ts",
"esm2022": "./accordion/esm2022/ngx-bootstrap-accordion.mjs",
"esm": "./accordion/esm2022/ngx-bootstrap-accordion.mjs",
"default": "./accordion/fesm2022/ngx-bootstrap-accordion.mjs"
},
"./alert": {
"types": "./alert/index.d.ts",
"esm2022": "./alert/esm2022/ngx-bootstrap-alert.mjs",
"esm": "./alert/esm2022/ngx-bootstrap-alert.mjs",
"default": "./alert/fesm2022/ngx-bootstrap-alert.mjs"
},
"./buttons": {
"types": "./buttons/index.d.ts",
"esm2022": "./buttons/esm2022/ngx-bootstrap-buttons.mjs",
"esm": "./buttons/esm2022/ngx-bootstrap-buttons.mjs",
"default": "./buttons/fesm2022/ngx-bootstrap-buttons.mjs"
},
"./carousel": {
"types": "./carousel/index.d.ts",
"esm2022": "./carousel/esm2022/ngx-bootstrap-carousel.mjs",
"esm": "./carousel/esm2022/ngx-bootstrap-carousel.mjs",
"default": "./carousel/fesm2022/ngx-bootstrap-carousel.mjs"
},
"./chronos": {
"types": "./chronos/index.d.ts",
"esm2022": "./chronos/esm2022/ngx-bootstrap-chronos.mjs",
"esm": "./chronos/esm2022/ngx-bootstrap-chronos.mjs",
"default": "./chronos/fesm2022/ngx-bootstrap-chronos.mjs"
},
"./collapse": {
"types": "./collapse/index.d.ts",
"esm2022": "./collapse/esm2022/ngx-bootstrap-collapse.mjs",
"esm": "./collapse/esm2022/ngx-bootstrap-collapse.mjs",
"default": "./collapse/fesm2022/ngx-bootstrap-collapse.mjs"
},
"./component-loader": {
"types": "./component-loader/ngx-bootstrap-component-loader.d.ts",
"esm2022": "./component-loader/esm2022/ngx-bootstrap-component-loader.mjs",
"esm": "./component-loader/esm2022/ngx-bootstrap-component-loader.mjs",
"default": "./component-loader/fesm2022/ngx-bootstrap-component-loader.mjs"
},
"./datepicker": {
"types": "./datepicker/index.d.ts",
"esm2022": "./datepicker/esm2022/ngx-bootstrap-datepicker.mjs",
"esm": "./datepicker/esm2022/ngx-bootstrap-datepicker.mjs",
"default": "./datepicker/fesm2022/ngx-bootstrap-datepicker.mjs"
},
"./datepicker/bs-datepicker.css": {
"style": "./datepicker/bs-datepicker.css"
},
"./dropdown": {
"types": "./dropdown/index.d.ts",
"esm2022": "./dropdown/esm2022/ngx-bootstrap-dropdown.mjs",
"esm": "./dropdown/esm2022/ngx-bootstrap-dropdown.mjs",
"default": "./dropdown/fesm2022/ngx-bootstrap-dropdown.mjs"
},
"./focus-trap": {
"types": "./focus-trap/ngx-bootstrap-focus-trap.d.ts",
"esm2022": "./focus-trap/esm2022/ngx-bootstrap-focus-trap.mjs",
"esm": "./focus-trap/esm2022/ngx-bootstrap-focus-trap.mjs",
"default": "./focus-trap/fesm2022/ngx-bootstrap-focus-trap.mjs"
},
"./locale": {
"types": "./locale/index.d.ts",
"esm2022": "./locale/esm2022/ngx-bootstrap-locale.mjs",
"esm": "./locale/esm2022/ngx-bootstrap-locale.mjs",
"default": "./locale/fesm2022/ngx-bootstrap-locale.mjs"
},
"./mini-ngrx": {
"types": "./mini-ngrx/ngx-bootstrap-mini-ngrx.d.ts",
"esm2022": "./mini-ngrx/esm2022/ngx-bootstrap-mini-ngrx.mjs",
"esm": "./mini-ngrx/esm2022/ngx-bootstrap-mini-ngrx.mjs",
"default": "./mini-ngrx/fesm2022/ngx-bootstrap-mini-ngrx.mjs"
},
"./modal": {
"types": "./modal/index.d.ts",
"esm2022": "./modal/esm2022/ngx-bootstrap-modal.mjs",
"esm": "./modal/esm2022/ngx-bootstrap-modal.mjs",
"default": "./modal/fesm2022/ngx-bootstrap-modal.mjs"
},
"./pagination": {
"types": "./pagination/index.d.ts",
"esm2022": "./pagination/esm2022/ngx-bootstrap-pagination.mjs",
"esm": "./pagination/esm2022/ngx-bootstrap-pagination.mjs",
"default": "./pagination/fesm2022/ngx-bootstrap-pagination.mjs"
},
"./popover": {
"types": "./popover/index.d.ts",
"esm2022": "./popover/esm2022/ngx-bootstrap-popover.mjs",
"esm": "./popover/esm2022/ngx-bootstrap-popover.mjs",
"default": "./popover/fesm2022/ngx-bootstrap-popover.mjs"
},
"./positioning": {
"types": "./positioning/index.d.ts",
"esm2022": "./positioning/esm2022/ngx-bootstrap-positioning.mjs",
"esm": "./positioning/esm2022/ngx-bootstrap-positioning.mjs",
"default": "./positioning/fesm2022/ngx-bootstrap-positioning.mjs"
},
"./progressbar": {
"types": "./progressbar/index.d.ts",
"esm2022": "./progressbar/esm2022/ngx-bootstrap-progressbar.mjs",
"esm": "./progressbar/esm2022/ngx-bootstrap-progressbar.mjs",
"default": "./progressbar/fesm2022/ngx-bootstrap-progressbar.mjs"
},
"./rating": {
"types": "./rating/index.d.ts",
"esm2022": "./rating/esm2022/ngx-bootstrap-rating.mjs",
"esm": "./rating/esm2022/ngx-bootstrap-rating.mjs",
"default": "./rating/fesm2022/ngx-bootstrap-rating.mjs"
},
"./sortable": {
"types": "./sortable/index.d.ts",
"esm2022": "./sortable/esm2022/ngx-bootstrap-sortable.mjs",
"esm": "./sortable/esm2022/ngx-bootstrap-sortable.mjs",
"default": "./sortable/fesm2022/ngx-bootstrap-sortable.mjs"
},
"./tabs": {
"types": "./tabs/index.d.ts",
"esm2022": "./tabs/esm2022/ngx-bootstrap-tabs.mjs",
"esm": "./tabs/esm2022/ngx-bootstrap-tabs.mjs",
"default": "./tabs/fesm2022/ngx-bootstrap-tabs.mjs"
},
"./timepicker": {
"types": "./timepicker/index.d.ts",
"esm2022": "./timepicker/esm2022/ngx-bootstrap-timepicker.mjs",
"esm": "./timepicker/esm2022/ngx-bootstrap-timepicker.mjs",
"default": "./timepicker/fesm2022/ngx-bootstrap-timepicker.mjs"
},
"./tooltip": {
"types": "./tooltip/index.d.ts",
"esm2022": "./tooltip/esm2022/ngx-bootstrap-tooltip.mjs",
"esm": "./tooltip/esm2022/ngx-bootstrap-tooltip.mjs",
"default": "./tooltip/fesm2022/ngx-bootstrap-tooltip.mjs"
},
"./typeahead": {
"types": "./typeahead/index.d.ts",
"esm2022": "./typeahead/esm2022/ngx-bootstrap-typeahead.mjs",
"esm": "./typeahead/esm2022/ngx-bootstrap-typeahead.mjs",
"default": "./typeahead/fesm2022/ngx-bootstrap-typeahead.mjs"
},
"./utils": {
"types": "./utils/index.d.ts",
"esm2022": "./utils/esm2022/ngx-bootstrap-utils.mjs",
"esm": "./utils/esm2022/ngx-bootstrap-utils.mjs",
"default": "./utils/fesm2022/ngx-bootstrap-utils.mjs"
}
},
"sideEffects": false,
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"tag": "next"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/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"
]
}