UNPKG

@financial-times/o-table

Version:

Provides styling and behvaiour for tables across FT products.

49 lines (48 loc) 1.32 kB
{ "name": "@financial-times/o-table", "version": "10.0.1", "description": "Provides styling and behvaiour for tables across FT products.", "keywords": [ "table", "data", "columns", "rows", "filter", "sort" ], "homepage": "https://registry.origami.ft.com/components/o-table", "bugs": { "url": "https://github.com/Financial-Times/origami/issues/new?labels=o-table,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" }, "dependencies": { "ftdomdelegate": "^5.0.0" }, "peerDependencies": { "@financial-times/math": "^1.0.0", "@financial-times/o-brand": "^4.1.0", "@financial-times/o-private-foundation": "^1.0.0" }, "devDependencies": { "@financial-times/o-colors": "^6.7.0", "@financial-times/o-fonts": "^5.3.5", "@financial-times/o-forms": "^10.0.0", "@financial-times/o-normalise": "^3.3.2", "@financial-times/o-typography": "^7.6.2" }, "engines": { "npm": ">7" }, "private": false }