{
  "name": "material-ui-ts-responsive-table",
  "version": "0.9.3",
  "description": "Responsive read-only datagrid <-> expandable list for material-ui",
  "main": "lib/index.js",
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "babel src -d lib",
    "tsc": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexnexusai/material-ui-ts-responsive-table.git"
  },
  "keywords": [
    "material-ui-next",
    "material-ui",
    "material",
    "design",
    "responsive",
    "table",
    "expandable",
    "list",
    "react",
    "ui"
  ],
  "author": "support@localinsights.io",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexnexusai/material-ui-ts-responsive-table/issues"
  },
  "homepage": "https://github.com/alexnexusai/material-ui-ts-responsive-table#readme",
  "devDependencies": {
    "@mui/material": "^5.2.3",
    "@mui/x-data-grid": "5.0.0",
    "@mui/icons-material": "^5.2.3",
    "@types/lodash": "^4.14.176",
    "@types/react": "17.0.31",
    "@types/react-dom": "17.0.10",
    "@babel/cli": "^7.15.7",
    "@babel/core": "^7.15.8",
    "@babel/eslint-parser": "^7.15.8",
    "babel-jest": "^27.3.1",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-react": "^7.14.5",
    "lodash.isequal": "^4.5.0",
    "typescript": "^4.4.4"
  },
  "peerDependencies": {
    "@mui/material": "^5.2.3",
    "@mui/x-data-grid": "^5.0.0",
    "@mui/icons-material": "^5.2.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  }
}
