{
  "name": "material-ui-thai-datepickers",
  "version": "1.1.7",
  "description": "React components, that implements material design pickers for material-ui v1",
  "keywords": [
    "material-ui",
    "pickers",
    "material-ui-thai-datepickers",
    "@material-ui/pickers",
    "datepicker",
    "timepicker",
    "date-picker",
    "time-picker",
    "react",
    "react-component",
    "material design"
  ],
  "sideEffects": false,
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mui-org/material-ui-pickers/issues"
  },
  "homepage": "https://material-ui-pickers.dev/",
  "repository": {
    "type": "git",
    "url": "https://github.com/mui-org/material-ui-pickers"
  },
  "author": {
    "name": "Dmitriy Kovalenko",
    "email": "dmtr.kovalenko@outlook.com"
  },
  "peerDependencies": {
    "@date-io/core": "^1.3.6",
    "@material-ui/core": "^4.0.0",
    "prop-types": "^15.6.0",
    "react": "^16.8.4",
    "react-dom": "^16.8.4"
  },
  "dependencies": {
    "@babel/runtime": "^7.2.0",
    "@types/styled-jsx": "^2.2.8",
    "clsx": "^1.0.2",
    "react-transition-group": "^4.0.0",
    "rifm": "^0.7.0",
    "tslib": "^1.9.3"
  },
  "size-limit": [
    {
      "path": "build/dist/material-ui-thai-datepickers.esm.js",
      "limit": "30 KB"
    }
  ],
  "scripts": {
    "test": "jest",
    "test:date-fns": "UTILS=date-fns npm run test",
    "test:luxon": "UTILS=luxon npm run test",
    "test:moment": "UTILS=moment npm run test",
    "start": "rollup --config rollup.config.dev.js --watch & npx tsc --watch",
    "prebuild": "rimraf build",
    "build:copy": "node copy.js",
    "build:bundle": "rollup --config",
    "build:typescript": "tsc --project tsconfig.json",
    "build:babel": "cross-env BABEL_ENV=esm babel ./src --extensions '.ts,.tsx' --out-dir ./build/esm",
    "build": "npm run build:typescript && npm run build:bundle && npm run build:copy && npm run build:babel",
    "build:analyze": "npm run build",
    "release": "yarn test && yarn version && yarn build && yarn publish --non-interactive build",
    "publish": "npm publish build"
  },
  "private": false,
  "main": "./dist/material-ui-pickers.js",
  "module": "./esm/index.js",
  "typings": "./index.d.ts"
}