@crave/farmblocks-hoc-input
Version:
A High Order Component that adds behaviour of label support, different styles for focus and errors, and validation error messages.
49 lines (48 loc) • 1.39 kB
JSON
{
"name": "@crave/farmblocks-hoc-input",
"version": "9.1.7",
"description": "A High Order Component that adds behaviour of label support, different styles for focus and errors, and validation error messages.",
"author": "Crave Food Systems and AUTHORS",
"license": "MIT",
"main": "lib/index.js",
"files": [
"AUTHORS",
"lib"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf lib",
"build": "yarn clean && babel --root-mode upward src -d lib --ignore 'src/**/*.test.js','src/**/*.story.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CraveFood/farmblocks.git"
},
"bugs": {
"url": "https://github.com/CraveFood/farmblocks/issues"
},
"homepage": "https://github.com/CraveFood/farmblocks#readme",
"keywords": [
"farmblocks",
"react"
],
"peerDependencies": {
"@crave/farmblocks-icon": "^1.2.3",
"prop-types": "^15.8.0",
"react": "^17.0.2",
"recompose": "^0.30.0",
"styled-components": "^5.3.3"
},
"dependencies": {
"@crave/farmblocks-image": "^3.2.12",
"@crave/farmblocks-label": "^2.0.10",
"@crave/farmblocks-link": "^6.0.11",
"@crave/farmblocks-text": "^3.6.11",
"@crave/farmblocks-theme": "^1.12.4",
"polished": "^4.1.3",
"styled-system": "^5.1.5"
},
"gitHead": "aed8b93e683ff6733de9c58d26f2e407f9b1aa73"
}