UNPKG

react-select-async-paginate

Version:
68 lines (67 loc) 2.08 kB
{ "name": "react-select-async-paginate", "version": "0.7.11", "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 __stories__", "lint:fix": "biome check src __stories__ --write --unsafe", "format": "biome format src __stories__ --write", "prepare": "bun run build", "test:ts": "tsc --noEmit", "test:unit": "vitest run --browser.headless --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.4", "krustykrab": "^1.1.0", "sleep-promise": "^9.1.0", "use-is-mounted-ref": "^1.5.0", "use-latest": "^1.3.0" }, "devDependencies": { "@biomejs/biome": "^2.0.0", "@storybook/react-vite": "^9.0.0", "@types/node": "^22.15.24", "@types/react": "^19.1.6", "@vitejs/plugin-react": "^4.5.0", "@vitest/browser": "^3.1.4", "@vitest/coverage-v8": "^3.1.4", "playwright": "^1.52.0", "react": "^19.1.0", "react-select": "^5.10.1", "tsup": "^8.5.0", "typescript": "5.8.3", "vitest": "^3.1.4", "vitest-browser-react": "^0.1.1" } }