UNPKG

instantsearch-ui-components

Version:

Common UI components for InstantSearch.

54 lines (53 loc) 1.64 kB
{ "name": "instantsearch-ui-components", "version": "0.11.2", "description": "Common UI components for InstantSearch.", "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", "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", "jsx", "vdom", "hyperscript" ], "files": [ "README.md", "dist" ], "scripts": { "clean": "rm -rf dist", "build": "yarn build:cjs && yarn build:es && yarn build:types", "build:es:base": "BABEL_ENV=es,disableHoisting babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/es --ignore '**/__tests__/**/*','**/__mocks__/**/*'", "build:es": "yarn build:es:base --quiet", "build:cjs": "BABEL_ENV=cjs,disableHoisting babel src --root-mode upward --extensions '.js,.ts,.tsx' --out-dir dist/cjs --ignore '**/__tests__/**/*','**/__mocks__/**/*' --quiet && ../../scripts/prepare-cjs.sh", "build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/es", "version": "./scripts/version.cjs", "watch:es": "yarn --silent build:es:base --watch" }, "dependencies": { "@babel/runtime": "^7.27.6" }, "gitHead": "d0486032831c0b2ee22169aa1f5052b88b9543b0" }