@samotics/ngx-treeview
Version:
An Angular treeview component with checkbox
49 lines • 1.15 kB
JSON
{
"name": "@samotics/ngx-treeview",
"version": "18.0.3",
"license": "MIT",
"description": "An Angular treeview component with checkbox",
"keywords": [
"ng",
"ngx",
"angular",
"ngx-treeview",
"tree",
"treeview",
"tree-view",
"checkbox",
"dropdown",
"recursive",
"angular tree component"
],
"author": "Samotics <info@samotics.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/semioticlabs/ngx-treeview.git"
},
"bugs": {
"url": "https://github.com/semioticlabs/ngx-treeview/issues"
},
"peerDependencies": {
"@angular/common": "^18.2.13",
"@angular/core": "^18.2.13",
"lodash": "^4.17.21"
},
"dependencies": {
"tslib": "^2.6.0"
},
"module": "fesm2022/samotics-ngx-treeview.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/samotics-ngx-treeview.mjs",
"esm": "./esm2022/samotics-ngx-treeview.mjs",
"default": "./fesm2022/samotics-ngx-treeview.mjs"
}
},
"sideEffects": false
}