UNPKG

terra-search-field

Version:

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

54 lines (53 loc) 1.59 kB
{ "name": "terra-search-field", "main": "lib/SearchField.js", "version": "2.5.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" }, "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", "devDependencies": { "react-intl": "^2.3.0" }, "peerDependencies": { "react": "^16.2.0", "react-dom": "^16.2.0", "terra-base": "^3.4.0", "terra-button": "^2.5.0", "terra-form": "^2.4.0", "terra-icon": "^2.4.0" }, "dependencies": { "classnames": "^2.2.5", "prop-types": "^15.5.8", "terra-base": "^3.4.0", "terra-button": "^2.5.0", "terra-form": "^2.4.0", "terra-icon": "^2.4.0" }, "scripts": { "compile": "npm run compile:clean && npm run compile:build", "compile:clean": "rimraf lib", "compile:build": "babel 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", "test": "npm run test:jest && npm run test:nightwatch", "test:jest": "jest ./tests/jest/* --config ../../jestconfig.json", "test:nightwatch": "nightwatch -c ../../nightwatch.conf.js" } }