@mehdiraized/noa_jalali_datepicker
Version:
A modern, Persian (Jalali) date picker for React applications. This date picker supports both light and dark themes, providing a sleek and user-friendly interface for selecting dates.
76 lines (75 loc) • 1.92 kB
JSON
{
"name": "@mehdiraized/noa_jalali_datepicker",
"version": "0.1.4",
"contributors": [
{
"name": "FreeCyberHawk",
"email": "freecyberhawk@gmail.com",
"url": "https://github.com/freecyberhawk"
},
{
"name": "Yousef Zare",
"email": "yousefZare2000@gmail.com",
"url": "https://github.com/yousefZare2000"
}
],
"homepage": "https://freecyberhawk.github.io/noa_jalali_datepicker/",
"repository": {
"type": "git",
"url": "git+https://github.com/freecyberhawk/noa_jalali_datepicker.git"
},
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"files": [
"dist/**/*",
"README.md"
],
"keywords": [
"jalali-datepicker",
"persian-datepicker",
"react-jalali-date",
"farsi-datepicker",
"jalali-calendar",
"persian-calendar",
"jalali-date-picker",
"react-persian-calendar",
"jalali-moment",
"iranian-date-picker",
"shamsi-date",
"react-date-picker",
"farsi-calendar",
"nextjs-persian-datepicker",
"taghvim-farsi"
],
"license": "MIT",
"devDependencies": {
"@types/react": "^17.0.82",
"@types/react-dom": "^17.0.25",
"rollup": "^2.79.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0"
},
"dependencies": {
"classnames": "^2.5.1",
"jalali-moment": "^3.3.11",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"description": "A modern, Persian (Jalali) date picker for React applications. This date picker supports both light and dark themes, providing a sleek and user-friendly interface for selecting dates.",
"directories": {
"doc": "docs"
},
"types": "./dist/index.d.ts",
"bugs": {
"url": "https://github.com/freecyberhawk/noa_jalali_datepicker/issues"
},
"peerDependencies": {
"tailwindcss": "^3.0.0 || ^4.0.0"
}
}