{ "name": "@mui/x-date-pickers", "version": "5.0.20", "description": "The community edition of the date picker components (MUI X).", "author": "MUI Team", "main": "./node/index.js", "license": "MIT", "bugs": { "url": "https://github.com/mui/mui-x/issues" }, "homepage": "https://mui.com/x/react-date-pickers/getting-started/", "funding": { "type": "opencollective", "url": "https://opencollective.com/mui" }, "sideEffects": false, "publishConfig": { "access": "public" }, "keywords": [ "react", "react-component", "mui", "material-ui", "material design", "datepicker", "timepicker", "datetimepicker" ], "repository": { "type": "git", "url": "https://github.com/mui/mui-x.git", "directory": "packages/x-date-pickers" }, "dependencies": { "@babel/runtime": "^7.18.9", "@date-io/core": "^2.15.0", "@date-io/date-fns": "^2.15.0", "@date-io/dayjs": "^2.15.0", "@date-io/luxon": "^2.15.0", "@date-io/moment": "^2.15.0", "@mui/utils": "^5.10.3", "@types/react-transition-group": "^4.4.5", "clsx": "^1.2.1", "prop-types": "^15.7.2", "react-transition-group": "^4.4.5", "rifm": "^0.12.1" }, "peerDependencies": { "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@mui/material": "^5.4.1", "@mui/system": "^5.4.1", "date-fns": "^2.25.0", "dayjs": "^1.10.7", "luxon": "^1.28.0 || ^2.0.0 || ^3.0.0", "moment": "^2.29.1", "react": "^17.0.2 || ^18.0.0", "react-dom": "^17.0.2 || ^18.0.0" }, "peerDependenciesMeta": { "date-fns": { "optional": true }, "dayjs": { "optional": true }, "@emotion/react": { "optional": true }, "@emotion/styled": { "optional": true }, "luxon": { "optional": true }, "moment": { "optional": true } }, "setupFiles": [ "/src/setupTests.js" ], "engines": { "node": ">=12.0.0" }, "private": false, "module": "./index.js", "types": "./index.d.ts" }