UNPKG

react-select-async-paginate

Version:
65 lines (64 loc) 1.91 kB
{ "name": "react-select-async-paginate", "version": "0.7.9", "description": "Wrapper above react-select that supports pagination on menu scroll", "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/esm/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/esm/index.js", "require": "./dist/index.js" } }, "typings": "dist/index.d.ts", "keywords": [ "react", "react-select", "async", "pagination" ], "repository": "git@github.com:vtaits/react-select-async-paginate.git", "homepage": "https://github.com/vtaits/react-select-async-paginate/tree/master/packages/react-select-async-paginate", "author": "Vadim Taits", "license": "MIT", "scripts": { "build": "tsup src/index.ts --sourcemap --format esm,cjs --dts --legacy-output", "lint": "biome check src", "lint:fix": "biome check src --write --unsafe", "format": "biome format src --write", "prepare": "yarn build", "test:ts": "tsc --noEmit", "test:unit": "vitest run --coverage.enabled --coverage.all --coverage.include=src", "test:unit:watch": "vitest", "codecov": "codecov -F react_select_async_paginate" }, "peerDependencies": { "react": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-select": "^5.0.0" }, "dependencies": { "@seznam/compose-react-refs": "^1.0.6", "@vtaits/use-lazy-ref": "^0.1.3", "krustykrab": "^1.1.0", "sleep-promise": "^9.1.0", "use-is-mounted-ref": "^1.5.0", "use-latest": "^1.3.0" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@storybook/react": "^8.4.7", "@storybook/test": "^8.4.7", "@types/node": "^22.10.2", "@types/react": "^19.0.2", "@vitest/coverage-v8": "^2.1.8", "react": "^19.0.0", "react-select": "^5.9.0", "tsup": "^8.3.5", "typescript": "5.6.2", "vitest": "^2.1.8" } }