UNPKG

react-select-custom-component

Version:

A highly customizable React dropdown component based on React Select, providing flexible and lightweight select input options.

74 lines (73 loc) 2.04 kB
{ "name": "react-select-custom-component", "version": "1.1.41", "private": false, "description": "A highly customizable React dropdown component based on React Select, providing flexible and lightweight select input options.", "main": "dist/my-react-tailwind-package.umd.js", "module": "dist/my-react-tailwind-package.es.js", "types": "dist/index.d.ts", "style": "dist/tailwind.css", "files": [ "dist", "src" ], "type": "module", "scripts": { "dev": "vite", "build": "vite build", "build:css": "npx tailwindcss -i ./src/index.css -o ./dist/tailwind.css --minify", "lint": "eslint .", "preview": "vite preview" }, "keywords": [ "multiple-select", "select", "react-select", "react-select-multiple", "multi-select-react", "tailwindcss-select", "select-components", "react-select-component", "select-multiple", "custom-select", "react-dropdown", "dropdown-component", "react-select-custom-component", "react-custom-component", "react-select-custom", "custom-select", "dropdown", "dropdown-select-component" ], "author": "Khikmat Turaev", "homepage": "https://github.com/hikmatjan1/react-select-custom-component", "repository": { "type": "git", "url": "https://github.com/hikmatjan1/react-select-custom-component" }, "license": "MIT", "peerDependencies": { "tailwindcss": "^3.4.17" }, "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", "react-window": "^1.8.11" }, "devDependencies": { "@eslint/js": "^9.13.0", "@tailwindcss/line-clamp": "^0.4.4", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.3", "autoprefixer": "^10.4.20", "eslint": "^9.13.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.14", "globals": "^15.11.0", "postcss": "^8.5.1", "tailwindcss": "^3.4.17", "vite": "^5.4.10" } }