materialui-daterange-picker
Version:
A react date range picker implementation using @material-ui.
94 lines (93 loc) • 2.94 kB
JSON
{
"name": "materialui-daterange-picker",
"version": "1.1.92",
"description": "A react date range picker implementation using @material-ui.",
"author": "pedro-lb",
"license": "MIT",
"repository": "pedro-lb/materialui-daterange-picker",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"lint": "./node_modules/.bin/eslint ./src --ext .js,.jsx,.ts,.tsx",
"build": "rollup -c",
"copy_publish_files": "cp ../README.md .",
"prepublish": "yarn run build && yarn run copy_publish_files"
},
"peerDependencies": {
"@material-ui/core": "^4.9.4",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@types/classnames": "^2.2.9",
"@types/jest": "^25.1.2",
"@types/lodash.isequal": "^4.5.5",
"@types/react": "^16.9.19",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "^3.0.1",
"rollup": "^1.1.2",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-typescript2": "^0.17.0",
"rollup-plugin-url": "^2.1.0",
"typescript": "^3.7.5"
},
"dependencies": {
"@material-ui/core": "^4.9.4",
"@material-ui/icons": "^4.9.1",
"classnames": "^2.2.6",
"date-fns": "^1.30.1"
},
"keywords": [
"react",
"component",
"react-components",
"date-range",
"date",
"range",
"picker",
"material-design",
"material",
"typescript",
"npm",
"package"
]
}