@san.devv/sandev-react-calendar
Version:
A **highly customizable React calendar component** designed for productivity apps, attendance tracking, and event management. It features **dynamic day/week views**, time overlays, and modal integrations — all built using **React, TypeScript, Bootstrap**,
40 lines (39 loc) • 918 B
JSON
{
"name": "@san.devv/sandev-react-calendar",
"version": "1.0.5",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"prepare": "npm run build"
},
"peerDependencies": {
"bootstrap": "^5.0.0",
"date-fns": ">=2.0.0",
"react": "^17 || ^18",
"react-bootstrap": "^2.0.0 || >=2.5.0-beta.1",
"react-dom": "^17 || ^18"
},
"keywords": [
"calendar",
"react",
"typescript",
"bootstrap",
"date-fns"
],
"license": "MIT",
"devDependencies": {
"@babel/preset-react": "^7.27.1",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.4",
"rollup": "^4.45.1",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"typescript": "^5.8.3"
}
}