UNPKG

react-native-daterange

Version:

[![npm version](https://img.shields.io/npm/v/react-native-daterange.svg?style=flat-square)](https://www.npmjs.com/package/react-native-daterange) [![npm downloads](https://img.shields.io/npm/dm/react-native-daterange.svg?style=flat-square)](https://www.np

44 lines (43 loc) 984 B
{ "name": "react-native-daterange", "version": "2.3.17", "description": "", "main": "index.js", "scripts": { "eslint-check": "eslint --print-config ./index.js | eslint-config-prettier-check", "lint": "eslint .", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "dates", "date ranges", "date range", "single datepicker", "range datepicker", "react-native-dates", "calendar", "datepickers", "rn-dates" ], "author": "Jews for Jesus", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jewsforjesus/react-native-daterange" }, "dependencies": { "react": ">=16.8.3", "moment": "^2.24.0", "moment-range": "2.2.0", "prop-types": "^15.7.2" }, "peerDependencies": { "react-native": ">=0.41.2" }, "devDependencies": { "babel-eslint": "^10.0.2", "eslint": "^5.3.0", "eslint-config-prettier": "^6.0.0" } }