{"_id":"@2e32/react-checkbox","name":"@2e32/react-checkbox","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@2e32/react-checkbox","version":"1.0.0","description":"A React checkbox component","keywords":["2e32","ui","frontend","component","checkbox","react","react-component","react-checkbox"],"author":{"name":"konstantin_b"},"repository":{"type":"git","url":"git+https://github.com/2e32/react-checkbox.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 *.*"},"peerDependencies":{"react":"^18.0.0","react-dom":"^18.0.0"},"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.5.1"},"_id":"@2e32/react-checkbox@1.0.0","gitHead":"9421408aacf159d4798deb8e43d874dfb4e0b953","bugs":{"url":"https://github.com/2e32/react-checkbox/issues"},"homepage":"https://github.com/2e32/react-checkbox#readme","_nodeVersion":"20.15.0","_npmVersion":"10.7.0","dist":{"integrity":"sha512-bDoGeQQiadsCDiJ5YBxVJO43UsKZQTfCoeyWkTrHbaaJiL9bosjc3SylWiHAR3nrtkZhAet+fdPlo+eZFn4wRg==","shasum":"51eee680ad613e8cc7e41e69bdc9e9edbec7a213","tarball":"https://registry.npmjs.org/@2e32/react-checkbox/-/react-checkbox-1.0.0.tgz","fileCount":42,"unpackedSize":77953,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIB1CWy4lhRuDX6HRQWhiROc9gbkW8dfZWFsnYaMaypdtAiEA0U9+ECLU4uHEYoADQJ3clULJWVOKW2jgbum8EIqqkh0="}]},"_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-checkbox_1.0.0_1727965964358_0.2709440745269702"},"_hasShrinkwrap":false}},"time":{"created":"2024-10-03T14:32:44.244Z","1.0.0":"2024-10-03T14:32:44.636Z","modified":"2024-10-03T14:32:44.934Z"},"maintainers":[{"name":"2e32","email":"bogucharov.dev@gmail.com"}],"description":"A React checkbox component","homepage":"https://github.com/2e32/react-checkbox#readme","keywords":["2e32","ui","frontend","component","checkbox","react","react-component","react-checkbox"],"repository":{"type":"git","url":"git+https://github.com/2e32/react-checkbox.git"},"author":{"name":"konstantin_b"},"bugs":{"url":"https://github.com/2e32/react-checkbox/issues"},"license":"MIT","readme":"# @2e32/react-checkbox\n\nReact checkbox.\n\n## Установка\n\n```bash\nyarn add @2e32/react-checkbox\n```\n\n## Использование\n\nApp.js\n\n```javascript\n// Единожды подключить стиль на уровне приложения (точки входа)\nimport '@2e32/react-checkbox/css';\n\nconst App = () => <Page />;\n\nexport default App;\n```\n\nPage.js\n\n```javascript\n// Импортировать компонент\nimport Checkbox from '@2e32/react-checkbox';\n\nconst Page = () => {\n  return <Checkbox />;\n};\n\nexport default Page;\n```\n\n## Примеры\n\nСмотри [storybook](https://github.com/2e32/react-checkbox-storybook).\n\n## Лицензия\n\n[MIT](https://choosealicense.com/licenses/mit)\n","readmeFilename":"README.ru.md"}