UNPKG

react-cmp-selector

Version:

A powerful and extensible utility for filtering and selecting React components based on specified attributes and values.

47 lines 1.07 kB
{ "name": "react-cmp-selector", "version": "2.0.1", "description": "A powerful and extensible utility for filtering and selecting React components based on specified attributes and values.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc" }, "author": "Walter0b", "license": "MIT", "keywords": [ "React", "Slot", "GetCmpByAttr", "Component Selector", "Component Filtering", "React Slot", "Slot API" ], "repository": { "type": "git", "url": "git+https://github.com/Walter0b/react-cmp-selector.git" }, "devDependencies": { "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "react": "^18.3.1", "typescript": "^5.5.4" }, "peerDependencies": { "react": "^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" }, "files": [ "dist", "README.md", "LICENSE" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js", "types": "./dist/index.d.ts" } } }