{
  "name": "rez-table-listing-mui",
  "version": "1.2.1",
  "type": "module",
  "description": "A rez table listing component built on TanStack Table",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "keywords": [
    "table",
    "tanstack",
    "data-table"
  ],
  "scripts": {
    "rollup": "rollup -c --bundleConfigAsCjs",
    "dev": "vite",
    "build": "tsc && vite build",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "uat": "vite --mode uat",
    "build:uat": "vite build --mode uat"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/modifiers": "^7.0.0",
    "@dnd-kit/sortable": "^8.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@tanstack/react-table": "^8.20.5",
    "@tanstack/react-query": "^5.76.1"
  },
  "peerDependencies": {
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/modifiers": "^7.0.0",
    "@dnd-kit/sortable": "^8.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@tanstack/react-table": "^8.20.5",
    "@tanstack/react-query": "^5.76.1",
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/icons-material": "^7.1.0",
    "@mui/material": "^7.0.2",
    "@date-io/date-fns": "^3.2.1",
    "@faker-js/faker": "^9.7.0",
    "@mui/lab": "^7.0.0-beta.12",
    "@mui/x-date-pickers": "^8.4.0",
    "axios": "^1.9.0",
    "date-fns": "^4.1.0",
    "moment": "^2.30.1",
    "papaparse": "^5.5.2",
    "react-hook-form": "^7.56.4",
    "uuid": "^11.1.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/papaparse": "^5.3.15",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.1",
    "@typescript-eslint/eslint-plugin": "^8.17.0",
    "@typescript-eslint/parser": "^8.17.0",
    "@vitejs/plugin-react": "^4.2.1",
    "eslint": "^9.16.0",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.5",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "sass": "^1.85.0",
    "sass-embedded": "^1.82.0",
    "typescript": "^5.7.2",
    "vite": "^6.0.2",
    "vite-plugin-checker": "^0.9.3"
  }
}
