{
  "name": "mui-multiple-dates-picker",
  "version": "1.1.7",
  "description": "Date Picker with multiple selection based on Material UI, forked from @randex. Migrated to MUI v5 by @Shiftrdw",
  "main": "./build/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "build": "npx babel ./app/src/lib -d ./build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shiftrdw/material-ui-multiple-dates-picker.git"
  },
  "keywords": [
    "multi-datepicker",
    "react-datepicker",
    "react-multiple-datepicker",
    "material-ui-multiple-datepicker",
    "material-ui-multiple-dates-picker",
    "multiple",
    "datepicker"
  ],
  "author": {
    "name": "Ruslan Murin/Ridhwan",
    "email": "randexdev@gmail.com"
  },
  "contributors": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Shiftrdw/react-multiple-datepicker/issues"
  },
  "homepage": "https://github.com/Shiftrdw/react-multiple-datepicker#readme",
  "dependencies": {
    "@emotion/react": "^11.9.0",
    "@emotion/styled": "^11.8.1",
    "@mui/icons-material": "^5.6.0",
    "@mui/lab": "^5.0.0-alpha.76",
    "@mui/material": "^5.6.0",
    "@mui/styles": "^5.6.0",
    "classnames": "^2.2.6",
    "moment": "^2.24.0",
    "warning": "^3.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "babel-eslint": "^10.0.2",
    "standard": "^13.1.0"
  },
  "standard": {
    "parser": "babel-eslint"
  }
}