@ng-select/ng-select
Version:
Angular select, multiselect and autocomplete with Signal Forms, Reactive Forms and Template-driven Forms support
64 lines (63 loc) • 1.63 kB
JSON
{
"name": "@ng-select/ng-select",
"version": "24.1.2",
"description": "Angular select, multiselect and autocomplete with Signal Forms, Reactive Forms and Template-driven Forms support",
"author": "@ng-select/ng-select",
"license": "MIT",
"repository": "ng-select/ng-select",
"engines": {
"node": "^22.12.0 || ^24.0.0 || ^26.0.0"
},
"keywords": [
"angular",
"select",
"ui-select",
"dropdown",
"multiselect",
"autocomplete",
"signal-forms",
"reactive-forms",
"template-driven-forms",
"angular2"
],
"exports": {
"./scss/ant.design.theme": {
"style": "./scss/ant.design.theme.scss"
},
"./scss/default.theme": {
"style": "./scss/default.theme.scss"
},
"./scss/material.theme": {
"style": "./scss/material.theme.scss"
},
"./themes/ant.design.theme.css": {
"style": "./themes/ant.design.theme.css"
},
"./themes/default.theme.css": {
"style": "./themes/default.theme.css"
},
"./themes/material.theme.css": {
"style": "./themes/material.theme.css"
},
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ng-select-ng-select.d.ts",
"default": "./fesm2022/ng-select-ng-select.mjs"
}
},
"peerDependencies": {
"@angular/cdk": "^22.0.0",
"@angular/common": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0"
},
"dependencies": {
"tslib": "^2.8.1"
},
"module": "fesm2022/ng-select-ng-select.mjs",
"typings": "types/ng-select-ng-select.d.ts",
"sideEffects": false,
"type": "module"
}