UNPKG

react-schedule-view

Version:

A zero-dependency, fully customizable component for displaying schedules in a daily or week format

47 lines (46 loc) 1.29 kB
{ "name": "react-schedule-view", "version": "1.1.1", "description": "A zero-dependency, fully customizable component for displaying schedules in a daily or week format", "main": "dist/index.js", "module": "dist/index.es.js", "author": "Troy DeSpain <despaintroy@gmail.com>", "license": "MIT", "scripts": { "prebuild": "rm -rf ./dist", "build": "rollup --config", "postbuild": "cp -rf package.json README.md ./dist", "dist": "npm run build && cd dist && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/despaintroy/react-schedule-view" }, "homepage": "https://despaintroy.github.io/react-schedule-view/#/", "keywords": [ "react", "typescript", "schedule", "calendar", "view", "display", "daily", "week", "google calendar", "apple calendar" ], "devDependencies": { "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@types/react": "^18.0.19", "prettier-plugin-organize-imports": "^3.1.1", "react": "^18.2.0", "rollup": "^2.79.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.34.0", "typescript": "^4.8.3" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0" } }