react-responsive-overflow-list
Version:
A responsive React component that shows as many items as can fit within constraints, hiding overflow items behind a configurable overflow renderer
64 lines (63 loc) • 1.64 kB
JSON
{
"name": "react-responsive-overflow-list",
"version": "0.3.1",
"type": "module",
"description": "A responsive React component that shows as many items as can fit within constraints, hiding overflow items behind a configurable overflow renderer",
"module": "dist/index.js",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist",
"src"
],
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch",
"lint": "eslint src --ext .ts,.tsx",
"type-check": "tsc --noEmit",
"demo:dev": "pnpm --filter demo dev",
"demo:build": "pnpm --filter demo build",
"demo:build:prod": "NODE_ENV=production pnpm --filter demo build",
"dev:all": "pnpm -r --parallel run dev"
},
"keywords": [
"react",
"component",
"overflow",
"responsive",
"ui",
"typescript"
],
"author": "Eliav Louski",
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"react": "^19.2.0",
"tsdown": "^0.2.0",
"typescript": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Eliav2/react-responsive-overflow-list"
},
"bugs": {
"url": "https://github.com/eliav2/react-responsive-overflow-list/issues"
},
"homepage": "https://github.com/eliav2/react-responsive-overflow-list#readme",
"prettier": {
"printWidth": 120
}
}