react-search-select-dropdown
Version:
A customizable React autocomplete/search select dropdown component with TypeScript support
56 lines (55 loc) • 1.36 kB
JSON
{
"name": "react-search-select-dropdown",
"version": "1.2.0",
"description": "A customizable React autocomplete/search select dropdown component with TypeScript support",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./styles.css": "./dist/styles.css"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"autocomplete",
"select",
"dropdown",
"search",
"typescript",
"component"
],
"author": "Moril Jean",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jeanmo333/react-search-select-dropdown.git"
},
"bugs": {
"url": "https://github.com/jeanmo333/react-search-select-dropdown/issues"
},
"homepage": "https://github.com/jeanmo333/react-search-select-dropdown#readme",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.5.1",
"typescript": "^5.7.2"
}
}