{
  "name": "@syook/react-tabulous",
  "version": "4.6.0",
  "description": "Terrifically fabulous React Table",
  "main": "lib/index.js",
  "module": "lib/index.esm.js",
  "types": "lib/index.d.ts",
  "files": [
    "README.md",
    "lib"
  ],
  "keywords": [
    "syook",
    "table",
    "react"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/syook/react-tabulous.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "author": "Syook",
  "bugs": {
    "url": "https://github.com/syook/react-tabulous/issues"
  },
  "lint-staged": {
    "*.{js,jsx,json,css}": [
      "npm run prettier:fix"
    ],
    "*.{js, jsx, ts, tsx}": [
      "npm run lint:fix"
    ]
  },
  "scripts": {
    "prepare": "husky install",
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "coverage": "npm test -- --coverage --watchAll --collectCoverageFrom='!src/data/**/*.{ts,tsx}'",
    "eject": "react-scripts eject",
    "lint": "eslint --ignore-path .eslintignore ./src",
    "lint:fix": "npm run lint --fix",
    "prettier": "prettier . -c --config .prettierrc",
    "prettier:fix": "prettier . -c --config .prettierrc --write",
    "rollup": "rm -rf lib && rollup -c",
    "build:dev": "npm run rollup && npm pack",
    "npm-publish": "npm install && npm run build:dev && npm publish"
  },
  "dependencies": {
    "@popperjs/core": "2.11.8"
  },
  "devDependencies": {
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@emotion/react": "11.11.4",
    "@emotion/styled": "11.11.5",
    "@eslint/js": "9.10.0",
    "@rollup/plugin-babel": "6.0.3",
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-image": "3.0.2",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@rollup/plugin-terser": "0.4.3",
    "@rollup/plugin-typescript": "11.1.1",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.104",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "eslint": "8.57.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-react": "7.36.1",
    "globals": "15.9.0",
    "husky": "^9.1.5",
    "prettier": "3.3.3",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-scripts": "5.0.1",
    "rollup": "^3.22.0",
    "rollup-plugin-dts": "5.3.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-react-svg": "3.0.3",
    "typescript": "^4.9.5",
    "typescript-eslint": "^8.4.0",
    "web-vitals": "^3.3.1"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}
