{
  "name": "mr01-table-plugin",
  "version": "0.8.1",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src/styles.module.css",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint './{src,app}/**/*.{ts,tsx}'",
    "size": "size-limit",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abaddon101/plugin-table-for-npm"
  },
  "keywords": [
    "React table",
    "Tabular data",
    "Sorting",
    "Searching",
    "Pagination",
    "Entries per page",
    "Modularity",
    "User-friendly",
    "Responsive table",
    "Customizable table",
    "React UI component"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/helgastogova/npm-react-typescript-template"
  },
  "homepage": "https://github.com/abaddon101/plugin-table-for-npm",
  "peerDependencies": {
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0",
    "typescript": ">=3.7.0"
  },
  "devDependencies": {
    "@babel/core": "^7.23.5",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
    "@babel/preset-env": "^7.23.5",
    "@babel/preset-react": "^7.23.3",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.4",
    "@rollup/plugin-node-resolve": "^15.2.1",
    "@rollup/plugin-replace": "^5.0.5",
    "@rollup/plugin-typescript": "^11.1.5",
    "@size-limit/preset-small-lib": "^9.0.0",
    "@svgr/rollup": "^8.1.0",
    "@testing-library/react": "^14.0.0",
    "@types/react": "^18.2.22",
    "@types/react-dom": "^18.2.7",
    "@typescript-eslint/eslint-plugin": "^6.7.2",
    "@typescript-eslint/parser": "^6.7.2",
    "eslint": "^8.49.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.0",
    "eslint-plugin-react": "^7.33.2",
    "identity-obj-proxy": "^3.0.0",
    "npm": "^10.1.0",
    "postcss": "^8.4.30",
    "prettier": "^3.0.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.79.1",
    "rollup-plugin-copy": "^3.5.0",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-generate-package-json": "^3.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "size-limit": "^9.0.0",
    "typescript": "^5.3.2"
  },
  "dependencies": {
    "@rollup/plugin-terser": "^0.4.3",
    "react-select": "^5.8.0",
    "tslib": "^2.6.2"
  }
}
