UNPKG

react-native-customdob

Version:
40 lines (39 loc) 896 B
{ "name": "react-native-customdob", "version": "1.1.1", "description": "date of birth input", "main": "index.ts", "repository": { "type": "git", "url": "https://github.com/MuskanGoel2711/initialProject.git" }, "files": [ "index.ts", "src", "src/utils/theme", "src/components" ], "scripts": { "build": "tsc", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "date", "of", "birth" ], "author": "Muskan Goel <muskan.goel@appinventiv.com> (http://example.com)", "license": "ISC", "dependencies": { "@types/react-native": "^0.72.8", "date-fns": "^2.30.0", "react": "^18.3.1", "react-native": "^0.77.0", "react-native-modal-datetime-picker": "^18.0.0", "react-native-paper": "^5.13.1" }, "devDependencies": { "@types/react": "^18.3.18" } }