{
  "name": "@arcteryx/container-search",
  "version": "4.4.4",
  "description": "Arc'teryx Search Container",
  "author": "Arc'teryx",
  "license": "ISC",
  "source": "src/index.js",
  "main": "dist/es/index.js",
  "main:cjs": "dist/cjs/index.js",
  "module": "dist/es/index.js",
  "jsnext:main": "dist/es/index.js",
  "types": "dist/es/index.d.ts",
  "engines": {
    "node": ">=12",
    "npm": ">=5"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/arcteryx/arcteryx-js-helpers.git"
  },
  "scripts": {
    "build": "../node_modules/.bin/rollup -c ../scripts/rollup.config.js",
    "start": "../node_modules/.bin/rollup -c ../scripts/rollup.config.js -w",
    "watch": "nodemon -e js,ts --ignore dist --exec \"npm run build && yalc push --changed\"",
    "test": "../node_modules/.bin/jest --coverage",
    "test:watch": "../node_modules/.bin/jest --watch",
    "extract-i18n": "../node_modules/.bin/i18next -c ../i18next-parser.config.js './src/**/*.{js,ts,jsx,tsx}' '!./src/**/*test.js' && node ../scripts/generate-i18n-resources.js"
  },
  "dependencies": {
    "@algolia/autocomplete-js": "^1.10.0",
    "@algolia/autocomplete-plugin-query-suggestions": "^1.10.0",
    "@algolia/autocomplete-plugin-redirect-url": "^1.10.0",
    "@algolia/autocomplete-theme-classic": "^1.10.0",
    "algoliasearch": "^4.2.0",
    "react-instantsearch-core": "^6.39.1",
    "react-instantsearch-dom": "^6.39.1",
    "search-insights": "^2.4.0"
  },
  "peerDependencies": {
    "@arcteryx/components-contexts": "^1.1.2",
    "@arcteryx/components-filterbar": "^2.0.0",
    "@arcteryx/components-hooks": "^1.3.1",
    "@arcteryx/components-product-tile": "^7.0.0",
    "@arcteryx/components-typography": "^6.3.2",
    "@arcteryx/data-models": "^10.4.0",
    "@arcteryx/data-providers": "^9.26.0",
    "@arcteryx/js-language": "^1.27.13",
    "@arcteryx/js-url": "^1.27.12",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-i18next": "^12.1.4",
    "react-router-dom": "^5.3.3"
  },
  "files": [
    "dist",
    "src"
  ],
  "devDependencies": {
    "nodemon": "^2.0.22"
  },
  "gitHead": "9f35d9dc10affb71327a8155794453c5b70bb0e1"
}
