react-hijri-calendar
Version:
A pluggable React calendar component supporting Hijri and Gregorian dates, theming, and custom rendering.
84 lines (83 loc) • 2.46 kB
JSON
{
"name": "react-hijri-calendar",
"version": "1.0.2",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/types/Calendar/index.d.ts",
"sideEffects": false,
"type": "module",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build",
"lint": "eslint",
"format": "prettier --write .",
"test": "jest"
},
"keywords": [
"react",
"calendar",
"date-picker",
"dual-calendar",
"hijri",
"gregorian",
"component"
],
"author": "Ibrahim AlRayyan <ibrahim.alrayany@gmail.com> (https://github.com/RayyanX95)",
"license": "ISC",
"description": "A pluggable React calendar component supporting Hijri and Gregorian dates, theming, and custom rendering.",
"repository": {
"type": "git",
"url": "git+https://github.com/RayyanX95/react-hijri-calendar.git"
},
"homepage": "https://github.com/RayyanX95/react-hijri-calendar#readme",
"bugs": {
"url": "https://github.com/RayyanX95/react-hijri-calendar/issues"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"dependencies": {
"date-fns": "^4.1.0",
"moment-hijri": "^3.0.0"
},
"devDependencies": {
"@atomazing-org/eslint-config": "^2.5.0",
"@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": "^16.3.0",
"@types/jest": "^30.0.0",
"@types/moment-hijri": "^2.1.4",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"@vitejs/plugin-react": "^4.7.0",
"eslint": "^9.32.0",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.3",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"prettier": "^3.6.2",
"rollup": "^2.79.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^29.4.0",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"vite": "^6.3.5"
}
}