{
  "name": "date-pickers-modern",
  "version": "7.7.1-alpha.1",
  "description": "A react date range picker implementation using @mui.",
  "author": "xantos008",
  "main": "./node/index.js",
  "module": "./index.js",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/xantos008/date-pickers-modern"
  },
  "homepage": "https://github.com/xantos008/date-pickers-modern",
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "react",
    "react-component",
    "datepicker",
    "daterangepicker"
  ],
  "scripts": {
    "compile": "rm -rf build && tsc && cp package.json build && cp README.md build && cp LICENSE build",
    "clean": "rm -rf dist",
    "ts:check": "tsc",
    "build:simple": "npm run clean && rollup -c --bundleConfigAsCjs",
    "build": "npm run clean && rollup -c --bundleConfigAsCjs && npm run postbuild",
    "postbuild": "cp package.json dist && cp README.md dist && cp LICENSE dist && node ./scripts/runUpdatePackageJson.js",
    "publish": "npm run compile && npm run build && npm run pack && npm publish date-pickers-modern-7.7.1-alpha.1.tgz",
    "pack": "npm pack ./build/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xantos008/date-pickers-modern.git"
  },
  "dependencies": {
    "@babel/runtime": "^7.24.7",
    "@emotion/styled": "^11.8.1",
    "@mui/base": "^5.0.0-beta.40",
    "@mui/system": "^5.15.20",
    "@mui/utils": "^5.15.20",
    "@types/format-util": "^1.0.2",
    "@types/react-transition-group": "^4.4.10",
    "clsx": "^2.1.1",
    "prop-types": "^15.8.1",
    "react": "^17.0.0 || ^18.0.0",
    "react-transition-group": "^4.4.5",
    "semver": "^7.5.4"
  },
  "peerDependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@mui/material": "^5.15.14",
    "date-fns": "^2.25.0 || ^3.2.0",
    "date-fns-jalali": "^2.13.0-0 || ^3.2.0-0",
    "dayjs": "^1.10.7",
    "luxon": "^3.0.2",
    "moment": "^2.29.4",
    "moment-hijri": "^2.1.2",
    "moment-jalaali": "^0.7.4 || ^0.8.0 || ^0.9.0 || ^0.10.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0"
  },
  "peerDependenciesMeta": {
    "@emotion/react": {
      "optional": true
    },
    "@emotion/styled": {
      "optional": true
    },
    "date-fns": {
      "optional": true
    },
    "date-fns-jalali": {
      "optional": true
    },
    "dayjs": {
      "optional": true
    },
    "luxon": {
      "optional": true
    },
    "moment": {
      "optional": true
    },
    "moment-hijri": {
      "optional": true
    },
    "moment-jalaali": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/core": "^7.24.7",
    "@babel/plugin-transform-runtime": "^7.24.7",
    "@babel/traverse": "^7.24.7",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@rollup/plugin-url": "^8.0.2",
    "@types/luxon": "^3.4.2",
    "@types/moment-hijri": "^2.1.4",
    "@types/moment-jalaali": "^0.7.9",
    "@types/node": "^18.19.34",
    "@types/prop-types": "^15.7.12",
    "date-fns": "^2.30.0",
    "date-fns-jalali": "^2.30.0-0",
    "dayjs": "^1.11.10",
    "luxon": "^3.4.4",
    "make-dir": "^4.0.0",
    "moment": "^2.30.1",
    "moment-hijri": "^2.1.2",
    "moment-jalaali": "^0.10.0",
    "moment-timezone": "^0.5.45",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.36.0",
    "tslib": "^2.6.3",
    "typescript": "^5.3.3"
  },
  "resolutions": {
    "@babel/core": "^7.24.7",
    "@babel/traverse": "^7.24.7",
    "csstype": "3.0.10",
    "semver": "^7.5.4"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "types": "./index.d.ts"
}