UNPKG

react-big-schedule

Version:

React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern browser-compatible component into your applications to effectively manage time, appointments, and resources. With d

104 lines (103 loc) 3.79 kB
{ "name": "react-big-schedule", "version": "5.4.5", "description": "React Big Schedule is a powerful and intuitive scheduler and resource planning solution built with React. Seamlessly integrate this modern browser-compatible component into your applications to effectively manage time, appointments, and resources. With drag-and-drop functionality, interactive UI, and granular views, react-big-schedule empowers users to effortlessly schedule and allocate resources with precision. Enhance productivity and streamline your workflow with this React-based solution, designed to optimize time management and simplify calendar-based operations. Perfect for applications requiring advanced scheduling capabilities, react-big-schedule offers a seamless and intuitive experience for managing appointments, resource allocation, and time slots. Unlock the potential of your React projects with react-big-schedule and revolutionize the way you handle scheduling and resource planning. It is the updated version of react-big-scheduler", "keywords": [ "react-big-schedule", "react-scheduler", "react-schedule", "react big schedule", "react scheduler", "react-big-scheduler", "react scheduler master", "react", "react-big-schedulers", "react-component", "antd", "resource planning", "scheduler", "Resource planning", "Time management", "Calender", "Scheduling component", "React framework", "Drag-and-drop", "Resource allocation", "Time slots", "Appointment management", "Interactive UI", "Modern browser compatibility", "React-based solution", "Granular views", "Productivity enhancement", "antd" ], "license": "MIT", "author": "Ansul Agrawal (https://github.com/ansulagrawal)", "files": [ "dist", "README.md", "License" ], "main": "dist/index.js", "homepage": "https://react-big-schedule.vercel.app", "repository": { "type": "git", "url": "https://github.com/ansulagrawal/react-big-schedule" }, "bugs": { "url": "https://github.com/ansulagrawal/react-big-schedule/issues" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "dev": "webpack serve --open", "build": "webpack --mode production", "build:lib": "node scripts/build.js", "clean": "npx rimraf dist", "lint": "eslint ./src", "lint:fix": "eslint ./src --fix", "prettier": "prettier --check \"src/**/*.{js,jsx,json,css}\"", "prettier:fix": "prettier --write \"src/**/*.{js,jsx,json,css}\"", "format": "npm run prettier:fix && npm run lint:fix" }, "dependencies": { "@ant-design/icons": "^6.1.0", "antd": "^6.2.0", "dayjs": "^1.11.19", "prop-types": "^15.8.1", "react": "^19.2.4", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^19.2.4", "react-router-dom": "^7.13.0", "rrule": "^2.8.1" }, "devDependencies": { "@babel/cli": "^7.28.6", "@babel/core": "^7.28.5", "@babel/eslint-parser": "^7.28.6", "@babel/preset-env": "^7.29.0", "@babel/preset-react": "^7.28.5", "babel-loader": "^10.0.0", "copy-webpack-plugin": "^13.0.1", "css-loader": "^7.1.3", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-import": "^2.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-prettier": "^5.5.5", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-webpack-plugin": "^5.0.2", "fs-extra": "^11.3.3", "html-webpack-plugin": "^5.6.6", "prettier": "^3.8.0", "style-loader": "^4.0.0", "webpack": "^5.104.1", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.3" } }