UNPKG

react-autocomplete-widget

Version:

A lightweight autocomplete widget with an option of showing results in a handy ListView. Uses no extra stylesheets or dependencies!

84 lines (83 loc) 2.26 kB
{ "name": "react-autocomplete-widget", "version": "0.0.2", "description": "A lightweight autocomplete widget with an option of showing results in a handy ListView. Uses no extra stylesheets or dependencies!", "repository": { "type": "git", "url": "https://github.com/besLisbeth/react-autocomplete-widget" }, "author": "besLisbeth", "license": "MIT", "keywords": [ "react", "autocomplete", "typeahead", "widget", "datalist", "show results", "listView", "results list", "lightweight", "tiny" ], "scripts": { "build": "webpack -p", "lint": "eslint --ext .jsx --ext .js src", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "main": "dist/index.js", "jest": { "moduleFileExtensions": [ "js", "jsx" ], "modulePaths": [ "/src/" ], "collectCoverageFrom": [ "src/**", "!**/node_modules/**", "!**/libs/**" ], "coverageDirectory": "<rootDir>/__coverage__/", "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js", "\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js" } }, "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^7.2.3 ", "babel-jest": "^20.0.3", "babel-loader": "^7.1.2", "babel-preset-es2015": "^6.9.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-1": "^6.5.0", "copy-webpack-plugin": "^4.0.1", "css-loader": "^0.28.7", "enzyme": "^2.9.1", "eslint": "^4.6.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.3.0", "extract-text-webpack-plugin": "^3.0.0", "file-loader": "^0.11.2", "imports-loader": "^0.7.1", "jest": "^20.0.4", "node-sass": "^4.5.3", "react-addons-test-utils": "^15.6.0", "react-hot-loader": "^3.0.0-beta.2", "react-test-renderer": "^15.6.1", "sass-loader": "^6.0.6", "style-loader": "^0.18.2", "webpack": "^3.5.5", "webpack-dev-server": "^2.7.1" }, "peerDependencies": { "prop-types": "^15.5.10", "react": "^15.1.0", "react-dom": "^15.1.0" } }