UNPKG

terra-content-container

Version:

The Terra ContentContainer is a structural component for the purpose of arranging content with a header.

48 lines (47 loc) 1.63 kB
{ "name": "terra-content-container", "main": "lib/ContentContainer.js", "version": "3.38.0", "description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-core.git", "directory": "packages/terra-content-container" }, "keywords": [ "Cerner", "Terra", "terra-content-container", "ContentContainer", "UI" ], "author": "Cerner Corporation", "license": "Apache-2.0", "bugs": { "url": "https://github.com/cerner/terra-core/issues" }, "homepage": "https://github.com/cerner/terra-core#readme", "peerDependencies": { "react": "^16.8.5", "react-dom": "^16.8.5" }, "dependencies": { "classnames": "^2.2.5", "prop-types": "^15.5.8", "terra-scroll": "^2.34.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": "632d9cecc4c480d250ddef2ee6999349eda97641" }