UNPKG

window-table

Version:

Windowing Table for React based on React Window

114 lines (113 loc) 3.17 kB
{ "name": "window-table", "version": "0.8.11", "description": "Windowing Table for React based on React Window", "author": "pupudu", "license": "MIT", "repository": "pupudu/window-table", "keywords": [ "react", "react-window-table", "react-virtualized-table", "window-table", "reactjs", "virtual", "window", "windowed", "list", "infinite-scrolling", "virtualized", "table", "data-table", "fixed-data-table", "brian-vaughn", "typescript", "light-weight" ], "main": "dist/index.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "test": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "build": "rollup -c", "start": "rollup -c -w", "prepare": "yarn run build", "predeploy": "cd example && yarn install && yarn run build", "deploy": "gh-pages -d example/build", "lint": "eslint src/**", "docz": "docz dev", "docz:build": "docz build", "now-build": "docz build", "now-dev": "docz dev" }, "dependencies": { "lodash": "^4.17.11", "react-virtualized-auto-sizer": "^1.0.2", "react-window": "^1.8.1" }, "peerDependencies": { "lodash": "^4.0.0", "react": "^16.8.0", "react-dom": "^16.8.0", "react-virtualized-auto-sizer": "^1.0.0", "react-window": "^1.0.0" }, "devDependencies": { "@svgr/rollup": "^4.2.0", "@types/jest": "^24.0.12", "@types/lodash-es": "^4.17.3", "@types/react": "^16.3.13", "@types/react-dom": "^16.0.5", "@types/react-virtualized-auto-sizer": "^1.0.0", "@types/react-window": "^1.7.1", "@typescript-eslint/eslint-plugin": "^1.6.0", "@typescript-eslint/parser": "^1.6.0", "babel-core": "^6.26.3", "babel-eslint": "^10.0.1", "babel-runtime": "^6.26.0", "bootstrap": "^4.3.1", "cross-env": "^5.1.4", "docz": "^1.1.0", "docz-plugin-css": "^0.11.0", "docz-theme-default": "^1.1.0", "eslint": "^5.16.0", "eslint-config-prettier": "^4.1.0", "eslint-config-react-app": "^4.0.0", "eslint-plugin-flowtype": "^3.6.1", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-react": "^7.12.4", "eslint-plugin-react-hooks": "^1.6.0", "fuse.js": "^3.4.4", "gh-pages": "^2.0.1", "js-search": "^1.4.2", "polished": "^3.2.0", "prettier": "^1.17.0", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6", "react-hot-loader": "^4.8.4", "react-select": "^2.4.3", "reactstrap": "^8.0.0", "rollup": "^1.10.1", "rollup-plugin-babel": "^4.3.2", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-node-resolve": "^4.2.3", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-postcss": "^2.0.3", "rollup-plugin-typescript2": "^0.21.0", "rollup-plugin-url": "^2.2.1", "styled-components": "^4.2.0", "stylestrap": "^0.2.1", "typescript": "^3.4.5" }, "files": [ "dist" ] }