{
  "name": "@rc-component/listy",
  "version": "1.4.0",
  "description": "📜 Virtualized React list component with grouping and sticky header support.",
  "keywords": [
    "react",
    "react-component",
    "list",
    "high performance",
    "headless ui"
  ],
  "homepage": "https://github.com/react-component/listy",
  "author": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/react-component/listy.git"
  },
  "bugs": {
    "url": "https://github.com/react-component/listy/issues"
  },
  "files": [
    "es",
    "lib",
    "assets/**/*.css",
    "assets/**/*.less"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "scripts": {
    "start": "dumi dev",
    "build": "dumi build",
    "compile": "father build && lessc assets/index.less assets/index.css",
    "prepublishOnly": "npm run compile && rc-np",
    "lint": "eslint src/ tests/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
    "test": "rc-test",
    "prepare": "husky",
    "prettier": "prettier --write .",
    "coverage": "rc-test --coverage"
  },
  "lint-staged": {
    "*.{ts,tsx,js,jsx,json,less,md}": "prettier --write"
  },
  "dependencies": {
    "@rc-component/motion": "^1.1.4",
    "@rc-component/portal": "^2.0.0",
    "@rc-component/resize-observer": "^1.0.0",
    "@rc-component/util": "^1.3.1",
    "@rc-component/virtual-list": "^1.4.0",
    "clsx": "^2.1.1"
  },
  "devDependencies": {
    "@eslint/compat": "^2.1.0",
    "@eslint/js": "^10.0.1",
    "@rc-component/father-plugin": "^2.2.0",
    "@rc-component/np": "^1.0.4",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/classnames": "^2.3.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^26.0.1",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "cross-env": "^10.1.0",
    "dumi": "^2.4.38",
    "eslint": "^10.6.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-jest": "^29.15.4",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.1.1",
    "father": "^4.6.24",
    "globals": "^17.7.0",
    "husky": "^9.1.7",
    "less": "^4.6.7",
    "lint-staged": "^17.0.8",
    "prettier": "^3.9.4",
    "rc-test": "^7.1.3",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "regenerator-runtime": "^0.14.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.62.1"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  }
}
