terra-consumer-layout
Version:
A re-usable layout component that puts together our navigation
63 lines (62 loc) • 2.56 kB
JSON
{
"name": "terra-consumer-layout",
"main": "lib/Layout.js",
"version": "1.1.0",
"description": "A re-usable layout component that puts together our navigation",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-consumer.git"
},
"keywords": [
"Cerner",
"Terra",
"Consumer",
"HealtheLife",
"terra-consumer-layout",
"Layout",
"UI"
],
"author": "Cerner Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cerner/terra-consumer/issues"
},
"homepage": "https://github.com/cerner/terra-consumer#readme",
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"terra-base": "^3.0.0"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.6.0",
"react-intl": "^2.4.0",
"terra-base": "^3.0.0",
"terra-consumer-icon": "^2.0.0",
"terra-consumer-nav": "^1.0.1",
"terra-i18n": "^2.0.0",
"terra-icon": "^2.0.0",
"terra-overlay": "^2.0.0",
"terra-responsive-element": "^2.0.0"
},
"devDependencies": {
"terra-alert": "^2.0.0"
},
"scripts": {
"compile": "npm run compile:clean && npm run compile:build",
"compile:clean": "$(cd ..; npm bin)/rimraf lib",
"compile:build": "$(cd ..; npm bin)/babel src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "$(cd ..; npm bin)/eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"lint:scss": "$(cd ..; npm bin)/stylelint src/**/*.scss",
"props-table": "$(cd ..; npm bin)/props-table ./src/Layout.jsx --out-dir ./docs/props-table",
"test": "npm run test:spec && npm run test:nightwatch-default",
"test:spec": "$(cd ..; npm bin)/jest --config ../../jestconfig.json",
"test:all": "npm run test:nightwatch-default && npm run test:nightwatch-chrome && npm run test:nightwatch-firefox && npm run test:nightwatch-safari",
"test:nightwatch-default": "SPECTRE_TEST_SUITE=terra-consumer-layout node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js",
"test:nightwatch-chrome": "SPECTRE_TEST_SUITE=terra-consumer-layout node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js chrome",
"test:nightwatch-firefox": "SPECTRE_TEST_SUITE=terra-consumer-layout node ../../node_modules/terra-toolkit/lib/scripts/nightwatch.js firefox",
"test:nightwatch-safari": "SPECTRE_TEST_SUITE=terra-consumer-layout node ../../node_modules/terra-toolkit/lib/scripts/nightwatch-non-parallel.js safari"
}
}