{
  "name": "@ambiot/material-ui-multiple-dates-picker",
  "version": "1.0.3",
  "description": "Date Picker with multiple selection based on Material UI",
  "main": "./build/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\"",
    "build": "babel ./app/src/lib -d ./build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ambiot-llc/react-mui-multiple-datepicker.git"
  },
  "keywords": [
    "multi-datepicker",
    "react-datepicker",
    "react-multiple-datepicker",
    "material-ui-multiple-datepicker",
    "material-ui-multiple-dates-picker",
    "multiple",
    "datepicker"
  ],
  "author": {
    "name": "Ámbiot",
    "email": "opensource@ambiot.io",
    "url": "https://ambiot.io/"
  },
  "contributors": [],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ambiot-llc/react-mui-multiple-datepicker/issues"
  },
  "homepage": "https://github.com/ambiot-llc/react-mui-multiple-datepicker#readme",
  "dependencies": {
    "moment": "^2.24.0",
    "warning": "^3.0.0"
  },
  "peerDependencies": {
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
    "@mui/icons-material": "^5.10.9",
    "@mui/lab": "^5.0.0-alpha.103",
    "@mui/material": "^5.10.9",
    "react": "^18.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.19.3",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-react": "^7.18.6",
    "babel-eslint": "^10.0.2",
    "standard": "^13.1.0"
  },
  "standard": {
    "parser": "babel-eslint"
  }
}
