{ "name": "@patternfly/react-table", "version": "6.4.0", "description": "This library provides a set of React table components for use with the PatternFly 4", "main": "dist/js/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "typesVersions": { "*": { "deprecated": [ "dist/esm/deprecated/index.d.ts" ] } }, "patternfly:src": "src/", "sideEffects": false, "publishConfig": { "access": "public", "tag": "prerelease" }, "repository": { "type": "git", "url": "https://github.com/patternfly/patternfly-react.git" }, "keywords": [ "react", "patternfly", "table" ], "author": "Red Hat", "license": "MIT", "bugs": { "url": "https://github.com/patternfly/patternfly-react/issues" }, "homepage": "https://github.com/patternfly/patternfly-react/tree/main/packages/react-table#readme", "scripts": { "build:umd": "rollup -c --environment IS_PRODUCTION", "build:single:packages": "node ../../scripts/build-single-packages.mjs --config single-packages.config.json", "clean": "rimraf dist components deprecated", "subpaths": "node ../../scripts/exportSubpaths.mjs --config subpaths.config.json" }, "dependencies": { "@patternfly/react-core": "^6.4.0", "@patternfly/react-icons": "^6.4.0", "@patternfly/react-styles": "^6.4.0", "@patternfly/react-tokens": "^6.4.0", "lodash": "^4.17.21", "tslib": "^2.8.1" }, "peerDependencies": { "react": "^17 || ^18 || ^19", "react-dom": "^17 || ^18 || ^19" }, "gitHead": "b6d601ecff82f0b4eaf0d9604abaedeb5e3aa12c" }