{
  "name": "mui-scheduler-new",
  "version": "1.0.0",
  "description": "📅 React mui scheduler is a react component based on @mui v5 that allows you to manage data in a calendar",
  "main": "dist/index.esm.js",
  "scripts": {
    "build": "rollup -c"
  },
  "keywords": [
    "react",
    "material",
    "scheduler",
    "material-ui",
    "mui",
    "calendar"
  ],
  "author": "pendev",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/pentapperthanh1999/react-mui-scheduler"
  },
  "dependencies": {
    "@emotion/react": "^11.8.2",
    "@emotion/styled": "^11.8.1",
    "@mui/icons-material": "^5.5.1",
    "@mui/lab": "^5.0.0-alpha.75",
    "@mui/material": "^5.5.3",
    "@mui/styles": "^5.5.3",
    "@mui/system": "^5.5.3",
    "date-fns": "^2.28.0",
    "i18next": "^21.6.16",
    "prop-types": "^15.8.1",
    "react-i18next": "^11.16.7"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.8",
    "@babel/plugin-proposal-optional-chaining": "^7.16.7",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-json": "^4.1.0",
    "autoprefixer": "^10.4.4",
    "react": "^17.0.2",
    "rollup": "^2.70.1",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-styles": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2"
  }
}
