date-range-picker-mui
Version:
A React date range picker implementation using @mui.
102 lines (101 loc) • 3.77 kB
JSON
{
"name": "date-range-picker-mui",
"version": "1.0.11",
"description": "A React date range picker implementation using @mui.",
"author": "reschandreas",
"license": "MIT",
"repository": "reschandreas/date-range-picker-mui",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=22",
"npm": ">=10"
},
"scripts": {
"lint": "./node_modules/.bin/eslint ./src --ext .js,.jsx,.ts,.tsx",
"build": "rollup -c --bundleConfigAsCjs",
"copy_publish_files": "cp ../README.md .",
"prepublish": "yarn run build && yarn run copy_publish_files"
},
"peerDependencies": {
"@babel/runtime": "^7.26.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@mui/system": "^6.3.0",
"date-fns": "^4.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-external-helpers": "^7.25.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-do-expressions": "^7.25.9",
"@babel/plugin-proposal-export-default-from": "^7.25.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-function-bind": "^7.25.9",
"@babel/plugin-proposal-function-sent": "^7.25.9",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-pipeline-operator": "^7.25.9",
"@babel/plugin-proposal-throw-expressions": "^7.25.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.3.0",
"@mui/material": "^6.3.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-url": "^8.0.2",
"@types/jest": "^29.5.14",
"@types/lodash.isequal": "^4.5.8",
"@types/react": "^19.0.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"date-fns": "^4.1.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^4.3.0",
"react": "^19.0.0",
"react-dom": "19.0.0",
"react-scripts": "^5.0.1",
"rollup": "^4.29.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^4.9.5"
},
"dependencies": {
"@babel/runtime": "^7.26.0"
},
"keywords": [
"react",
"component",
"react-components",
"date-range",
"date",
"range",
"picker",
"material-design",
"material",
"typescript",
"npm",
"package"
]
}