@eaze/input
Version:
React components:
42 lines (41 loc) • 890 B
JSON
{
"name": "@eaze/input",
"description": "React components: ",
"license": "",
"author": "Eaze",
"version": "4.0.1",
"main": "dist/index.js",
"scripts": {
"build": "bit build input",
"diff": "bit diff input",
"tag": "bit tag input",
"test": "bit test input",
"prepare": "npm run build"
},
"dependencies": {
"@bit/eaze.web-ui.button": "~5.0.1",
"@bit/eaze.web-ui.color": "~2.0.6",
"@emotion/core": "~10.0.28",
"@emotion/styled": "~10.0.27",
"email-regex": "~4.0.0",
"is-phone": "~2.0.0",
"object.omit": "~3.0.0",
"zippo": "~1.0.1"
},
"devDependencies": {
"prop-types": "~15.7.2",
"react": "~16.13.0",
"react-dom": "~16.13.0"
},
"peerDependencies": {
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"keywords": [
"eaze",
"react"
],
"publishConfig": {
"access": "public"
}
}