{
  "name": "react-bootstrap-typeahead",
  "version": "3.4.7",
  "description": "React typeahead with Bootstrap styling",
  "author": "ericgio",
  "license": "MIT",
  "main": "lib/index.js",
  "scripts": {
    "build": "npm run clean && npm run build:css && npm run build:lib && npm run build:dist && npm run build:example",
    "build:css": "node ./scripts/buildCSS.js",
    "build:dist": "webpack --mode development && NODE_ENV=production webpack --mode production",
    "build:example": "NODE_ENV=production webpack --mode production --config example/webpack.config.js",
    "build:lib": "babel src --out-dir lib",
    "check": "npm run lint && npm test",
    "clean": "rimraf css && rimraf dist && rimraf lib",
    "deploy-example": "node ./scripts/deployExample.js",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "postpublish": "npm run deploy-example",
    "prepublishOnly": "npm run check && npm run build",
    "start": "webpack --mode development -w --progress --config example/webpack.config.js",
    "test": "karma start"
  },
  "keywords": [
    "auto complete",
    "auto suggest",
    "auto-complete",
    "auto-suggest",
    "autocomplete",
    "autosuggest",
    "bootstrap",
    "bootstrap tokenizer",
    "bootstrap typeahead",
    "bootstrap-tokenizer",
    "bootstrap-typeahead",
    "react",
    "react autocomplete",
    "react autosuggest",
    "react tokenizer",
    "react typeahead",
    "react-autocomplete",
    "react-autosuggest",
    "react-bootstrap",
    "react-bootstrap-tokenizer",
    "react-bootstrap-typeahead",
    "react-tokenizer",
    "react-typeahead",
    "tokenizer",
    "typeahead"
  ],
  "dependencies": {
    "classnames": "^2.2.0",
    "create-react-context": "^0.3.0",
    "escape-string-regexp": "^1.0.5",
    "invariant": "^2.2.1",
    "lodash": "^4.17.2",
    "prop-types": "^15.5.8",
    "prop-types-extra": "^1.0.1",
    "react-overlays": "^0.8.1",
    "react-popper": "^1.0.0",
    "warning": "^4.0.1"
  },
  "peerDependencies": {
    "react": "^0.14.0 || ^15.2.0 || ^16.0.0",
    "react-dom": "^0.14.0 || ^15.2.0 || ^16.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.2.3",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-react": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "babel-plugin-dev-expression": "^0.2.1",
    "babel-plugin-transform-imports": "^2.0.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.6",
    "chai": "^4.0.2",
    "circular-dependency-plugin": "^5.0.2",
    "css-loader": "^3.2.0",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.5.0",
    "es6-promise": "^4.0.5",
    "eslint": "^6.0.1",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-plugin-import": "^2.15.0",
    "eslint-plugin-jsx-a11y": "^6.2.0",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-react-hooks": "^1.7.0",
    "gh-pages": "^2.0.1",
    "isomorphic-fetch": "^2.2.1",
    "json-loader": "^0.5.4",
    "karma": "^4.3.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^1.1.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^4.0.0-rc.2",
    "marked": "^0.7.0",
    "mocha": "^6.2.0",
    "node-sass": "^4.5.3",
    "raw-loader": "^3.1.0",
    "react": "^16.5.0",
    "react-bootstrap": "^0.32.1",
    "react-dom": "^16.5.0",
    "react-prism": "^4.3.2",
    "react-test-renderer": "^16.5.0",
    "react-waypoint": "^8.0.0",
    "reactstrap": "^8.0.1",
    "rimraf": "^3.0.0",
    "sass-loader": "^8.0.0",
    "sinon": "^7.2.2",
    "style-loader": "^1.0.0",
    "uglifyjs-webpack-plugin": "^2.0.0",
    "webpack": "^4.6.0",
    "webpack-cli": "^3.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ericgio/react-bootstrap-typeahead.git"
  },
  "bugs": "https://github.com/ericgio/react-bootstrap-typeahead/issues"
}
