@financial-times/o-forms
Version:
This component provides responsive styling for form fields and inputs. It provides validation and error handling for forms, as well.
51 lines (50 loc) • 1.44 kB
JSON
{
"name": "@financial-times/o-forms",
"version": "10.0.2",
"description": "This component provides responsive styling for form fields and inputs. It provides validation and error handling for forms, as well.",
"keywords": [
"form",
"input",
"field",
"fieldset",
"submit",
"file",
"upload"
],
"homepage": "https://registry.origami.ft.com/components/o-forms",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-forms,components",
"email": "origami.support@ft.com"
},
"license": "MIT",
"type": "module",
"browser": "main.js",
"scripts": {
"start": "npx serve ./demos/local",
"build": "bash ../../scripts/component/build.bash",
"test": "bash ../../scripts/component/test.bash",
"debug:js": "bash ../../scripts/component/debug-js.bash",
"lint": "bash ../../scripts/component/lint.bash",
"watch": "bash ../../scripts/component/watch.bash"
},
"peerDependencies": {
"@financial-times/math": "^1.0.0",
"@financial-times/o-brand": "^4.1.0",
"@financial-times/o-grid": "^6.1.8",
"@financial-times/o-loading": "^6.0.0",
"@financial-times/o-private-foundation": "^1.0.0",
"@financial-times/o-utils": "^2.2.0"
},
"devDependencies": {
"@financial-times/o-colors": "^6.7.0",
"@financial-times/o-normalise": "^3.3.2"
},
"engines": {
"npm": ">7"
},
"private": false,
"dependencies": {
"@types/lodash.uniqueid": "^4.0.7",
"lodash.uniqueid": "^4.0.1"
}
}