{
  "name": "@mrii/react-table-builder",
  "version": "0.0.5",
  "private": false,
  "sideEffects": false,
  "description": "library to easily build tables using MUI grid",
  "repository": {
    "type": "git",
    "url": "https://github.com/AbdUlHamedMaree/react-table-builder.git"
  },
  "bugs": {
    "url": "https://github.com/AbdUlHamedMaree/react-table-builder/issues"
  },
  "homepage": "https://github.com/AbdUlHamedMaree/react-table-builder.git",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "author": {
    "email": "hmidmrii@gmail.com",
    "name": "Abd UlHameed Maree",
    "url": "https://www.linkedin.com/in/abd-ul-hameed-maree"
  },
  "source": "./src/index.ts",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "type": "commonjs",
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "react-component",
    "mui",
    "table",
    "grid",
    "mui-table",
    "mui-grid",
    "material-ui",
    "material design"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "concurrently --kill-others-on-fail -n rollup,tsc -c magenta,cyan \"yarn rollup\" \"yarn tsc\"",
    "build:watch": "concurrently -k -n rollup,tsc -c magenta,cyan \"yarn rollup -w\" \"yarn tsc -w\"",
    "rollup": "rollup -c --bundleConfigAsCjs",
    "example:next:dev": "concurrently -k -n build,dev -c magenta,cyan \"yarn build:watch -p none\" \"yarn --cwd nextjs-example dev\"",
    "example:react:dev": "concurrently -k -n build,dev -c magenta,cyan \"yarn build:watch -p none\" \"yarn --cwd reactjs-example start\"",
    "test": "jest",
    "lint": "concurrently --kill-others-on-fail -n tsc,eslint -c magenta,cyan \"yarn type-check\" \"yarn eslint --quiet\"",
    "lint:fix": "concurrently --kill-others-on-fail -n tsc,eslint -c magenta,cyan \"yarn type-check\" \"yarn eslint --fix\"",
    "type-check": "tsc -p ./tsconfig.eslint.json",
    "tsc": "tsc",
    "eslint": "eslint .",
    "prettier": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\"",
    "prepack": "yarn lint:fix && yarn build",
    "prepare": "ts-patch install -s"
  },
  "devDependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/icons-material": "^5.11.0",
    "@mui/lab": "^5.0.0-alpha.115",
    "@mui/material": "^5.11.4",
    "@mui/x-data-grid": "^5.17.18",
    "@rollup/plugin-commonjs": "^24.0.0",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@swc/core": "^1.3.26",
    "@swc/jest": "^0.2.24",
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^29.2.5",
    "@types/lodash.get": "^4.4.7",
    "@types/node": "^18.11.18",
    "@types/numeral": "^2.0.2",
    "@types/react": "^18.0.26",
    "@types/react-dom": "^18.0.10",
    "@typescript-eslint/eslint-plugin": "^5.48.1",
    "@typescript-eslint/parser": "^5.48.1",
    "concurrently": "^7.6.0",
    "date-fns": "^2.29.3",
    "eslint": "^8.31.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^8.6.0",
    "eslint-import-resolver-typescript": "^3.5.3",
    "eslint-plugin-import": "^2.27.4",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.32.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-unused-imports": "^2.0.0",
    "immer": "^9.0.17",
    "jest": "^29.3.1",
    "lodash.get": "^4.4.2",
    "numeral": "^2.0.6",
    "prettier": "^2.8.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^4.0.4",
    "rollup": "^3.10.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-swc3": "^0.8.0",
    "rollup-plugin-typescript-paths": "^1.4.0",
    "ts-patch": "^2.1.0",
    "tslib": "^2.4.1",
    "typescript": "^4.9.4",
    "typescript-transform-paths": "^3.4.6",
    "zustand": "^4.3.1"
  },
  "peerDependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/icons-material": "^5.11.0",
    "@mui/lab": "^5.0.0-alpha.115",
    "@mui/material": "^5.11.4",
    "@mui/x-data-grid": "^5.17.18",
    "date-fns": "^2.29.3",
    "immer": "^9.0.17",
    "lodash.get": "^4.4.2",
    "numeral": "^2.0.6",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "zustand": "^4.3.1"
  }
}
