react-multi-select-tabs
Version:
A modern, accessible multi-select component with search functionality and visible selected tabs
63 lines • 1.71 kB
JSON
{
"name": "react-multi-select-tabs",
"version": "1.0.1",
"description": "A modern, accessible multi-select component with search functionality and visible selected tabs",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm run build"
},
"keywords": [
"react",
"multi-select",
"dropdown",
"select",
"tabs",
"search",
"typescript",
"tailwind",
"accessible"
],
"author": "Jayant Verma",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iamvermajayant/react-multi-select-tabs.git"
},
"bugs": {
"url": "https://github.com/iamvermajayant/react-multi-select-tabs/issues"
},
"homepage": "https://github.com/iamvermajayant/react-multi-select-tabs#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.0.0",
"rollup": "^3.26.0",
"rollup-plugin-typescript2": "^0.35.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.0.0"
},
"dependencies": {}
}