{
  "name": "@propellerads/table",
  "version": "3.0.0",
  "repository": "https://github.com/propellerads/ui-components",
  "author": "i.pasyuk@propellerads.net",
  "license": "MIT",
  "private": false,
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "prepublishOnly": "tsdx build",
    "start": "tsdx watch",
    "build": "tsdx build"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "module": "dist/table.esm.js",
  "devDependencies": {
    "@types/react": "^16.9.49",
    "@types/react-dom": "^16.9.8",
    "@types/styled-components": "^5.1.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "tsdx": "^0.13.3",
    "tslib": "^2.0.1",
    "typescript": "^4.0.2"
  },
  "dependencies": {
    "@propellerads/stylevariables": "^1.2.0",
    "react-table": "^6.10.5",
    "styled-components": "^5.2.0"
  }
}
