UNPKG

react-phone-input-material-ui

Version:

A material-ui react component to format phone numbers. Based on react-phone-input-2

114 lines (113 loc) 3.23 kB
{ "name": "react-phone-input-material-ui", "description": "A material-ui react component to format phone numbers. Based on react-phone-input-2", "version": "3.0.0", "main": "lib/lib.js", "module": "lib/lib.esm.js", "typings": "index.d.ts", "scripts": { "test": "jest", "start": "TARGET=dev_js NODE_ENV=development webpack-dev-server", "start:css": "TARGET=dev_css NODE_ENV=development webpack-dev-server", "build": "npm run build:js && npm run build:css", "build:js": "TARGET=build_js NODE_ENV=production webpack --mode production --progress", "build:css": "TARGET=build_css NODE_ENV=production webpack --mode production --progress", "prepublishOnly": "npm run build", "analyze": "TARGET=analyze NODE_ENV=production webpack --mode production --progress" }, "repository": { "type": "git", "url": "https://github.com/harish-everest/react-phone-input-mui" }, "keywords": [ "material", "react", "phone", "number", "format", "telephone", "international", "tel", "localized", "i18n", "input" ], "files": [ "lang", "lib", "LICENSE", "README.md", "index.d.ts" ], "author": "Nick Reiley <bloomber111@gmail.com> (https://github.com/bl00mber)", "contributors": [ "Raza Gill <raza.gill@outlook.com> (https://github.com/razagill)" ], "license": "MIT", "bugs": { "url": "https://github.com/harish-everest/react-phone-input-mui/issues" }, "homepage": "https://github.com/harish-everest/react-phone-input-mui", "jest": { "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2)$": "<rootDir>/test/__mocks__/fileMock.js", "\\.(css|less|stylus|scss)$": "<rootDir>/test/__mocks__/styleMock.js" }, "globals": { "__DEV__": false } }, "devDependencies": { "@babel/core": "^7.24.7", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.5", "@mui/material": "^5.15.19", "@testing-library/react": "^16.0.0", "babel-loader": "^8.0.5", "babel-preset-react-app": "^7.0.1", "css-loader": "^2.1.0", "extract-loader": "^3.1.0", "file-loader": "^5.0.2", "jest": "^24.7.0", "less": "^3.9.0", "less-loader": "^4.1.0", "mini-css-extract-plugin": "^0.5.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-hot-loader": "^4.6.5", "react-testing-library": "^6.0.4", "style-loader": "^0.23.1", "url-loader": "^1.1.2", "webpack": "^5", "webpack-bundle-analyzer": "^3.0.4", "webpack-cli": "^5", "webpack-dev-server": "^4", "webpack-merge": "^5.10.0" }, "dependencies": { "classnames": "^2.2.6", "lodash.debounce": "^4.0.8", "lodash.memoize": "^4.1.2", "lodash.reduce": "^4.6.0", "lodash.startswith": "^4.2.1", "prop-types": "^15.8.1" }, "peerDependencies": { "@emotion/react": ">=11", "@emotion/styled": ">=11", "@mui/material": ">=5", "react": "^17.0.0 || ^18.0.0", "react-dom": "^17.0.0 || ^18.0.0" }, "peerDependenciesMeta": { "@mui/material": { "optional": false }, "@emotion/react": { "optional": false }, "@emotion/styled": { "optional": false } } }