appointment-scheduler
Version:
A reusable appointment scheduler UI component library
43 lines (42 loc) • 983 B
JSON
{
"name": "appointment-scheduler",
"version": "2.2.1",
"description": "A reusable appointment scheduler UI component library",
"author": "Karan Tamboli",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --dts --format esm,cjs",
"prepare": "npm run build"
},
"peerDependencies": {
"react": ">=16.8.0 <20.0.0",
"react-dom": ">=16.8.0 <20.0.0"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"dayjs": "^1.11.10",
"lucide-react": "^0.525.0"
},
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/k-t18/appointment-scheduler.git"
},
"keywords": [
"react",
"appointment",
"scheduler",
"calendar",
"component"
]
}