{
  "name": "@sdkit/table",
  "description": "Table component",
  "license": "MIT",
  "version": "5.1.1",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "version": "yarn build:bundle && yarn build:types",
    "build:bundle": "babel src -d dist -s --ignore spec.* --extensions .ts,.tsx",
    "build:types": "tsc --declaration --emitDeclarationOnly"
  },
  "typings": "dist/index.d.ts",
  "dependencies": {
    "@sdkit/checkbox": "^5.0.0",
    "react-virtualized": "^9.20.1"
  },
  "peerDependencies": {
    "@types/react-virtualized": "^9.18.7",
    "react": "^16.8.0",
    "styled-components": "^4.0.0 || ^5.0.0"
  },
  "devDependencies": {
    "@types/react-virtualized": "^9.18.7"
  },
  "gitHead": "64c8f981ab0afba341594aba1432a0d2d077d19b"
}
