UNPKG

react-flexible-table

Version:

A highly customizable and flexible table component for React

75 lines (74 loc) 2.03 kB
{ "name": "react-flexible-table", "description": "A highly customizable and flexible table component for React", "version": "1.1.1", "main": "dist/index.js", "module": "dist/index.js", "type": "module", "files": [ "dist", "README.md", "package.json", "LICENSE.md" ], "scripts": { "build": "rollup -c", "test": "jest", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "predeploy": "npm run build-storybook", "deploy": "gh-pages -d storybook-static", "release": "standard-version" }, "peerDependencies": { "react": ">=16.x", "react-dom": ">=16.x" }, "dependencies": { "classnames": "^2.5.1", "prop-types": "^15.8.1" }, "devDependencies": { "@babel/core": "^7.26.10", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@chromatic-com/storybook": "^3.2.6", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-url": "^8.0.2", "@storybook/addon-essentials": "^8.6.7", "@storybook/addon-interactions": "^8.6.7", "@storybook/addon-onboarding": "^8.6.7", "@storybook/addon-webpack5-compiler-swc": "^3.0.0", "@storybook/blocks": "^8.6.7", "@storybook/react": "^8.6.7", "@storybook/react-webpack5": "^8.6.7", "@storybook/test": "^8.6.7", "gh-pages": "^6.3.0", "postcss": "^8.5.3", "postcss-import": "^16.1.0", "rollup": "^4.36.0", "rollup-plugin-postcss": "^4.0.2", "standard-version": "^9.5.0", "storybook": "^8.6.7" }, "keywords": [ "react", "table", "datatable", "flexible-table", "react-component", "sortable-table", "filterable-table" ], "author": "Mert Kahramantürk", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mertkahramanturk/react-flexible-table.git" }, "bugs": { "url": "https://github.com/mertkahramanturk/react-flexible-table/issues" } }