UNPKG

react-instantsearch-core

Version:
63 lines (62 loc) 1.94 kB
{ "name": "react-instantsearch-core", "version": "7.35.0", "description": "⚡ Lightning-fast search for React, by Algolia", "types": "dist/es/index.d.ts", "main": "dist/cjs/index.js", "module": "dist/es/index.js", "type": "module", "exports": { ".": { "types": "./dist/es/index.d.ts", "import": "./dist/es/index.js", "require": "./dist/cjs/index.js" } }, "sideEffects": false, "license": "MIT", "homepage": "https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react/", "repository": { "type": "git", "url": "https://github.com/algolia/instantsearch" }, "author": { "name": "Algolia, Inc.", "url": "https://www.algolia.com" }, "keywords": [ "algolia", "components", "fast", "instantsearch", "react", "search" ], "files": [ "README.md", "dist" ], "scripts": { "clean": "rm -rf dist", "build": "BABEL_ENV=es,rollup BUILD_FORMAT=esm rollup -c rollup.config.mjs && BABEL_ENV=rollup BUILD_FORMAT=cjs rollup -c rollup.config.mjs && BABEL_ENV=rollup BUILD_FORMAT=umd rollup -c rollup.config.mjs && yarn build:types", "build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/es", "test:exports": "node ./test/module/is-es-module.mjs && node ./test/module/is-cjs-module.cjs", "version": "./scripts/version.cjs", "watch:es": "BABEL_ENV=es,rollup BUILD_FORMAT=esm rollup -c rollup.config.mjs --watch" }, "dependencies": { "@swc/helpers": "0.5.18", "algoliasearch-helper": "3.29.1", "instantsearch.js": "4.101.0", "use-sync-external-store": "^1.0.0" }, "devDependencies": { "@types/use-sync-external-store": "0.0.3", "react-instantsearch-core-v6": "npm:react-instantsearch-core@6.40.4" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 6", "react": ">= 16.8.0 < 20" }, "gitHead": "8a7f5e3af0e6578762bdbd0a3bebfa3bcc0e9475" }