{
  "name": "material-ui-next-pickers",
  "version": "0.0.23",
  "description": "Datepicker and timepicker for material-ui next",
  "keywords": [
    "material-ui",
    "next",
    "date",
    "time",
    "datepicker",
    "timepicker",
    "calendar",
    "clock"
  ],
  "repository": {
    "type": "github",
    "url": "https://github.com/chingyawhao/material-ui-next-pickers"
  },
  "homepage": "http://chingyawhao.github.io/material-ui-pickers",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepare": "npm run module",
    "module": "tsc --rootDir src --declaration true --outDir dist",
    "start:dev": "NODE_ENV=development webpack serve --content-base app --history-api-fallback",
    "compile": "NODE_ENV=production webpack --display-error-details",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": {
    "name": "Ching Yaw Hao",
    "email": "chingyawhao14@gmail.com",
    "url": "http://chingyawhao.github.io/"
  },
  "license": "ISC",
  "dependencies": {
    "classnames": "^2.2.6",
    "react-swipeable-views": "0.13.9",
    "react-swipeable-views-utils": "0.13.9"
  },
  "peerDependencies": {
    "@material-ui/core": "^4.11.3",
    "@material-ui/icons": "^4.11.2",
    "@material-ui/styles": "^4.11.3",
    "react": "^17.0.1",
    "react-dom": "^17.0.1"
  },
  "devDependencies": {
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.1",
    "html-webpack-plugin": "^5.2.0",
    "ts-loader": "^8.0.17",
    "typescript": "^4.2.3",
    "webpack": "^5.24.3",
    "webpack-cli": "^4.5.0",
    "webpack-dev-server": "^3.11.2"
  }
}
