UNPKG

@tchesa/react-native-modern-datepicker

Version:

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

62 lines (61 loc) 1.7 kB
{ "name": "@tchesa/react-native-modern-datepicker", "version": "0.0.9", "description": "A customizable calendar, time & month picker for React Native (including Persian Jalaali calendar & locale)", "main": "dist/playground/datepicker/index.js", "types": "dist/playground/datepicker/index.d.ts", "source": "playground/datepicker/index.ts", "scripts": { "build": "tsc -b ./tsconfig.json & copyfiles playground/assets/*.png dist", "playground": "cd playground && react-native start" }, "files": [ "dist" ], "author": "tchesa", "repository": { "type": "git", "url": "https://github.com/tchesa/react-native-modern-datepicker.git" }, "bugs": { "url": "https://github.com/tchesa/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" }, "peerDependencies": { "react-native": ">=0.59" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/runtime": "^7.5.5", "@react-native-community/eslint-config": "^0.0.5", "copyfiles": "^2.4.1", "eslint": "^6.3.0", "metro-react-native-babel-preset": "^0.56.0", "prettier": "^1.18.2", "prop-types": "^15.7.2", "typescript": "^5.4.2" } }