{"_id":"16homework","name":"16homework","dist-tags":{"latest":"0.0.0"},"versions":{"0.0.0":{"name":"16homework","private":false,"version":"0.0.0","type":"module","scripts":{"dev":"vite","build":"tsc -b && vite build","lint":"eslint .","preview":"vite preview"},"dependencies":{"my-ui-library":"^0.0.6","react":"^18.3.1","react-dom":"^18.3.1"},"devDependencies":{"@eslint/js":"^9.9.0","@types/react":"^18.3.3","@types/react-dom":"^18.3.0","@vitejs/plugin-react":"^4.3.1","eslint":"^9.9.0","eslint-plugin-react-hooks":"^5.1.0-rc.0","eslint-plugin-react-refresh":"^0.4.9","globals":"^15.9.0","typescript":"^5.5.3","typescript-eslint":"^8.0.1","vite":"^5.4.1"},"_id":"16homework@0.0.0","gitHead":"8e07d0b7561474d23bf1911da14e9f929fab0022","description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-plQZH834j4f9SmPbIyKcoOtpO1YyKhMpGiUw2fwl3oxZC20Q09QORFPDTqFHBAuTkSuUsRGpPAJF9uMcDGJBMQ==","shasum":"ef0b221cc22783f2fa92c177b37e9495ce5e940b","tarball":"https://registry.npmjs.org/16homework/-/16homework-0.0.0.tgz","fileCount":18,"unpackedSize":8963,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGzH9WjrGsXlgpCkcaKZ5JdluoSlsRhot9x9g22PfDzVAiEA5dK/88mJSVibv0W+U6CH0lLuanXuQrcor7nPju4MJvw="}]},"_npmUser":{"name":"islomabdulakhatov","email":"islomabdulakhatov6975@gmail.com"},"directories":{},"maintainers":[{"name":"islomabdulakhatov","email":"islomabdulakhatov6975@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/16homework_0.0.0_1725950125583_0.4063512669609135"},"_hasShrinkwrap":false}},"time":{"created":"2024-09-10T06:35:25.582Z","0.0.0":"2024-09-10T06:35:25.721Z","modified":"2024-09-10T06:35:25.979Z"},"maintainers":[{"name":"islomabdulakhatov","email":"islomabdulakhatov6975@gmail.com"}],"description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","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/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh\n- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh\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- Configure the top-level `parserOptions` property like this:\n\n```js\nexport default tseslint.config({\n  languageOptions: {\n    // other options...\n    parserOptions: {\n      project: ['./tsconfig.node.json', './tsconfig.app.json'],\n      tsconfigRootDir: import.meta.dirname,\n    },\n  },\n})\n```\n\n- Replace `tseslint.configs.recommended` to `tseslint.configs.recommendedTypeChecked` or `tseslint.configs.strictTypeChecked`\n- Optionally add `...tseslint.configs.stylisticTypeChecked`\n- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config:\n\n```js\n// eslint.config.js\nimport react from 'eslint-plugin-react'\n\nexport default tseslint.config({\n  // Set the react version\n  settings: { react: { version: '18.3' } },\n  plugins: {\n    // Add the react plugin\n    react,\n  },\n  rules: {\n    // other rules...\n    // Enable its recommended rules\n    ...react.configs.recommended.rules,\n    ...react.configs['jsx-runtime'].rules,\n  },\n})\n```\n","readmeFilename":"README.md"}