{
  "name": "@maherunlocker/custom-react-table",
  "version": "2.11.2",
  "description": "dynamic table based on react table v7",
  "author": "M@HER BEN BACCAR",
  "license": "MIT",
  "homepage": "https://github.com/MaherUnlocker/custum-react-table",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist/ && prettier --write src/ && npm run build:esm && npm run build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module CommonJS --outDir dist/cjs",
    "lint": "npm lint",
    "commit": "cz"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@ggascoigne/namor": "^2.0.2",
    "@mui/icons-material": "^5.4.2",
    "@mui/material": "^5.4.2",
    "@mui/styles": "^5.4.2",
    "axios": "0.26.1",
    "react-toastify": "^8.0.2",
    "bootstrap": "4.6.0",
    "classnames": "^2.3.1",
    "framer-motion": "^6.3.3",
    "i18next": "^19.4.4",
    "i18next-browser-languagedetector": "^6.1.4",
    "lodash.concat": "^4.5.0",
    "lodash.isequal": "^4.5.0",
    "lodash.uniqby": "^4.7.0",
    "lodash.without": "^4.4.0",
    "match-sorter": "^6.3.0",
    "react-i18next": "^11.16.9",
    "react-select": "^5.3.0",
    "react-table": "^7.7.0",
    "reactstrap": "^8.10.1",
    "styled-components": "^5.3.5",
    "tss-react": "^3.3.1"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.0.0",
    "@testing-library/user-event": "^13.1.9",
    "@types/eslint-plugin-prettier": "^3.1.0",
    "@types/jest": "^26.0.23",
    "@types/lodash.concat": "^4.5.6",
    "@types/lodash.uniqby": "^4.7.6",
    "@types/lodash.without": "^4.4.6",
    "@types/node": "^16.0.0",
    "@types/prettier": "^2.3.1",
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.11",
    "@types/react-table": "^7.7.9",
    "@types/styled-components": "^5.1.25",
    "@types/testing-library__jest-dom": "^5.14.0",
    "cz-conventional-changelog": "^3.3.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "husky": "^7.0.0",
    "lint-staged": "^11.0.0",
    "prettier": "^2.3.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-error-overlay": "6.0.9",
    "react-scripts": "4.0.3",
    "typescript": "^4.5.4",
    "typesync": "^0.9.0"
  },
  "resolutions": {
    "@mui/styled-engine": "npm:@mui/styled-engine-sc@latest"
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "lint-staged": {
    "src/*.{js,jsx,ts,tsx}": [
      "prettier --no-color --write",
      "yarn lint"
    ],
    "*.{css,scss,graphql}": [
      "prettier --no-color --write"
    ]
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "engines": {
    "node": ">=10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MaherUnlocker/custum-react-table.git"
  },
  "keywords": [
    "react-table",
    "Global filter",
    "custum Filter",
    "react",
    "material ui"
  ],
  "bugs": {
    "url": "https://github.com/MaherUnlocker/custum-react-table/issues"
  },
  "browserslist": [
    "since 2017-06"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
