{
  "name": "react-virtua-select",
  "version": "1.1.1",
  "description": "react-virtua-select",
  "author": "bonnv79",
  "license": "MIT",
  "repository": "bonnv79/react-virtua-select",
  "main": "dist/index.js",
  "private": false,
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "start": "start-storybook -p 6006 -s public",
    "storybook": "start-storybook -p 6006 -s public",
    "build-storybook": "build-storybook -s public -o build",
    "clean": "rimraf dist",
    "deploy": "build-storybook -s public -o build && gh-pages -d build",
    "build": "npm run clean && cross-env NODE_ENV=production babel src/components --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ],
    "overrides": [
      {
        "files": [
          "**/*.stories.*"
        ],
        "rules": {
          "import/no-anonymous-default-export": "off"
        }
      }
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "dependencies": {
    "clsx": "^1.1.1",
    "lodash": "^4.17.21",
    "prop-types": "^15.7.2",
    "react-select": "^4.3.1",
    "react-virtualized": "^9.22.3"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.8",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-react": "^7.14.5",
    "@storybook/addon-actions": "^6.3.7",
    "@storybook/addon-essentials": "^6.3.7",
    "@storybook/addon-links": "^6.3.7",
    "@storybook/node-logger": "^6.3.7",
    "@storybook/preset-create-react-app": "^3.2.0",
    "@storybook/react": "^6.3.7",
    "cross-env": "^7.0.3",
    "gh-pages": "^3.2.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "4.0.3"
  },
  "keywords": [
    "react",
    "react-virtualized",
    "virtualized-select"
  ]
}