reactabular-sticky
Version:
Sticky header and body for Reactabular
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "reactabular-sticky",
"version": "8.14.0",
"description": "Sticky header and body for Reactabular",
"scripts": {
"build": "rimraf ./dist && babel ./src --ignore __tests__ --out-dir ./dist",
"prepublish": "npm run build"
},
"files": [
"dist",
"CHANGELOG.md",
"LICENSE",
"README.md"
],
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/reactabular/reactabular.git"
},
"keywords": [
"react",
"reactjs",
"table",
"tables",
"reactabular"
],
"author": "Juho Vepsalainen <bebraw@gmail.com> (http://github.com/bebraw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/reactabular/reactabular/issues"
},
"homepage": "http://reactabular.js.org/",
"main": "dist",
"module": "dist",
"jsnext:main": "dist",
"devDependencies": {
"babel-cli": "^6.11.4",
"rimraf": "^2.5.4"
},
"peerDependencies": {
"lodash": ">= 4.0.0 < 5.0.0",
"react": ">= 0.11.2 < 17.0.0",
"reactabular-table": ">= 8.0.0 < 9.0.0"
}
}