UNPKG

@financial-times/o-teaser

Version:

Provides styling for teaser elements, which contain information about an article and link through to it

47 lines (46 loc) 1.31 kB
{ "name": "@financial-times/o-teaser", "version": "7.1.1", "description": "Provides styling for teaser elements, which contain information about an article and link through to it", "keywords": [ "article", "teaser", "card", "link" ], "homepage": "https://registry.origami.ft.com/components/o-teaser", "bugs": { "url": "https://github.com/Financial-Times/origami/issues/new?labels=o-teaser,components", "email": "origami.support@ft.com" }, "license": "MIT", "type": "module", "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/o-labels": "^7.0.0", "@financial-times/o-private-foundation": "^1.0.0" }, "devDependencies": { "@financial-times/o-date": "^7.0.0", "@financial-times/o-grid": "^6.1.8", "@financial-times/o-colors": "^6.7.0", "@financial-times/o-normalise": "^3.3.2" }, "engines": { "npm": ">7" }, "private": false, "dependencies": { "date-fns": "^2.30.0", "dateformat": "^3.0.3", "dompurify": "^2.3.9", "html-react-parser": "^3.0.1" } }