UNPKG

react-instantsearch-nextjs

Version:
62 lines (61 loc) 1.95 kB
{ "name": "react-instantsearch-nextjs", "version": "0.5.0", "description": "React InstantSearch SSR utilities for Next.js", "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", "require": "./dist/cjs/index.js", "default": "./dist/es/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", "ssr", "app", "app router", "fast", "instantsearch", "react", "search", "next", "nextjs" ], "files": [ "README.md", "dist" ], "scripts": { "clean": "rm -rf dist", "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/cjs --ignore '**/__tests__/**/*','**/__mocks__/**/*' --quiet && ../../scripts/prepare-cjs.sh", "build:es:base": "BABEL_ENV=es babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/es --ignore '**/__tests__/**/*','**/__mocks__/**/*'", "build:es": "yarn build:es:base --quiet", "build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/es", "test:exports": "node ./__tests__/module/is-es-module.mjs && node ./__tests__/module/is-cjs-module.cjs", "watch:es": "yarn --silent build:es:base --watch" }, "devDependencies": { "instantsearch.js": "4.79.0", "next": "15.1.4", "react-instantsearch-core": "7.16.0" }, "peerDependencies": { "next": ">= 13.4 < 16", "react-instantsearch": ">= 7.1.0 < 8" }, "gitHead": "eeb0a611e331ae0905a641d167ebac38d2fe1735" }