{
  "name": "vue-instantsearch",
  "author": {
    "name": "Algolia, Inc.",
    "url": "https://www.algolia.com"
  },
  "description": "👀 Lightning-fast Algolia search for Vue apps",
  "keywords": [
    "vue",
    "algolia",
    "search",
    "instantsearch",
    "components",
    "ui",
    "facet",
    "autocomplete"
  ],
  "license": "MIT",
  "version": "2.7.1",
  "files": [
    "dist",
    "src"
  ],
  "main": "dist/vue-instantsearch.common.js",
  "module": "dist/vue-instantsearch.esm.js",
  "sideEffects": false,
  "repository": "https://github.com/algolia/vue-instantsearch",
  "scripts": {
    "build": "rollup -c",
    "storybook": "start-storybook -p 9001 -c .storybook",
    "storybook:build": "build-storybook -c .storybook -o website/stories",
    "examples:build": "yarn build && ./examples/build.sh",
    "website:build": "yarn storybook:build && yarn examples:build",
    "test": "jest",
    "test:build": "yarn build && bundlesize",
    "test:update": "jest --updateSnapshot",
    "test:watch": "jest --watch",
    "test:e2e": "yarn test:e2e:local",
    "test:e2e:local": "wdio wdio.local.conf.js",
    "test:e2e:saucelabs": "wdio wdio.saucelabs.conf.js",
    "lint": "eslint --ext .js,.vue .",
    "lint:fix": "eslint --ext .js,.vue . --fix",
    "format": "prettier --write '**/*.{js,md,vue,css}'",
    "changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file",
    "changelog:unreleased": "conventional-changelog --preset angular --output-unreleased",
    "release:branch": "scripts/release-branch.sh",
    "release:publish": "scripts/release-publish.sh"
  },
  "dependencies": {
    "algoliasearch-helper": "^2.28.1",
    "instantsearch.js": "^3.6.0"
  },
  "peerDependencies": {
    "algoliasearch": ">= 3.32.0 < 5",
    "vue": "^2.4.0"
  },
  "devDependencies": {
    "@storybook/addon-actions": "3.4.11",
    "@storybook/addon-knobs": "3.4.11",
    "@storybook/addon-options": "3.4.11",
    "@storybook/vue": "3.4.11",
    "@vue/test-utils": "1.0.0-beta.25",
    "@wdio/cli": "5.11.14",
    "@wdio/jasmine-framework": "5.12.1",
    "@wdio/local-runner": "5.12.1",
    "@wdio/sauce-service": "5.12.1",
    "@wdio/selenium-standalone-service": "5.12.1",
    "@wdio/spec-reporter": "5.12.1",
    "@wdio/static-server-service": "5.12.1",
    "algoliasearch": "4.0.0-beta.14",
    "babel-eslint": "10.0.1",
    "babel-jest": "23.6.0",
    "babel-preset-es2015": "6.24.1",
    "bundlesize": "0.17.1",
    "concurrently": "4.1.0",
    "conventional-changelog-cli": "2.0.12",
    "eslint": "5.14.1",
    "eslint-config-algolia": "13.2.3",
    "eslint-config-prettier": "3.1.0",
    "eslint-plugin-import": "2.16.0",
    "eslint-plugin-jest": "22.3.0",
    "eslint-plugin-prettier": "3.0.0",
    "eslint-plugin-vue": "4.7.1",
    "instantsearch-e2e-tests": "algolia/instantsearch-e2e-tests#v1.2.3",
    "instantsearch.css": "7.3.1",
    "jest": "23.6.0",
    "jest-serializer-html": "6.0.0",
    "jest-vue-preprocessor": "1.4.0",
    "jest-watch-typeahead": "0.2.1",
    "lodash": "4.17.11",
    "prettier": "1.14.3",
    "rollup": "1.16.7",
    "rollup-plugin-buble": "0.19.6",
    "rollup-plugin-commonjs": "10.0.1",
    "rollup-plugin-filesize": "6.0.1",
    "rollup-plugin-json": "3.1.0",
    "rollup-plugin-node-resolve": "5.2.0",
    "rollup-plugin-replace": "2.1.0",
    "rollup-plugin-terser": "4.0.4",
    "rollup-plugin-vue": "3.0.0",
    "rollup-watch": "4.3.1",
    "vue": "2.5.18",
    "vue-autosuggest": "1.8.1",
    "vue-jest": "2.6.0",
    "vue-json-tree": "0.3.3",
    "vue-loader": "14.2.2",
    "vue-slider-component": "3.0.15",
    "vue-template-compiler": "2.5.18",
    "vuetify": "1.5.3"
  },
  "bundlesize": [
    {
      "path": "./dist/vue-instantsearch.js",
      "maxSize": "58.95 kB"
    },
    {
      "path": "./dist/vue-instantsearch.esm.js",
      "maxSize": "14.75 kB"
    },
    {
      "path": "./dist/vue-instantsearch.common.js",
      "maxSize": "15.05 kB"
    }
  ],
  "jest": {
    "setupFiles": [
      "<rootDir>/jest.setup.js"
    ],
    "moduleFileExtensions": [
      "js",
      "vue"
    ],
    "snapshotSerializers": [
      "jest-serializer-html"
    ],
    "moduleNameMapper": {
      "^instantsearch.js/es$": "<rootDir>/__mocks__/instantsearch-es.js"
    },
    "transformIgnorePatterns": [
      "node_modules/(?!(instantsearch\\.js|vue-json-tree))"
    ],
    "transform": {
      "^.+\\.js$": "babel-jest",
      "^.+\\.vue$": "vue-jest"
    },
    "testURL": "https://example.com",
    "watchPlugins": [
      "jest-watch-typeahead/filename",
      "jest-watch-typeahead/testname"
    ]
  }
}
