listine
Version:
Angular virtual scroll component supporting variable item heights.
48 lines • 1.02 kB
JSON
{
"name": "listine",
"version": "21.1.6",
"author": {
"name": "Harsh Gupta",
"url": "https://github.com/hrssh11"
},
"description": "Angular virtual scroll component supporting variable item heights.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"angular",
"virtual-scroll",
"variable-height",
"scrolling",
"virtual-list",
"listine",
"performance",
"infinite-scroll",
"angular-component"
],
"peerDependencies": {
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrssh11/listine.git"
},
"sideEffects": false,
"module": "fesm2022/listine.mjs",
"typings": "types/listine.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/listine.d.ts",
"default": "./fesm2022/listine.mjs"
}
},
"type": "module"
}