{
  "name": "react-listbox",
  "version": "1.2.13",
  "description": "a double listbox react component",
  "main": "dist/react-listbox.min.js",
  "scripts": {
    "commit": "npx git-cz",
    "test": "mocha --require @babel/register --recursive tests/**/*.spec.js --require tests/setup.js",
    "prepublish": "npm run build",
    "prebuild": "rimraf dist",
    "build": "npm-run-all --parallel build:*",
    "build:umd": "webpack -d --output-filename react-listbox.js",
    "build:umd.min": "webpack -p --output-filename react-listbox.min.js",
    "semantic-release": "semantic-release",
    "travis-deploy-once": "travis-deploy-once",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Sridatta19/react-listbox.git"
  },
  "keywords": [
    "react",
    "react-component",
    "listbox",
    "multi-select"
  ],
  "files": [
    "dist",
    "public"
  ],
  "author": "Sridatta <dattacrew19@gmail.com> (https://twitter.com/dattacrew19)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Sridatta19/react-listbox/issues"
  },
  "homepage": "https://github.com/Sridatta19/react-listbox#readme",
  "peerDependencies": {
    "react": "^16.13.0",
    "react-dom": "^16.13.0"
  },
  "dependencies": {
    "ramda": "0.27.0",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.7",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-transform-react-constant-elements": "^7.8.3",
    "@babel/plugin-transform-react-jsx-self": "^7.8.3",
    "@babel/plugin-transform-react-jsx-source": "^7.8.3",
    "@babel/preset-env": "^7.8.7",
    "@babel/preset-react": "^7.8.3",
    "autoprefixer": "9.7.4",
    "babel-eslint": "^9.0.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-add-module-exports": "1.0.2",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "chai": "4.2.0",
    "commitizen": "4.0.3",
    "css-loader": "3.4.2",
    "cz-conventional-changelog": "3.1.0",
    "enzyme": "3.11.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb": "^17.1.1",
    "eslint-config-prettier": "^4.3.0",
    "eslint-config-wesbos": "0.0.19",
    "eslint-loader": "3.0.3",
    "eslint-plugin-babel": "5.3.0",
    "eslint-plugin-flowtype": "4.6.0",
    "eslint-plugin-html": "^5.0.5",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^1.7.0",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "file-loader": "6.0.0",
    "ghooks": "2.0.4",
    "ignore-styles": "5.0.1",
    "json-loader": "0.5.7",
    "mini-css-extract-plugin": "^0.9.0",
    "mocha": "7.1.1",
    "npm-run-all": "4.1.5",
    "nyc": "15.0.0",
    "postcss-loader": "3.0.0",
    "prettier": "^1.19.1",
    "rimraf": "3.0.2",
    "semantic-release": "^17.0.4",
    "style-loader": "1.1.3",
    "travis-deploy-once": "^5.0.11",
    "url-loader": "4.0.0",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11"
  }
}
