{
  "name": "@swipebox/morphe-datepicker",
  "version": "177.0.13",
  "license": "Apache-2.0",
  "homepage": "https://github.com/man-o-to/morphe",
  "description": "A React UI datepicker component for Swipebox (forked from Pinterest's Gestalt)",
  "main": "dist/morphe-datepicker.js",
  "types": "dist/index.d.ts",
  "jsnext:main": "dist/morphe-datepicker.es.js",
  "module": "dist/morphe-datepicker.es.js",
  "style": "dist/morphe-datepicker.css",
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@floating-ui/react": "^0.25.4",
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "@mui/material": "^5.16.12",
    "@mui/x-date-pickers": "^7.27.1",
    "classnames": "^2.2.6",
    "react-datepicker": "7.5.0"
  },
  "peerDependencies": {
    "@swipebox/morphe": ">0.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "build:prod": "NODE_ENV=production rollup -c rollup.config.js",
    "watch": "rollup -c rollup.config.js --watch"
  },
  "browserslist": [
    "last 2 versions",
    "not IE < 11",
    "not <1%"
  ],
  "keywords": [
    "datepicker",
    "design system",
    "morphe",
    "swipebox",
    "react",
    "ui library"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/man-o-to/morphe"
  }
}
