UNPKG

@tanstack/react-table

Version:

Headless UI for building powerful tables & datagrids for React.

69 lines 1.82 kB
{ "name": "@tanstack/react-table", "version": "9.0.0", "description": "Headless UI for building powerful tables & datagrids for React.", "author": "Tanner Linsley", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TanStack/table.git", "directory": "packages/react-table" }, "homepage": "https://tanstack.com/table", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "keywords": [ "react", "table", "react-table", "datagrid", "tanstack-intent" ], "type": "module", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./experimental-worker-plugin": "./dist/experimental-worker-plugin.js", "./flex-render": "./dist/flex-render.js", "./legacy": "./dist/legacy.js", "./static-functions": "./dist/static-functions.js", "./package.json": "./package.json" }, "sideEffects": false, "engines": { "node": ">=20" }, "files": [ "dist", "skills" ], "dependencies": { "@tanstack/react-store": "^0.11.0", "@tanstack/table-core": "9.0.0" }, "devDependencies": { "@eslint-react/eslint-plugin": "^5.18.1", "@testing-library/react": "^16.3.2", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.4", "@vitejs/plugin-react": "^6.0.5", "eslint-plugin-react-compiler": "19.1.0-rc.2", "eslint-plugin-react-hooks": "^7.1.1", "react": "^19.2.8", "react-dom": "^19.2.8" }, "peerDependencies": { "react": ">=18" }, "scripts": { "clean": "rimraf ./build && rimraf ./dist", "test:eslint": "eslint ./src", "test:lib": "vitest --passWithNoTests", "test:lib:dev": "pnpm test:lib --watch", "test:types": "tsc", "test:build": "publint --strict", "build": "tsdown" } }