{
  "name": "react-big-calendar",
  "version": "1.20.0",
  "description": "Calendar! with events",
  "author": {
    "name": "Jason Quense",
    "email": "monastic.panic@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bigcalendar/react-big-calendar.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "module": "dist/react-big-calendar.esm.js",
  "style": "lib/css/react-big-calendar.css",
  "files": [
    "lib/",
    "dist/",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "keywords": [
    "scheduler",
    "react-component",
    "react",
    "calendar",
    "events",
    "full calendar"
  ],
  "scripts": {
    "build": "zx .scripts/build.mjs",
    "build-storybook": "storybook build",
    "lint": "NODE_ENV=development eslint src",
    "prepare": "is-ci || husky",
    "prepublishOnly": "yarn build",
    "prettier": "prettier '**/*js' '!lib/**' --write ",
    "storybook": "storybook dev -p 9002",
    "storybook:coverage": "COVERAGE=true storybook dev -p 9002",
    "test": "yarn lint && NODE_ENV=test jest",
    "test:coverage": "yarn lint && NODE_ENV=test jest --coverage && yarn coverage:check",
    "tdd": "NODE_ENV=test jest --watch",
    "playwright": "node_modules/.bin/playwright test --config=playwright/playwright.config.js",
    "playwright:file": "node_modules/.bin/playwright test --config=playwright/playwright.config.js",
    "playwright:coverage": "COVERAGE=true node_modules/.bin/playwright test --config=playwright/playwright.config.js",
    "coverage:check": "node scripts/coverage-check.js",
    "coverage:merge": "node scripts/merge-coverage.js && yarn coverage:check",
    "coverage:full": "yarn test:coverage && yarn playwright:coverage && yarn coverage:merge"
  },
  "peerDependencies": {
    "react": "^16.14.0 || ^17 || ^18 || ^19",
    "react-dom": "^16.14.0 || ^17 || ^18 || ^19"
  },
  "devDependencies": {
    "@babel/cli": "^7.29.7",
    "@babel/core": "^7.29.7",
    "@babel/eslint-parser": "^7.29.7",
    "@babel/plugin-transform-class-properties": "^7.29.7",
    "@babel/plugin-transform-private-methods": "^7.29.7",
    "@babel/plugin-transform-private-property-in-object": "^7.29.7",
    "@babel/plugin-transform-runtime": "^7.29.7",
    "@babel/preset-env": "^7.29.7",
    "@commitlint/cli": "^21.0.2",
    "@commitlint/config-conventional": "^21.0.2",
    "@playwright/test": "^1.60.0",
    "@rollup/plugin-babel": "^7.1.0",
    "@rollup/plugin-commonjs": "^29.0.3",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@storybook/addon-docs": "^10.4.1",
    "@storybook/addon-links": "^10.4.1",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react-webpack5": "^10.4.1",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@typescript-eslint/eslint-plugin": "^8.60.0",
    "@typescript-eslint/parser": "^8.60.0",
    "autoprefixer": "^10.5.0",
    "babel-jest": "^30.4.1",
    "babel-loader": "^9.2.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "babel-plugin-transform-rename-import": "^2.3.0",
    "@babel/preset-react": "^7.29.7",
    "date-fns": "^4.4.0",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-webpack": "^0.13.11",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-storybook": "^10.4.1",
    "globals": "^16.3.0",
    "husky": "^9.1.7",
    "is-ci": "^4.1.0",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1",
    "lint-staged": "^15.5.2",
    "postcss": "^8.5.15",
    "postcss-cli": "^11.0.1",
    "prettier": "^3.8.3",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "react-tackle-box": "^2.1.0",
    "regenerator-runtime": "^0.14.1",
    "rollup": "^4.60.4",
    "rollup-plugin-clear": "^2.0.7",
    "sass": "^1.100.0",
    "sass-loader": "^17.0.0",
    "semantic-release": "^25.0.3",
    "storybook": "^10.4.1",
    "zx": "^8.8.5"
  },
  "dependencies": {
    "@babel/runtime": "^7.29.7",
    "clsx": "^2.1.1",
    "date-arithmetic": "^4.1.0",
    "dayjs": "^1.11.21",
    "dom-helpers": "^6.0.1",
    "globalize": "^1.7.1",
    "invariant": "^2.2.4",
    "lodash": "^4.18.1",
    "lodash-es": "^4.18.1",
    "luxon": "^3.7.2",
    "memoize-one": "^6.0.0",
    "moment": "^2.29.4",
    "moment-timezone": "^0.5.48",
    "prop-types": "^15.8.1",
    "react-overlays": "^5.2.1",
    "uncontrollable": "^7.2.1"
  },
  "bugs": {
    "url": "https://github.com/bigcalendar/react-big-calendar/issues"
  },
  "homepage": "https://github.com/bigcalendar/react-big-calendar#readme"
}
