{
  "name": "react-day-picker",
  "version": "8.0.7",
  "description": "Customizable Date Picker for React",
  "author": "Giampaolo Bellavite <io@gpbl.dev>",
  "homepage": "http://react-day-picker.js.org",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/gpbl/react-day-picker"
  },
  "bugs": {
    "url": "https://github.com/gpbl/react-day-picker/issues"
  },
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "unpkg": "dist/react-day-picker.min.js",
  "types": "dist/index.d.ts",
  "style": "dist/style.css",
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "build-watch": "rollup -c -w --no-watch.clearScreen",
    "css-types": "yarn tcm -p src/style.css",
    "lint": "eslint --ext .ts,.tsx src",
    "test": "jest",
    "test-watch": "jest --watch",
    "typecheck": "tsc --project ./tsconfig.json --noEmit",
    "typecheck-watch": "tsc --project ./tsconfig.json --noEmit --skipLibCheck --watch"
  },
  "files": [
    "dist",
    "src",
    "tsconfig.json"
  ],
  "dependencies": {
    "@reach/auto-id": "0.16.0"
  },
  "devDependencies": {
    "@rollup/plugin-alias": "^3.1.9",
    "@rollup/plugin-commonjs": "^21.1.0",
    "@rollup/plugin-typescript": "^8.3.1",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^12.1.4",
    "@testing-library/react-hooks": "^7.0.2",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.4.1",
    "@types/node": "^17.0.23",
    "@types/react": "^17.0.44",
    "@typescript-eslint/eslint-plugin": "^5.18.0",
    "@typescript-eslint/parser": "^5.18.0",
    "date-fns": "^2.28.0",
    "eslint": "^8.13.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-rdp": "workspace:^",
    "eslint-import-resolver-typescript": "^2.7.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^26.1.4",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react-hooks": "^4.4.0",
    "jest": "^27.5.1",
    "prettier": "^2.6.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^3.0.2",
    "rollup": "^2.70.1",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-local-resolve": "^1.0.7",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "timekeeper": "^2.2.0",
    "ts-jest": "^27.1.4",
    "ts-node": "^10.7.0",
    "tsc-alias": "^1.6.6",
    "tslib": "^2.3.1",
    "typed-css-modules": "^0.7.0",
    "typescript": "~4.5.5"
  },
  "peerDependencies": {
    "date-fns": "^2.28.0",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/gpbl"
  }
}
