react-filterable-table
Version:
Extendable table with filtering, sorting, paging, and more
53 lines (52 loc) • 1.36 kB
JSON
{
"name": "react-filterable-table",
"version": "0.3.443",
"description": "Extendable table with filtering, sorting, paging, and more",
"main": "dist/react-filterable-table.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ianwitherow/react-filterable-table.git"
},
"keywords": [
"react",
"table",
"filter",
"filterable",
"sort",
"sortable",
"json"
],
"dependencies": {
"npm": "^6.1.0",
"react-pager": "^1.3.2"
},
"peerDependencies": {
"react": ">=0.14.0 || >=15.0.0",
"react-dom": ">=0.14.0 || >=15.0.0"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"gulp": "^3.9.0",
"gulp-less": "^3.3.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-webpack": "^1.5.0",
"less": "^2.7.2",
"less-loader": "^2.2.3",
"webpack": "^1.13.0"
},
"resolutions": {
"graceful-fs": "^4.2.9"
},
"homepage": "https://github.com/ianwitherow/react-filterable-table",
"author": "Ian Witherow",
"license": "MIT"
}