UNPKG

react-fluid-table

Version:

A React table inspired by @tanstack/react-virtual

109 lines (108 loc) 3.76 kB
{ "name": "react-fluid-table", "version": "1.5.1", "description": "A React table inspired by @tanstack/react-virtual", "author": "Mckervin Ceme <mckervinc@live.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/mckervinc/react-fluid-table.git" }, "homepage": "https://mckervinc.github.io/react-fluid-table", "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "types": "index.d.ts", "keywords": [ "react", "reactjs", "table", "window", "fluid", "virtualized", "list", "scrolling", "frozen" ], "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "clean": "rimraf dist", "build": "rimraf dist && rollup -c --environment BUILD:production && rm -rf dist/*.es.css", "dev": "rollup -c -w --environment BUILD:development", "start": "concurrently \"yarn dev\" \"yarn --cwd example dev\"", "site:build": "yarn --cwd example install && yarn --cwd example build" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "@babel/core": "^7.27.4", "@babel/eslint-parser": "^7.27.5", "@babel/plugin-external-helpers": "^7.27.1", "@babel/plugin-proposal-decorators": "^7.27.1", "@babel/plugin-proposal-do-expressions": "^7.27.1", "@babel/plugin-proposal-export-default-from": "^7.27.1", "@babel/plugin-proposal-function-bind": "^7.27.1", "@babel/plugin-proposal-function-sent": "^7.27.1", "@babel/plugin-proposal-pipeline-operator": "^7.27.1", "@babel/plugin-proposal-throw-expressions": "^7.27.1", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-class-properties": "^7.27.1", "@babel/plugin-transform-export-namespace-from": "^7.27.1", "@babel/plugin-transform-json-strings": "^7.27.1", "@babel/plugin-transform-logical-assignment-operators": "^7.27.1", "@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1", "@babel/plugin-transform-numeric-separator": "^7.27.1", "@babel/plugin-transform-optional-chaining": "^7.27.1", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@eslint/compat": "^1.3.0", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.29.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.5", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-url": "^8.0.2", "@svgr/rollup": "^8.1.0", "@testing-library/react-hooks": "^8.0.1", "@types/react": "^19", "@typescript-eslint/eslint-plugin": "^8.34.01", "@typescript-eslint/parser": "^8.34.01", "concurrently": "^9.1.2", "cross-env": "^7.0.3", "eslint": "9.29.0", "eslint-config-prettier": "^10.1.5", "eslint-plugin-prettier": "^5.4.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "gh-pages": "^6.3.0", "globals": "^16.2.0", "postcss": "^8.5.6", "prettier": "^3.5.3", "react": "^19.1.0", "rimraf": "^6.0.1", "rollup": "^4.43.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-visualizer": "^6.0.3", "typescript": "^5.8.3", "typescript-eslint": "^8.34.01" }, "dependencies": { "@tanstack/react-virtual": "^3.13.10", "react-resize-detector": "^12.1.0" }, "volta": { "node": "20.12.1", "yarn": "1.22.22" } }