@financial-times/o-stepped-progress
Version:
Track progress through a multi-step process, such as a form
41 lines (40 loc) • 1.16 kB
JSON
{
"name": "@financial-times/o-stepped-progress",
"version": "5.0.0",
"description": "Track progress through a multi-step process, such as a form",
"keywords": [
"indicator",
"progress",
"step",
"stepped"
],
"homepage": "https://registry.origami.ft.com/components/o-stepped-progress",
"bugs": {
"url": "https://github.com/Financial-Times/origami/issues/new?labels=o-stepped-progress,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-private-foundation": "^1.0.0"
},
"devDependencies": {
"@financial-times/o-fonts": "^5.3.5",
"@financial-times/o-icons": "^7.8.0",
"@financial-times/o-normalise": "^3.3.2"
},
"engines": {
"npm": ">7"
},
"private": false
}