UNPKG

@unified-api/react-calendar-scheduler

Version:
76 lines (75 loc) 2.42 kB
{ "name": "@unified-api/react-calendar-scheduler", "version": "1.0.2", "description": "A React calendar scheduler component for booking appointments", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "src/calendar-scheduler.css" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "type-check": "tsc --noEmit", "publish": "npm run prepublishOnly && npm publish --access public" }, "keywords": [ "react", "calendar", "scheduler", "booking", "appointment", "typescript" ], "author": "Your Name", "license": "MIT", "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.4", "@testing-library/jest-dom": "^6.6.4", "@testing-library/react": "^14.3.1", "@types/jest": "^29.5.14", "@types/react": "^18.3.23", "@types/react-dom": "^18.3.7", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.1", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^4.6.2", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "rimraf": "^6.0.1", "rollup": "^4.46.2", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "ts-jest": "^29.4.0", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "repository": { "type": "git", "url": "https://github.com/unified-to/unified-react-calendar-scheduler.git" }, "bugs": { "url": "https://github.com/unified-to/unified-react-calendar-scheduler/issues" }, "homepage": "https://github.com/unified-to/unified-react-calendar-scheduler#readme", "dependencies": { "tslib": "^2.8.1" } }