{"_id":"@codeconfigshakib/rcl","_rev":"2-75ce6c15188a6415ad75ee5e1850be0d","name":"@codeconfigshakib/rcl","dist-tags":{"latest":"0.1.2"},"versions":{"0.1.1":{"name":"@codeconfigshakib/rcl","version":"0.1.1","_id":"@codeconfigshakib/rcl@0.1.1","maintainers":[{"name":"codeconfigshakib","email":"codeconfigshakib@gmail.com"}],"dist":{"shasum":"3d045e7b6cc58ad1f7a5c1594aea12e6ba2b9a5a","tarball":"https://registry.npmjs.org/@codeconfigshakib/rcl/-/rcl-0.1.1.tgz","fileCount":9,"integrity":"sha512-VtWEXN03PO3otkKFtOziW+x5Kf43cpOqZ6vO3OfS56SlSG6PtYrVpI1kJbTPL/qUAWIfmhXEu3XnddPBA1r7ew==","signatures":[{"sig":"MEQCIHxFwoon14FNSBA+C/Tf3xjDm5mGyURixwlkpyi/V0wfAiAIZeHq1R0NEhBdasPkvqiXjAsVUy4yieV+CaBAvdrjpA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4630},"main":"./dist/index.cjs.js","type":"module","style":"./dist/style.css","types":"./dist/index.d.ts","module":"./dist/index.es.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.es.js","require":"./dist/index.cjs.js"},"./style.css":"./dist/style.css"},"scripts":{"dev":"vite build --watch","build":"vite build"},"_npmUser":{"name":"codeconfigshakib","email":"codeconfigshakib@gmail.com"},"_npmVersion":"10.9.2","description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","directories":{},"_nodeVersion":"22.16.0","_hasShrinkwrap":false,"devDependencies":{"vite":"^5.0.0","typescript":"^5.0.0","vite-plugin-dts":"^3.0.0","@vitejs/plugin-react":"^4.0.0"},"peerDependencies":{"react":">=17","react-dom":">=17"},"_npmOperationalInternal":{"tmp":"tmp/rcl_0.1.1_1787567882131_0.2874577431765013","host":"s3://npm-registry-packages-npm-production"}},"0.1.2":{"name":"@codeconfigshakib/rcl","version":"0.1.2","type":"module","main":"./dist/index.cjs.js","module":"./dist/index.es.js","types":"./dist/index.d.ts","style":"./dist/style.css","exports":{".":{"import":"./dist/index.es.js","require":"./dist/index.cjs.js","types":"./dist/index.d.ts"},"./style.css":"./dist/style.css"},"scripts":{"build":"vite build","dev":"vite build --watch"},"peerDependencies":{"react":">=17","react-dom":">=17"},"devDependencies":{"vite":"^5.0.0","@vitejs/plugin-react":"^4.0.0","vite-plugin-dts":"^3.0.0","typescript":"^5.0.0"},"_id":"@codeconfigshakib/rcl@0.1.2","description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","_nodeVersion":"22.16.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-CNjvUiUo+PflD9C9tBShxV8gZ7Eyi1U/ZaV00kDjOKuTfinJxBGIjq7GLg9cuR61jaYJIQY6zr5pqmcXLMtfPg==","shasum":"95ab8c61f238084cb647b4ba6db5708236015035","tarball":"https://registry.npmjs.org/@codeconfigshakib/rcl/-/rcl-0.1.2.tgz","fileCount":9,"unpackedSize":4649,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAwxshfuaE51V9N0cSVLBH2htR0VWbJjvdz/kXcYnNyHAiEAseaApWjAyixUQKP3eobNWmU1ORaPYFgaSE8QCtKs+ME="}]},"_npmUser":{"name":"codeconfigshakib","email":"codeconfigshakib@gmail.com"},"directories":{},"maintainers":[{"name":"codeconfigshakib","email":"codeconfigshakib@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/rcl_0.1.2_1787568369314_0.3873505999678668"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-24T10:38:01.861Z","modified":"2026-08-24T10:46:09.647Z","0.1.1":"2026-08-24T10:38:02.272Z","0.1.2":"2026-08-24T10:46:09.468Z"},"description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","maintainers":[{"name":"codeconfigshakib","email":"codeconfigshakib@gmail.com"}],"readme":"# React + TypeScript + Vite\n\nThis template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.\n\nCurrently, two official plugins are available:\n\n- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react) uses [Oxc](https://oxc.rs)\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc) uses [SWC](https://swc.rs/)\n\n## React Compiler\n\nThe React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see [this documentation](https://react.dev/learn/react-compiler/installation).\n\n## Expanding the ESLint configuration\n\nIf you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:\n\n```js\nexport default defineConfig([\n  globalIgnores(['dist']),\n  {\n    files: ['**/*.{ts,tsx}'],\n    extends: [\n      // Other configs...\n\n      // Remove tseslint.configs.recommended and replace with this\n      tseslint.configs.recommendedTypeChecked,\n      // Alternatively, use this for stricter rules\n      tseslint.configs.strictTypeChecked,\n      // Optionally, add this for stylistic rules\n      tseslint.configs.stylisticTypeChecked,\n\n      // Other configs...\n    ],\n    languageOptions: {\n      parserOptions: {\n        project: ['./tsconfig.node.json', './tsconfig.app.json'],\n        tsconfigRootDir: import.meta.dirname,\n      },\n      // other options...\n    },\n  },\n])\n\n```\n\nYou can also install [eslint-plugin-react-x](https://npmx.dev/package/eslint-plugin-react-x) and [eslint-plugin-react-dom](https://npmx.dev/package/eslint-plugin-react-dom) for React-specific lint rules:\n\n```js\n// eslint.config.js\nimport reactX from 'eslint-plugin-react-x'\nimport reactDom from 'eslint-plugin-react-dom'\n\nexport default defineConfig([\n  globalIgnores(['dist']),\n  {\n    files: ['**/*.{ts,tsx}'],\n    extends: [\n      // Other configs...\n      // Enable lint rules for React\n      reactX.configs['recommended-typescript'],\n      // Enable lint rules for React DOM\n      reactDom.configs.recommended,\n    ],\n    languageOptions: {\n      parserOptions: {\n        project: ['./tsconfig.node.json', './tsconfig.app.json'],\n        tsconfigRootDir: import.meta.dirname,\n      },\n      // other options...\n    },\n  },\n])\n\n```\n","readmeFilename":"README.md"}