UNPKG

phonix-input

Version:

A modern, customizable React phone input component with country code selection, flags, and validation. Features responsive design, TypeScript support, and easy integration.

69 lines (68 loc) 1.87 kB
{ "name": "phonix-input", "version": "1.0.11", "description": "A modern, customizable React phone input component with country code selection, flags, and validation. Features responsive design, TypeScript support, and easy integration.", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/IrfanhaidarMukhi12/MobileNumber.git" }, "bugs": { "url": "https://github.com/IrfanhaidarMukhi12/MobileNumber/issues" }, "homepage": "https://github.com/IrfanhaidarMukhi12/MobileNumber#readme", "keywords": [ "react", "phone-input", "country-code", "react-component", "typescript", "country-selection", "phone-validation", "international-phone", "country-flags", "form-input", "input-component", "mobile-input", "telephone-input", "bootstrap-typeahead" ], "author": { "name": "Irfan Haidar Mukhi", "email": "irfan@example.com" }, "license": "MIT", "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "dependencies": { "clsx": "^2.1.1", "react-bootstrap-typeahead": "^6.4.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.4", "@types/react": "^18.3.3", "@types/react-bootstrap-typeahead": "^5.1.15", "@types/react-dom": "^18.3.0", "postcss": "^8.5.6", "rollup": "^4.45.1", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "typescript": "^5.8.3" } }