{
    "name": "mui-daterange-picker",
    "version": "1.0.6",
    "description": "A react date range picker implementation using @mui.",
    "author": "ricard33",
    "license": "MIT",
    "repository": "ricard33/mui-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": {
        "@babel/runtime": "^7.16.7",
        "@emotion/react": "^11.7.1",
        "@emotion/styled": "^11.6.0",
        "@mui/icons-material": "^5.0.4",
        "@mui/material": "^5.2.6",
        "@mui/system": "^5.0.6",
        "date-fns": "^2.28.0",
        "react": "^17.0.2",
        "react-dom": "^17.0.2"
    },
    "devDependencies": {
        "@babel/core": "^7.16.7",
        "@babel/plugin-external-helpers": "^7.16.7",
        "@babel/plugin-proposal-class-properties": "^7.16.7",
        "@babel/plugin-proposal-decorators": "^7.16.7",
        "@babel/plugin-proposal-do-expressions": "^7.16.7",
        "@babel/plugin-proposal-export-default-from": "^7.16.7",
        "@babel/plugin-proposal-export-namespace-from": "^7.16.7",
        "@babel/plugin-proposal-function-bind": "^7.16.7",
        "@babel/plugin-proposal-function-sent": "^7.16.7",
        "@babel/plugin-proposal-json-strings": "^7.16.7",
        "@babel/plugin-proposal-logical-assignment-operators": "^7.16.7",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
        "@babel/plugin-proposal-numeric-separator": "^7.16.7",
        "@babel/plugin-proposal-optional-chaining": "^7.16.7",
        "@babel/plugin-proposal-pipeline-operator": "^7.16.7",
        "@babel/plugin-proposal-throw-expressions": "^7.16.7",
        "@babel/plugin-syntax-dynamic-import": "^7.0.0",
        "@babel/plugin-syntax-import-meta": "^7.10.4",
        "@babel/plugin-transform-runtime": "^7.16.7",
        "@babel/preset-env": "^7.16.7",
        "@babel/preset-react": "^7.16.7",
        "@emotion/react": "^11.7.1",
        "@emotion/styled": "^11.6.0",
        "@mui/icons-material": "^5.0.4",
        "@mui/material": "^5.2.6",
        "@rollup/plugin-babel": "^5.3.0",
        "@rollup/plugin-commonjs": "^21.0.1",
        "@rollup/plugin-node-resolve": "^13.1.2",
        "@rollup/plugin-url": "^6.1.0",
        "@types/jest": "^27.4.0",
        "@types/lodash.isequal": "^4.5.5",
        "@types/react": "^18.2.0",
        "@typescript-eslint/eslint-plugin": "^5.8.1",
        "@typescript-eslint/parser": "^5.8.1",
        "babel-eslint": "^10.1.0",
        "cross-env": "^7.0.3",
        "date-fns": "^2.28.0",
        "eslint": "^8.6.0",
        "eslint-config-airbnb": "^19.0.4",
        "eslint-plugin-import": "^2.25.4",
        "eslint-plugin-jsx-a11y": "^6.5.1",
        "eslint-plugin-react": "^7.28.0",
        "eslint-plugin-react-hooks": "^4.3.0",
        "react": "^18.2.0",
        "react-dom": "18.2.0",
        "react-scripts": "^5.0.0",
        "rollup": "^2.62.0",
        "rollup-plugin-peer-deps-external": "^2.2.4",
        "rollup-plugin-typescript2": "^0.31.1",
        "typescript": "^4.5.4"
    },
    "dependencies": {
        "@babel/runtime": "^7.16.7"
    },
    "keywords": [
        "react",
        "component",
        "react-components",
        "date-range",
        "date",
        "range",
        "picker",
        "material-design",
        "material",
        "typescript",
        "npm",
        "package"
    ]
}
