{
  "name": "radar-react-multi-date-picker",
  "version": "2.0.3",
  "description": "a simple React datepicker component for work with gregorian, persian, arabic and indian calendars",
  "main": "./build/index.js",
  "types": "index.d.ts",
  "scripts": {
    "build": "rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shahabyazdi/react-multi-date-picker.git"
  },
  "keywords": [
    "react",
    "multi",
    "date",
    "datepicker",
    "gregorian",
    "calendar",
    "persian",
    "indian",
    "farsi",
    "arabic",
    "english",
    "hindi",
    "locals",
    "datetime",
    "gregorian-calendar",
    "persian-calendar",
    "islamic-calendar",
    "arabic-calendar",
    "indian-calendar",
    "format-date"
  ],
  "author": "Shahab Yazdi <sh.yazdi@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shahabyazdi/react-multi-date-picker/issues"
  },
  "homepage": "https://shahabyazdi.github.io/react-multi-date-picker/",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-react": "^7.12.10",
    "@rollup/plugin-babel": "^5.2.2",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-node-resolve": "^11.0.1",
    "@rollup/plugin-url": "^6.0.0",
    "@svgr/rollup": "^5.5.0",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "postcss": "8.2.1",
    "rollup": "^2.35.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2"
  },
  "dependencies": {
    "react-date-object": "^1.1.6"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  }
}
