UNPKG

1.51 kBJSONView Raw
1{
2 "name": "terra-search-field",
3 "main": "lib/SearchField.js",
4 "version": "3.30.0",
5 "description": "A search component with a field that automatically performs a search callback after user input.",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/cerner/terra-core.git"
9 },
10 "keywords": [
11 "Cerner",
12 "Terra",
13 "terra-search-field",
14 "SearchField",
15 "UI"
16 ],
17 "author": "Cerner Corporation",
18 "license": "Apache-2.0",
19 "bugs": {
20 "url": "https://github.com/cerner/terra-core/issues"
21 },
22 "homepage": "https://github.com/cerner/terra-core#readme",
23 "peerDependencies": {
24 "react": "^16.8.5",
25 "react-dom": "^16.8.5",
26 "react-intl": "^2.8.0"
27 },
28 "dependencies": {
29 "classnames": "^2.2.5",
30 "keycode-js": "^2.0.1",
31 "prop-types": "^15.5.8",
32 "terra-button": "^3.25.0",
33 "terra-doc-template": "^2.20.0",
34 "terra-form-input": "^2.28.0",
35 "terra-icon": "^3.22.0",
36 "terra-mixins": "^1.33.0"
37 },
38 "scripts": {
39 "compile": "babel --root-mode upward src --out-dir lib --copy-files",
40 "lint": "npm run lint:js && npm run lint:scss",
41 "lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
42 "lint:scss": "stylelint src/**/*.scss",
43 "precompile": "rm -rf lib",
44 "test": "npm run jest && npm run wdio",
45 "jest": "jest --config ../../jestconfig.js",
46 "wdio": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js"
47 },
48 "gitHead": "47bee7865d17511bfe2b26b0fefce8089d3ad432"
49}