{
    "name": "react-fuzzy-searcher",
    "version": "1.0.10",
    "description": "React component for fuzzy searching using fuse.js for the search",
    "scripts": {
        "build": "node scripts/build.js",
        "bump": "npm version patch",
        "test": "node scripts/test.js --env=jsdom",
        "test-ci": "jest",
        "lint": "tslint -p tsconfig.json -t stylish",
        "docs-build": "node scripts/build-docs.js",
        "start:dev": "webpack-dev-server --config config/webpack.config.docs.prod.js"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/goelhardik/react-fuzzy-searcher.git"
    },
    "keywords": [
        "react",
        "fuzzy",
        "search",
        "fusejs"
    ],
    "author": "Hardik Goel",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/goelhardik/react-fuzzy-searcher/issues"
    },
    "homepage": "https://goelhardik.github.io/react-fuzzy-searcher/",
    "devDependencies": {
        "@types/node": "^10.12.18",
        "@types/react": "^16.7.20",
        "@types/react-dom": "^16.0.11",
        "@types/react-router-dom": "^4.3.1",
        "awesome-typescript-loader": "^5.2.1",
        "bfj": "^6.1.1",
        "chalk": "^2.4.2",
        "css-loader": "^2.1.0",
        "fs": "0.0.1-security",
        "fs-extra": "^7.0.1",
        "highlight.js": "^9.13.1",
        "node-sass": "^4.11.0",
        "path": "^0.12.7",
        "postcss-flexbugs-fixes": "^4.1.0",
        "postcss-loader": "^3.0.0",
        "postcss-preset-env": "^6.5.0",
        "raw-loader": "^1.0.0",
        "react-dev-utils": "^7.0.1",
        "react-hot-loader": "^4.6.3",
        "react-markdown": "^4.0.6",
        "remarkable": "^1.7.1",
        "sass-loader": "^7.1.0",
        "source-map-loader": "^0.2.4",
        "style-loader": "^0.23.1",
        "terser-webpack-plugin": "^1.2.1",
        "ts-loader": "^5.3.3",
        "tslint": "^5.12.1",
        "tslint-microsoft-contrib": "^6.0.0",
        "tslint-react": "^3.6.0",
        "typescript": "^3.2.4",
        "typings-for-css-modules-loader": "^1.7.0",
        "webpack": "^4.29.0",
        "webpack-cli": "^3.2.1",
        "webpack-dev-middleware": "^3.5.1",
        "webpack-dev-server": "^3.1.14",
        "webpack-hot-middleware": "^2.24.3",
        "@material-ui/core": ">=3.9.0 <4.0.0",
        "@material-ui/icons": ">=3.0.2 <4.0.0",
        "react": ">=16.7.0 <17.0.0",
        "react-dom": ">=16.7.0 <17.0.0"
    },
    "peerDependencies": {
        "@material-ui/core": ">=3.9.0 <4.0.0",
        "@material-ui/icons": ">=3.0.2 <4.0.0",
        "react": ">=16.7.0 <17.0.0",
        "react-dom": ">=16.7.0 <17.0.0"
    },
    "dependencies": {
        "fuse.js": "^3.3.0",
        "react-router-dom": "^4.3.1"
    },
    "files": [
        "lib/**/*",
        "LICENSE",
        "README.md"
    ],
    "typings": "lib/index.d.ts",
    "main": "lib/react-fuzzy-searcher.js",
    "browserslist": [
        ">0.2%",
        "not dead",
        "not ie < 11",
        "not op_mini all"
    ]
}
