@financial-times/o-header
Version:
Responsive Financial Times page header with primary and secondary navigation, a drop down mega menu, and a collapsible drawer
45 lines (44 loc) • 1.38 kB
JSON
{
"name": "@financial-times/o-header",
"version": "15.0.3",
"description": "Responsive Financial Times page header with primary and secondary navigation, a drop down mega menu, and a collapsible drawer",
"keywords": [
"header",
"page",
"top"
],
"homepage": "https://registry.origami.ft.com/components/o-header",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-header,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-forms": "^10.0.0",
"@financial-times/o-private-foundation": "^1.0.4",
"@financial-times/o-toggle": "^3.2.6",
"@financial-times/o-utils": "^2.0.0",
"@financial-times/o-viewport": "^5.1.2"
},
"devDependencies": {
"@financial-times/o-fonts": "^5.3.5",
"@financial-times/o-grid": "^6.1.8",
"@financial-times/o-normalise": "^3.3.2"
},
"engines": {
"npm": ">7"
},
"private": false
}