UNPKG

terra-search-field

Version:

A search component with a field that automatically performs a search callback after user input.

53 lines (52 loc) 1.75 kB
{ "name": "terra-search-field", "main": "lib/SearchField.js", "version": "3.84.0", "description": "A search component with a field that automatically performs a search callback after user input.", "repository": { "type": "git", "url": "git+https://github.com/cerner/terra-core.git", "directory": "packages/terra-search-field" }, "keywords": [ "Cerner", "Terra", "terra-search-field", "SearchField", "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", "react-intl": ">=2.8.0 <6.0.0" }, "dependencies": { "classnames": "^2.2.5", "keycode-js": "^3.1.0", "prop-types": "^15.5.8", "terra-button": "^3.65.0", "terra-icon": "^3.55.0", "terra-mixins": "^1.40.0", "terra-theme-context": "^1.0.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": "a610800cfec434324bca8a092e039a1a675523cf" }