first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "ngx-pretext-table",
|
||||
"version": "0.0.1",
|
||||
"description": "Variable-height virtual scrolling for PrimeNG p-table powered by @chenglou/pretext",
|
||||
"keywords": [
|
||||
"angular",
|
||||
"primeng",
|
||||
"virtual-scroll",
|
||||
"pretext",
|
||||
"table",
|
||||
"variable-row-height"
|
||||
],
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||
"@chenglou/pretext": ">=0.0.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"tslib": "^2.3.0"
|
||||
},
|
||||
"sideEffects": false
|
||||
}
|
||||
Reference in New Issue
Block a user