{"_rev":"3-dcc943c4f72c52dc6baae5caafe14a28","time":{"created":"2024-02-01T20:05:04.604Z","1.0.0":"2024-01-31T09:11:39.015Z","modified":"2024-02-01T20:05:05.271Z","1.0.1":"2024-02-01T20:05:04.960Z"},"_id":"@2e32/react-select","name":"@2e32/react-select","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.1":{"name":"@2e32/react-select","version":"1.0.1","description":"A React select component","keywords":["2e32","ui","frontend","component","select","react","react-component","react-select"],"author":{"name":"konstantin_b"},"repository":{"type":"git","url":"git+https://github.com/2e32/react-select.git"},"license":"MIT","exports":{".":{"types":"./dist/js/types/index.d.ts","import":"./dist/js/esm/index.js","require":"./dist/js/cjs/index.js","default":"./dist/js/esm/index.js"},"./css":"./dist/css/index.css"},"main":"dist/js/cjs/index.js","module":"dist/js/esm/index.js","types":"dist/js/types/index.d.ts","scripts":{"clean":"rimraf dist","build":"npm run clean && node build.js && tsc","tsc:config":"tsc --showConfig","prettier:check":"prettier --check .","prettier:format":"prettier --write .","lint":"eslint --fix .","lint:config":"eslint --print-config *.*"},"devDependencies":{"@types/react":"^18.2.20","@typescript-eslint/eslint-plugin":"^6.3.0","@typescript-eslint/parser":"^6.3.0","esbuild":"^0.19.0","eslint":"^8.46.0","eslint-plugin-react":"^7.33.1","eslint-plugin-react-hooks":"^4.6.0","prettier":"^3.0.1","rimraf":"^5.0.1","typescript":"^5.1.6"},"dependencies":{"classnames":"^2.3.2"},"peerDependencies":{"react":"^18.0.0","react-dom":"^18.0.0"},"_id":"@2e32/react-select@1.0.1","gitHead":"98f3b51e5266b483e15025bab36247c41134e965","bugs":{"url":"https://github.com/2e32/react-select/issues"},"homepage":"https://github.com/2e32/react-select#readme","_nodeVersion":"18.19.0","_npmVersion":"10.2.3","dist":{"integrity":"sha512-YAUD7z8jjWKsVmcqCorSCwLPakPm2lzQ/1z2Reg1yqC8hTDHx4Y6HY5auIjMkAvxhhFVd1Ao6j+soFewkF47wQ==","shasum":"5e11be7e44e9168030e8e91c935124882edcae03","tarball":"https://registry.npmjs.org/@2e32/react-select/-/react-select-1.0.1.tgz","fileCount":70,"unpackedSize":166273,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDxxGweVCfQQ3+iuknA8e4Vpkrz/vy+ad/BbHH/evvNqgIgWotWEpj5yeDMF4LPmTgn5ePive/67rT25AuXUQLmK+g="}]},"_npmUser":{"name":"2e32","email":"bogucharov.dev@gmail.com"},"directories":{},"maintainers":[{"name":"2e32","email":"bogucharov.dev@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react-select_1.0.1_1706817904683_0.06348526988431225"},"_hasShrinkwrap":false}},"maintainers":[{"name":"2e32","email":"bogucharov.dev@gmail.com"}],"description":"A React select component","homepage":"https://github.com/2e32/react-select#readme","keywords":["2e32","ui","frontend","component","select","react","react-component","react-select"],"repository":{"type":"git","url":"git+https://github.com/2e32/react-select.git"},"author":{"name":"konstantin_b"},"bugs":{"url":"https://github.com/2e32/react-select/issues"},"license":"MIT","readme":"# @2e32/react-select\n\nReact select.\n\n## Установка\n\n```bash\nyarn add @2e32/react-select\n```\n\n## Использование\n\nApp.js\n\n```javascript\n// Единожды подключить стиль селекта на уровне приложения (точки входа)\nimport '@2e32/react-select/css';\n\nconst App = () => <Page />;\n\nexport default App;\n```\n\nPage.js\n\n```javascript\n// Импортировать компонент\nimport Select from '@2e32/react-select';\n\nconst Page = () => {\n  return <Select />;\n};\n\nexport default Page;\n```\n\n## Примеры\n\nСмотри [storybook](https://github.com/2e32/react-select-storybook).\n\n## Лицензия\n\n[MIT](https://choosealicense.com/licenses/mit)\n","readmeFilename":"README.ru.md"}