@tanstack/angular-table
Version:
Headless UI for building powerful tables & datagrids for Angular.
63 lines • 1.56 kB
JSON
{
"name": "@tanstack/angular-table",
"version": "8.21.3",
"description": "Headless UI for building powerful tables & datagrids for Angular.",
"author": "Tanner Linsley",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/table.git",
"directory": "packages/angular-table"
},
"homepage": "https://tanstack.com/table",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"keywords": [
"angular",
"table",
"angular-table",
"datagrid"
],
"type": "module",
"module": "build/lib/esm2022/index.mjs",
"types": "build/lib/index.d.ts",
"exports": {
".": {
"types": "./build/lib/index.d.ts",
"esm": "./build/lib/esm2022/index.mjs",
"esm2022": "./build/lib/esm2022/index.mjs",
"default": "./build/lib/fesm2022/tanstack-angular-table.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"engines": {
"node": ">=12"
},
"files": [
"build/lib/*",
"src"
],
"dependencies": {
"tslib": "^2.6.2",
"@tanstack/table-core": "8.21.3"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.11.0",
"@analogjs/vitest-angular": "^1.11.0",
"@angular/core": "^17.3.9",
"@angular/platform-browser": "^17.3.9",
"@angular/platform-browser-dynamic": "^17.3.9",
"ng-packagr": "^17.3.0",
"typescript": "5.4.5",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@angular/core": ">=17"
},
"sideEffects": false,
"scripts": {}
}