rc-data-table
Version:
Extendable table with filtering, sorting, paging, and more
56 lines • 1.36 kB
JSON
{
"name": "rc-data-table",
"version": "0.1.16",
"description": "Extendable table with filtering, sorting, paging, and more",
"main": "dist/rc-data-table.js",
"scripts": {
"build": "gulp build",
"example": "gulp example"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/sksankarraj/rc-data-table.git"
},
"keywords": [
"react",
"table",
"filter",
"filterable",
"sort",
"sortable",
"json"
],
"dependencies": {
"react-pager": "^1.3.3"
},
"peerDependencies": {
"react": "^16.8.3 || ^17",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/preset-env": "^7.13.8",
"@babel/preset-react": "^7.12.13",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.1",
"babel-loader": "^8.2.2",
"gulp": "^4.0.2",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"node-sass": "^5.0.0",
"webpack": "^5.24.2",
"webpack-stream": "^6.1.2"
},
"homepage": "https://github.com/sksankarraj/rc-data-table",
"author": "Sankar Raj",
"license": "MIT",
"resolutions": {
"graceful-fs": "^4.2.4"
}
}