UNPKG

react-searchable-input

Version:

React input component with search & select bulitin

82 lines (81 loc) 2.13 kB
{ "name": "react-searchable-input", "version": "2.7.0", "description": "React input component with search & select bulitin", "main": "dist/index.js", "scripts": { "lint": "eslint src/*", "test": "npm run lint && jest", "coverage": "npm test -- --coverage", "build": "webpack --mode production --module-bind js=babel-loader", "postpublish": "git push origin master --follow-tags", "minor": "npm version minor && npm publish", "major": "npm version major && npm publish", "patch": "npm version patch && npm publish" }, "repository": { "type": "git", "url": "https://github.com/eelfonik/react-searchable-input.git" }, "files": [ "dist" ], "keywords": [ "input", "select", "react-searchable-input", "input", "search", "react", "checkbox" ], "author": { "name": "kino flee", "email": "kinoflee@gmail.com", "url": "https://github.com/eelfonik" }, "engines": { "node": ">=8" }, "license": "MIT", "bugs": { "url": "https://github.com/eelfonik/react-searchable-input/issues" }, "homepage": "https://github.com/eelfonik/react-searchable-input#readme", "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.3.4", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/plugin-proposal-object-rest-spread": "^7.3.4", "@babel/preset-env": "^7.3.4", "@babel/preset-react": "^7.0.0", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.5", "eslint": "^5.15.1", "eslint-plugin-jest": "^22.3.2", "eslint-plugin-react": "^7.12.4", "jest": "^24.3.1", "prop-types": "^15.7.2", "react": "^16.8.4", "react-dom": "^16.8.4", "react-test-renderer": "^16.8.4", "webpack": "^4.29.6", "webpack-cli": "^3.2.3", "styled-components": "^4.1.3" }, "peerDependencies": { "styled-components": ">= 3.3.0", "react": ">= 16", "react-dom": ">= 16", "lodash": ">= 4" }, "jest": { "testPathIgnorePatterns": [ "/node_modules/", "/dist/" ], "transform": { "^.+\\.js?$": "babel-jest" } } }