You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
81 lines
2.1 KiB
81 lines
2.1 KiB
2 years ago
|
{
|
||
|
"name": "react-multi-date-picker",
|
||
|
"version": "3.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/shahabyazdi/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/shahabyazdi/react-multi-date-picker/issues"
|
||
|
},
|
||
|
"homepage": "https://shahabyazdi.github.io/react-multi-date-picker/",
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.16.0",
|
||
|
"@babel/preset-env": "^7.16.4",
|
||
|
"@babel/preset-react": "^7.16.0",
|
||
|
"@babel/preset-typescript": "^7.16.0",
|
||
|
"@rollup/plugin-babel": "^5.3.0",
|
||
|
"@rollup/plugin-commonjs": "^21.0.1",
|
||
|
"@rollup/plugin-node-resolve": "^13.0.6",
|
||
|
"@rollup/plugin-url": "^6.1.0",
|
||
|
"@svgr/rollup": "^6.1.0",
|
||
|
"@tabler/icons": "^1.46.0",
|
||
|
"@testing-library/jest-dom": "^5.16.0",
|
||
|
"@testing-library/react": "^12.1.2",
|
||
|
"jest": "^27.4.3",
|
||
|
"postcss": "8.4.4",
|
||
|
"postcss-css-variables": "^0.18.0",
|
||
|
"react": "^17.0.2",
|
||
|
"react-dom": "^17.0.2",
|
||
|
"rollup": "^2.60.2",
|
||
|
"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"
|
||
|
}
|
||
|
}
|