You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

112 lines
2.9 KiB
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": "5.0.0",
"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 install"
},
"standard-version": {
"scripts": {
"prerelease": "npm run build"
},
"skip": {
"changelog": true
}
},
"sideEffects": false,
"peerDependencies": {
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@mui/material": "^5.0.0",
"@types/react": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"dependencies": {
"@types/node": "^20.8.4",
"libphonenumber-js": "^1.10.47"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.13",
"@storybook/addon-actions": "^7.4.6",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addon-interactions": "^7.4.6",
"@storybook/addon-links": "^7.4.6",
"@storybook/react": "^7.4.6",
"@storybook/react-vite": "^7.4.6",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/react": "^18.2.28",
"@viclafouch/eslint-config-viclafouch": "^4.3.0",
"@vitejs/plugin-react": "^4.1.0",
"babel-loader": "^9.1.3",
"eslint": "^8.51.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"standard-version": "^9.5.0",
"storybook": "^7.4.6",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-aliases": "^0.11.3",
"vite-plugin-dts": "^3.6.0",
"vitest": "^0.34.6"
}
}