mui-tel-input
Version:
A phone number input designed for the React library MUI built with libphonenumber-js
114 lines (113 loc) • 3.1 kB
JSON
{
"name": "mui-tel-input",
"description": "A phone number input designed for the React library MUI built with libphonenumber-js",
"author": "Victor de la Fouchardiere <victor.delafouchardiere@gmail.com> (https://github.com/viclafouch)",
"license": "MIT",
"bugs": {
"url": "https://github.com/viclafouch/mui-tel-input/issues"
},
"homepage": "https://viclafouch.github.io/mui-tel-input",
"version": "8.0.1",
"files": [
"dist"
],
"main": "./dist/mui-tel-input.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/mui-tel-input.es.js",
"types": "./dist/index.d.ts",
"default": "./dist/mui-tel-input.es.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/viclafouch/mui-tel-input.git"
},
"keywords": [
"react",
"phone",
"typescript",
"format",
"number",
"input",
"telephone",
"mui",
"javascript",
"tel",
"material"
],
"scripts": {
"build": "vite build",
"lint": "tsc && eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "npm run lint -- --fix",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest",
"release": "standard-version",
"coverage": "vitest run --coverage",
"prepare": "husky"
},
"standard-version": {
"scripts": {
"prerelease": "npm run build"
},
"skip": {
"changelog": true
}
},
"sideEffects": false,
"peerDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.0.0",
"@types/react": "^18.0.0 || ^19.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"dependencies": {
"@types/node": "^22.13.7",
"libphonenumber-js": "^1.11.19"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.6",
"@storybook/addon-actions": "^8.6.3",
"@storybook/addon-essentials": "^8.6.3",
"@storybook/addon-interactions": "^8.6.3",
"@storybook/addon-links": "^8.6.3",
"@storybook/react": "^8.6.3",
"@storybook/react-vite": "^8.6.3",
"@storybook/test": "^8.6.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@viclafouch/eslint-config-viclafouch": "4.16.0",
"@vitejs/plugin-react": "^4.3.4",
"babel-loader": "^9.2.1",
"eslint": "^8.56.0",
"husky": "^9.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"jsdom": "^26.0.0",
"prettier": "^3.4.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"standard-version": "^9.5.0",
"storybook": "^8.6.3",
"typescript": "^5.8.2",
"vite": "6.2.0",
"vite-aliases": "^0.11.8",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.0.7"
}
}