@talixo/masked-input
Version:
UI Component which represents Masked Input
44 lines (43 loc) • 1.23 kB
JSON
{
"name": "@talixo/masked-input",
"version": "1.0.0-alpha.2",
"description": "UI Component which represents Masked Input",
"main": "dist/index.js",
"module": "index.js",
"jsnext:main": "index.js",
"scripts": {
"test": "node ../../scripts/runTests.js --only masked-input",
"prepublishOnly": "npm run build",
"build": "node ../../scripts/buildPackages.js --only masked-input"
},
"publishConfig": {
"access": "public"
},
"author": "Public in Motion GmbH",
"repository": {
"type": "git",
"url": "https://github.com/PublicInMotionGmbH/ui-kit.git"
},
"bugs": {
"url": "https://github.com/PublicInMotionGmbH/ui-kit/issues"
},
"license": "MIT",
"devDependencies": {
"@talixo/calendar": "1.0.0-alpha.2",
"@talixo/combo-box": "1.0.0-alpha.2",
"@talixo/country-flag": "1.0.0-alpha.2",
"@talixo/icon": "1.0.0-alpha.2",
"@talixo/shared": "1.0.0-alpha.2",
"@talixo/text-input": "1.0.0-alpha.2",
"moment": "^2.22.1",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"peerDependencies": {
"@talixo/shared": "1.0.0-alpha.2",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
}