UNPKG

@artmajeur/react-native-paper-phone-number-input

Version:

A performant phone number input component for react-native-paper with country picker

99 lines (98 loc) 2.58 kB
{ "name": "@artmajeur/react-native-paper-phone-number-input", "version": "1.0.16", "description": "A performant phone number input component for react-native-paper with country picker", "main": "dist/commonjs/index.js", "module": "dist/module/index.js", "react-native": "src/index.tsx", "source": "src/index.tsx", "types": "dist/typescript/src/index.d.ts", "files": [ "src", "dist", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "/dist", "package.json", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/YourArtOfficial/react-native-paper-phone-number-input.git" }, "keywords": [ "react-native-paper", "react-native", "phone-number-input", "react-native-phone-number-input", "react-native-calling-code-picker" ], "author": "Arafat Zahan", "license": "MIT", "peerDependencies": { "react": ">=18.2", "react-native": ">=0.72", "react-native-paper": ">=5", "react-native-safe-area-context": ">=4.6", "react-native-vector-icons": ">=10" }, "scripts": { "bootstrap": "yarn example && yarn", "example": "yarn --cwd example", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepare": "rm -rf ./dist/* && bob build", "prepublishOnly": "yarn" }, "devDependencies": { "@types/react": "~17.0.21", "@types/react-native-vector-icons": "^6.4.18", "eslint": "^8.4.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.0.0", "expo": "~49.0.15", "prettier": "^2.0.5", "react": "18.2.0", "react-native": "0.72.6", "react-native-builder-bob": "^0.23.2", "react-native-paper": "^5.12.3", "react-native-safe-area-context": "^4.6.3", "react-native-vector-icons": "10.0.1", "typescript": "^5.0.2" }, "resolutions": { "@types/react": "17.0.21" }, "eslintIgnore": [ "node_modules/", "dist/" ], "react-native-builder-bob": { "source": "src", "output": "dist", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "dependencies": { "i18n-iso-countries": "^7.14.0", "libphonenumber-js": "^1.12.7" }, "directories": { "example": "example" }, "bugs": { "url": "https://github.com/YourArtOfficial/react-native-paper-phone-number-input.git#readme" }, "homepage": "https://github.com/YourArtOfficial/react-native-paper-phone-number-input.git#readme", "publishConfig": { "access": "public" } }