UNPKG

terra-heading

Version:

Terra includes styling for all standard headings `h1` through `h6`, as well as styles that match the size of their respective heading.

57 lines (56 loc) 1.71 kB
{ "name": "terra-heading", "version": "4.59.0", "description": "Terra includes styling for all standard headings `h1` through `h6`, as well as styles that match the size of their respective heading.", "author": "Cerner Corporation", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-core.git", "directory": "packages/terra-heading" }, "bugs": { "url": "https://github.com/cerner/terra-core/issues" }, "homepage": "https://github.com/cerner/terra-core#readme", "license": "Apache-2.0", "keywords": [ "Cerner", "Heading", "Terra", "terra-heading", "Type", "UI" ], "main": "lib/Heading.js", "files": [ "lib", "src", "CHANGELOG.md", "LICENSE", "NOTICE", "README.md" ], "peerDependencies": { "react": "16", "react-dom": "16" }, "dependencies": { "classnames": "2", "prop-types": "15", "terra-arrange": "^3.57.0" }, "scripts": { "compile": "babel --root-mode upward src --out-dir lib --copy-files", "lint": "npm run lint:js && npm run lint:scss", "lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore", "lint:scss": "stylelint src/**/*.scss", "precompile": "rm -rf lib", "test": "npm run lint && npm run jest && npm run wdio", "jest": "jest --config ../../jest.config.js", "wdio:default": "cd ../.. && terra wdio", "wdio:lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme", "wdio:fusion": "cd ../.. && terra wdio --themes orion-fusion-theme", "wdio": "npm run wdio:default && npm run wdio:lowlight && npm run wdio:fusion" }, "gitHead": "209e73eab65abaee39bd1e026d50e5e03d8f38ac" }