@itpsolver/react-multi-date-picker
Version:
a simple React datepicker component for working with gregorian, persian, arabic and indian calendars with the ability to select the date by single, multiple and range pickers.
82 lines (81 loc) • 2.15 kB
JSON
{
"name": "@itpsolver/react-multi-date-picker",
"version": "0.3.0",
"description": "a simple React datepicker component for working with gregorian, persian, arabic and indian calendars with the ability to select the date by single, multiple and range pickers.",
"main": "./build/index.js",
"types": "index.d.ts",
"scripts": {
"build": "rollup -c",
"test": "jest ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itpsolver/react-multi-date-picker.git"
},
"keywords": [
"react",
"multi",
"date",
"picker",
"datepicker",
"rangepicker",
"timepicker",
"date picker",
"range picker",
"time picker",
"multiple",
"range",
"time",
"gregorian",
"calendar",
"persian",
"jalali",
"hijri",
"indian",
"farsi",
"arabic",
"english",
"hindi",
"locales",
"datetime",
"component"
],
"author": "Shahab Yazdi <sh.yazdi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/itpsolver/react-multi-date-picker/issues"
},
"homepage": "https://shahabyazdi.github.io/react-multi-date-picker/",
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.0.1",
"@rollup/plugin-url": "^7.0.0",
"@svgr/rollup": "^6.3.1",
"@tabler/icons": "^1.95.0",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^13.4.0",
"jest": "^27.4.3",
"postcss": "8.4.16",
"postcss-css-variables": "^0.18.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.79.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"react-date-object": "^2.1.5",
"react-element-popper": "^2.1.6"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"packageManager": "yarn@3.2.4"
}