UNPKG

@husam287/react-native-modern-datepicker

Version:

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

61 lines 1.63 kB
{ "name": "@husam287/react-native-modern-datepicker", "version": "1.0.15", "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" ], "types": "src/index.d.ts", "publishConfig": { "access": "public" }, "author": "Hossein Shabani", "homepage": "https://hosseinshabani.github.io/react-native-modern-datepicker/", "repository": { "type": "git", "url": "https://github.com/HosseinShabani/react-native-modern-datepicker.git" }, "bugs": { "url": "https://github.com/HosseinShabani/react-native-modern-datepicker/issues" }, "license": "MIT", "keywords": [ "react", "react-native", "react-native-datepicker", "datepicker", "calendar", "react-native-calendar", "react-native-calendars", "react-native-persian-calendar", "react-native-jalaali-calendar", "time-picker", "react-native-time-picker", "month-picker", "react-native-month-picker", "persian", "jalaali", "react-native-jalaali", "persian-calendar", "customizable-datepicker" ], "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" } }