UNPKG

react-native-flexi-datepicker

Version:

A highly customizable and flexible date picker component for React Native

50 lines 1.51 kB
{ "name": "react-native-flexi-datepicker", "version": "1.0.40", "description": "A highly customizable and flexible date picker component for React Native", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "prepare": "npm run build", "test": "jest", "lint": "eslint . --ext .ts,.tsx" }, "keywords": [ "react-native", "datepicker", "calendar", "date-picker", "custom-datepicker", "flexible-datepicker" ], "author": "Sreedevi", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/sreedevi111/react-native-flexi-datepicker.git" }, "bugs": { "url": "https://github.com/sreedevi111/react-native-flexi-datepicker/issues" }, "homepage": "https://github.com/sreedevi111/react-native-flexi-datepicker#readme", "peerDependencies": { "moment": ">=2.29.0", "react": ">=17.0.0", "react-native": ">=0.60.0", "react-native-calendars": ">=1.1284.0" }, "devDependencies": { "@types/react": "^18.2.6", "@types/react-native": "^0.72.0", "@typescript-eslint/eslint-plugin": "^5.59.5", "@typescript-eslint/parser": "^5.59.5", "eslint": "^8.40.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-native": "^4.0.0", "jest": "^29.5.0", "react-native-calendars": "^1.1306.0", "ts-jest": "^29.1.0", "typescript": "^4.3.0" } }