UNPKG

react-mui-scheduler

Version:

📅 React mui scheduler is a react component based on @mui v5 that allows you to manage data in a calendar

57 lines (56 loc) • 1.59 kB
{ "name": "react-mui-scheduler", "version": "2.0.4", "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": "rouftom", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/rouftom/react-mui-scheduler.git" }, "homepage": "https://github.com/rouftom/react-mui-scheduler#readme", "bugs": { "url": "https://github.com/rouftom/react-mui-scheduler/issues" }, "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" } }