@maskito/react
Version:
The React-specific Maskito's library
63 lines • 1.45 kB
JSON
{
"name": "@maskito/react",
"version": "5.2.2",
"description": "The React-specific Maskito's library",
"keywords": [
"input",
"mask",
"inputmask",
"input-mask",
"text-mask",
"format",
"input-format",
"input-formatting",
"react"
],
"homepage": "https://maskito.dev",
"bugs": "https://github.com/taiga-family/maskito/issues",
"repository": {
"type": "git",
"url": "https://github.com/taiga-family/maskito.git"
},
"license": "Apache-2.0",
"author": {
"name": "Georgiy Lunin",
"email": "nextzeddicus@gmail.com",
"url": "https://github.com/nextZed"
},
"contributors": [
{
"name": "Alex Inkin",
"email": "alexander@inkin.ru"
},
{
"name": "Vladimir Potekhin",
"email": "vladimir.potekh@gmail.com"
},
{
"name": "Nikita Barsukov",
"email": "nikita.s.barsukov@gmail.com"
},
{
"name": "Georgiy Lunin",
"email": "nextzeddicus@gmail.com"
}
],
"devDependencies": {
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-test-renderer": "19.2.4"
},
"peerDependencies": {
"@maskito/core": "^5.2.2",
"react": ">=16.8",
"react-dom": ">=16.8"
},
"module": "./index.esm.js",
"main": "./index.cjs.js",
"types": "./index.d.ts"
}