UNPKG

react-smart-select

Version:

A very flexible and smart React select component

97 lines (96 loc) 2.51 kB
{ "name": "react-smart-select", "version": "1.4.1", "description": "A very flexible and smart React select component", "author": "Matteo Cavalleri <cvlmtg@gmail.com>", "repository": { "url": "git+https://github.com/cvlmtg/react-smart-select.git", "type": "git" }, "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "module": "dist/react-smart-select.esm.js", "files": [ "dist" ], "keywords": [ "react", "react select", "react combobox", "react dropdown", "react component", "accessible react select", "accessible react combobox", "component", "responsive", "mobile", "touch", "select", "dropdown", "combobox", "accessible", "multiselect", "multi-select" ], "scripts": { "analyze": "size-limit --why", "build": "dts build --rollupTypes", "lint": "dts lint src/ test/ demo/", "prepare": "dts build --rollupTypes", "size": "size-limit", "start": "bash ./demo/start.sh", "test": "env NODE_ENV=test mocha --config mocha.json \"test/**/*.{ts,tsx}\"", "watch": "dts watch" }, "peerDependencies": { "@floating-ui/react-dom": "^1.3.0", "react": ">=18", "styled-components": ">=5" }, "devDependencies": { "@babel/core": "^7.21.0", "@babel/preset-react": "^7.18.6", "@floating-ui/react-dom": "^1.1.2", "@rollup/plugin-babel": "^6.0.3", "@size-limit/preset-small-lib": "^8.2.4", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@tsconfig/create-react-app": "^1.0.3", "@tsconfig/recommended": "^1.0.2", "@types/chai": "^4.3.4", "@types/mocha": "^10.0.1", "@types/node": "^18.11.18", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/styled-components": "^5.1.26", "chai": "^4.3.7", "dts-cli": "^1.6.3", "global-jsdom": "^8.7.0", "husky": "^8.0.3", "jsdom": "^21.1.0", "mocha": "^10.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup-plugin-livereload": "^2.0.5", "rollup-plugin-serve": "^2.0.2", "size-limit": "^8.2.4", "styled-components": "^5.3.6", "ts-node": "^10.9.1", "tslib": "^2.5.0", "typescript": "^4.9.5" }, "size-limit": [ { "path": "dist/react-smart-select.cjs.production.min.js", "limit": "15 KB" }, { "path": "dist/react-smart-select.esm.js", "limit": "15 KB" } ], "engines": { "node": ">=16" } }