{
  "name": "sticky-react-table",
  "version": "0.4.26",
  "description": "A super flexible, scalable and robust table with sticky header and columns for all your tabular needs.",
  "homepage": "http://samrith-s.github.io/sticky-react-table",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd",
    ".npmignore",
    ".gitignore"
  ],
  "scripts": {
    "build": "nwb build-react-component --copy-files",
    "clean": "nwb clean-module && nwb clean-demo",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server",
    "deploy": "gh-pages -d demo/dist",
    "deploy:new": "yarn build && yarn deploy",
    "npm:publish": "npm version $1 && yarn deploy:new && git push origin master --tags && npm publish"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "lodash": "^4.17.10",
    "memoize-one": "^4.0.0",
    "prop-types": "^15.6.2",
    "react-spinners": "^0.4.4"
  },
  "peerDependencies": {
    "react": "16.x"
  },
  "devDependencies": {
    "autoprefixer": "^9.1.0",
    "babel-eslint": "^8.2.3",
    "eslint": "^5.3.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-react": "^7.9.1",
    "gh-pages": "^1.2.0",
    "nwb": "^0.23.0",
    "nwb-sass": "^0.8.4",
    "precss": "^3.1.2",
    "prettier": "^1.13.5",
    "react": "^16.4.1",
    "react-dom": "^16.4.1"
  },
  "author": "Samrith Shankar",
  "license": "MIT",
  "repository": "https://github.com/samrith-s/sticky-react-table.git",
  "keywords": [
    "react",
    "table",
    "sticky",
    "fixed",
    "header",
    "custom",
    "custom-table",
    "declarative-table",
    "react-table"
  ]
}
