UNPKG

react-native-datetimepicker-pro

Version:

A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)

62 lines (61 loc) 1.66 kB
{ "name": "react-native-datetimepicker-pro", "version": "1.0.4", "description": "A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)", "main": "src/index.js", "scripts": { "playground": "cd playground && react-native start" }, "files": [ "src" ], "author": "Hossein Assefi", "homepage": "https://github.com/h-assefi/react-native-datetimepicker-pro#readme", "repository": { "type": "git", "url": "git+https://github.com/h-assefi/react-native-datetimepicker-pro.git" }, "bugs": { "url": "https://github.com/h-assefi/react-native-datetimepicker-pro/issues" }, "license": "MIT", "keywords": [ "react", "react-native", "react-native-datepicker", "datepicker", "calendar", "react-native-calendar", "react-native-calendars", "react-native-datetime", "react-native-datetimepicker", "react-native-persian-calendar", "react-native-jalaali-calendar", "react-native-datetime-calendar", "time-picker", "react-native-time-picker", "month-picker", "react-native-month-picker", "persian", "jalaali", "react-native-jalaali", "persian-calendar", "customizable-datepicker", "datetimepicker" ], "dependencies": { "moment-jalaali": "^0.9.2", "prop-types": "^15.7.2" }, "peerDependencies": { "react-native": ">=0.59" }, "devDependencies": { "prettier": "^1.18.2", "@babel/core": "^7.5.5", "@babel/runtime": "^7.5.5", "@react-native-community/eslint-config": "^0.0.5", "eslint": "^6.3.0", "metro-react-native-babel-preset": "^0.56.0" } }