react-native-daterange-picker
Version:
Date range and single date picker for React Native (Supports iOS and Android)
42 lines (41 loc) • 1.18 kB
JSON
{
"name": "react-native-daterange-picker",
"version": "1.5.1",
"description": "Date range and single date picker for React Native (Supports iOS and Android)",
"main": "src/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/naxulanth/react-native-daterange-picker.git"
},
"keywords": [
"react-native",
"datepicker",
"daterange",
"daterange-picker"
],
"author": "Naxulanth",
"license": "MIT",
"bugs": {
"url": "https://github.com/naxulanth/react-native-daterange-picker/issues"
},
"homepage": "https://github.com/naxulanth/react-native-daterange-picker/",
"dependencies": {
"lodash": "^4.17.19",
"moment": "^2.27.0"
},
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.2"
},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-react-native": "^3.8.1",
"prettier": "^2.0.5"
}
}