{"_id":"@codeits/codeits-react-codeits-lib","name":"@codeits/codeits-react-codeits-lib","dist-tags":{"latest":"1.4.0-master"},"versions":{"1.4.0-master":{"name":"@codeits/codeits-react-codeits-lib","version":"1.4.0-master","description":"Utils components and hooks for react","author":{"name":"codeits"},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/aescobaricc/react-codeits-lib.git"},"main":"dist/index.js","module":"dist/index.modern.js","source":"src/index.js","engines":{"node":">=10"},"scripts":{"build":"set  \"GENERATE_SOURCEMAP=false\" && microbundle-crl --no-compress --format modern,cjs","start":"microbundle-crl watch --no-compress --format modern,cjs","prepare":"run-s build","test":"run-s test:unit test:lint test:build","test:build":"run-s build","test:lint":"eslint .","test:unit":"cross-env CI=1 react-scripts test --env=jsdom","test:watch":"react-scripts test --env=jsdom","predeploy":"cd example && npm install && npm run build","deploy":"gh-pages -d example/build","eject":"react-scripts eject"},"peerDependencies":{"next":"14.0.4","next-i18next":"^15.1.1","react":"^18","react-dom":"^18","react-i18next":"^13.5.0"},"devDependencies":{"babel-eslint":"^10.0.3","cross-env":"^7.0.2","eslint":"^6.8.0","eslint-config-prettier":"^6.7.0","eslint-config-standard":"^14.1.0","eslint-config-standard-react":"^9.2.0","eslint-plugin-import":"^2.18.2","eslint-plugin-node":"^11.0.0","eslint-plugin-prettier":"^3.1.1","eslint-plugin-promise":"^4.2.1","eslint-plugin-react":"^7.17.0","eslint-plugin-standard":"^4.0.1","gh-pages":"^2.2.0","microbundle-crl":"^0.13.10","npm-run-all":"^4.1.5","prettier":"^2.0.4","react":"^18","react-dom":"^18","react-scripts":"^5.0.1"},"dependencies":{"antd":"^5.20.4","react-is":"^18.3.1"},"bugs":{"url":"https://github.com/aescobaricc/react-codeits-lib/issues"},"homepage":"https://github.com/aescobaricc/react-codeits-lib#readme","directories":{"example":"example"},"keywords":["codeits","react","js"],"_id":"@codeits/codeits-react-codeits-lib@1.4.0-master","gitHead":"270ac6524387937bd09dece8b676ebf57d2da7cc","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-bFeU4Z6IdykOIgkd9hk1paWpQoV6chjqs6PlQ2y9P71ms6ZxlOkyx3oJRR37Necgu0yzMHEU5OggM0Rf462JaA==","shasum":"a53df05ae75018e174dc653435c409cfe1dd0bb4","tarball":"https://registry.npmjs.org/@codeits/codeits-react-codeits-lib/-/codeits-react-codeits-lib-1.4.0-master.tgz","fileCount":16,"unpackedSize":2136941,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQDl6e5I88hebQrVX3Z+ngKxv4uF5HfXhPr/F8gnNH9IcAIgHoyWlNbHVsvRrFtcBjDbmZQ3rrTi6uzCoOGSDpIxhrs="}]},"_npmUser":{"name":"aescobar.code","email":"contacto@codeits.cl"},"maintainers":[{"name":"mnunez.codeits.cl","email":"mnunez@codeits.cl"},{"name":"aescobar.code","email":"contacto@codeits.cl"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/codeits-react-codeits-lib_1.4.0-master_1744303255064_0.373905268213381"},"_hasShrinkwrap":false}},"time":{"created":"2025-04-10T16:40:54.969Z","1.4.0-master":"2025-04-10T16:40:55.351Z","modified":"2025-04-10T16:40:55.611Z"},"maintainers":[{"name":"mnunez.codeits.cl","email":"mnunez@codeits.cl"},{"name":"aescobar.code","email":"contacto@codeits.cl"}],"description":"Utils components and hooks for react","homepage":"https://github.com/aescobaricc/react-codeits-lib#readme","keywords":["codeits","react","js"],"repository":{"type":"git","url":"git+https://github.com/aescobaricc/react-codeits-lib.git"},"author":{"name":"codeits"},"bugs":{"url":"https://github.com/aescobaricc/react-codeits-lib/issues"},"license":"MIT","readme":"# react-codeits-lib\n\n> Made with create-react-library\n\n[![NPM](https://img.shields.io/npm/v/react-codeits-lib.svg)](https://www.npmjs.com/package/react-codeits-lib) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n\n## Install\n\n```bash\nnpm install --save react-codeits-lib\n```\n\n## Usage\n\n```jsx\nimport React, { Component } from 'react'\n\n//import component\nimport {AlertViewer} from '@codeits/react-codeits-lib'\n\n//import globals css\nimport '@codeits/react-codeits-lib/dist/index.css';\n\nexport default MyComponent {\n \n    return (\n      <>\n      <AlertViewer>\n      ...\n      </AlertViewer>\n      <>\n    )\n}\n```\n\n## License\n\nMIT © [codeits](https://github.com/codeits-dev)\n","readmeFilename":"README.md","_rev":"1-e71a4245c1b02c8dec93e0e7ceb3080e"}