@meltdownjs/droppy
Version:
@meltdownjs/droppy is a react library which provides hooks for creating virtualized Select-, MultiSelect-, ComboBox- & MultiComboBox-Components easily.
89 lines (88 loc) • 2.32 kB
JSON
{
"name": "@meltdownjs/droppy",
"description": "@meltdownjs/droppy is a react library which provides hooks for creating virtualized Select-, MultiSelect-, ComboBox- & MultiComboBox-Components easily.",
"keywords": [
"react",
"hooks",
"dropdown",
"select",
"multiselect",
"combobox",
"multicombobox",
"virtualization",
"virtualized",
"dropdown-list",
"react-query",
"infinite-scroll",
"api-data",
"floating-ui",
"TanStack",
"frontend",
"components",
"pagination",
"search",
"debounce",
"dropdown-menu"
],
"homepage": "https://github.com/meltdownjs/meltdown/tree/main/packages/droppy",
"repository": {
"type": "git",
"url": "https://github.com/meltdownjs/meltdown.git"
},
"bugs": {
"url": "https://github.com/meltdownjs/meltdown/issues"
},
"version": "1.2.1",
"type": "module",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.js"
}
},
"main": "dist/index.cjs",
"module": "./dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"dev": "bunx --bun vite",
"build": "bunx --bun vite build --config ./vite.config.ts",
"lint": "bunx --bun biome lint ./src",
"format": "bunx --bun biome format --write .",
"check": "bun --bunx biome check .",
"test": "vitest --run"
},
"dependencies": {
"@floating-ui/react": "^0.27.4",
"@tanstack/react-virtual": "^3.13.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"react": ">= 18.0.0",
"react-dom": ">= 18.0.0",
"@tanstack/react-query": ">= 5.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@meltdownjs/biomejs-config": "workspace:*",
"@ngneat/falso": "^7.3.0",
"@tanstack/react-query": "^5.66.7",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/bun": "latest",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react-swc": "^3.8.0",
"happy-dom": "^17.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "~5.7.2",
"vite": "^6.1.1",
"vite-plugin-dts": "^4.5.0",
"vitest": "^3.0.6"
}
}