UNPKG

react-select-search-sm

Version:

React Select Search component that supports single and multiple selections.

44 lines (43 loc) 1.02 kB
{ "name": "react-select-search-sm", "version": "1.1.0", "description": "React Select Search component that supports single and multiple selections.", "repository": { "type": "git", "url": "https://github.com/rtaukir26/npm-select-search-package" }, "homepage": "https://github.com/rtaukir26/npm-select-search-package#readme", "bugs": { "url": "https://github.com/rtaukir26/npm-select-search-package" }, "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "src/index.css" ], "scripts": { "build": "vite build", "prepare": "npm run build" }, "keywords": [ "react", "select", "dropdown", "custom select", "react search select", "multi select" ], "author": "mdt", "license": "MIT", "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@vitejs/plugin-react": "^4.7.0", "vite": "^7.0.6", "vite-plugin-static-copy": "^3.1.1" } }