{
    "name": "@abbl/material-calendar",
    "version": "0.9.19",
    "description": "Calendar component build with React and Material-UI",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "types": "dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": "https://github.com/abbl/material-calendar"
    },
    "scripts": {
        "start": "webpack-dev-server --open",
        "build": "tsc -b .",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "React",
        "Material",
        "Calendar",
        "UI",
        "Component",
        "MaterialCalendar"
    ],
    "files": [
        "dist",
        "README.md"
    ],
    "author": "abbl (Patryk Rzucidło)",
    "license": "ISC",
    "dependencies": {
        "@material-ui/core": "^4.11.0",
        "@material-ui/icons": "^4.9.1",
        "date-fns": "^2.15.0",
        "fontsource-roboto": "^3.0.3",
        "lodash": "^4.17.20",
        "react": "^16.13.1",
        "react-dom": "^16.13.1"
    },
    "peerDependencies": {
        "react": "^16.13.1",
        "react-dom": "^16.13.1"
    },
    "devDependencies": {
        "@babel/core": "^7.11.4",
        "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
        "@babel/plugin-proposal-optional-chaining": "^7.11.0",
        "@babel/plugin-transform-runtime": "^7.11.0",
        "@babel/preset-env": "^7.11.0",
        "@babel/preset-react": "^7.10.4",
        "@babel/preset-typescript": "^7.10.4",
        "@babel/runtime": "^7.11.2",
        "@types/lodash": "^4.14.160",
        "@types/react": "^16.9.47",
        "@types/react-dom": "^16.9.8",
        "@welldone-software/why-did-you-render": "^4.3.2",
        "babel-loader": "^8.1.0",
        "css-loader": "^4.2.2",
        "file-loader": "^6.0.0",
        "html-webpack-plugin": "^4.3.0",
        "sass-loader": "^10.0.1",
        "style-loader": "^1.2.1",
        "ts-loader": "^8.0.3",
        "typescript": "^4.0.2",
        "url-loader": "^4.1.0",
        "webpack": "^4.44.1",
        "webpack-bundle-analyzer": "^3.9.0",
        "webpack-cli": "^3.3.12",
        "webpack-dev-server": "^3.11.0"
    }
}
