UNPKG

triage-button

Version:

The my-button component provides users a way to trigger actions in the UI.

39 lines (38 loc) 1.27 kB
{ "name": "triage-button", "main": "lib/Button.js", "version": "3.42.0", "description": "The my-button component provides users a way to trigger actions in the UI.", "keywords": [ "Button", "Cerner", "Terra", "terra-button", "UI" ], "author": "Cerner Corporation", "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 ../../jestconfig.js", "wdio-default": "cd ../.. && npx wdio", "wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio", "wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio", "wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion" }, "peerDependencies": { "react": "^16.8.5", "react-dom": "^16.8.5" }, "dependencies": { "classnames": "^2.2.5", "keycode-js": "^2.0.1", "prop-types": "^15.5.8", "terra-icon": "^3.32.0", "terra-theme-context": "^1.0.0" } }