{"_id":"@1schoolone/react","name":"@1schoolone/react","dist-tags":{"latest":"0.0.1-alpha.0"},"versions":{"0.0.1-alpha.0":{"name":"@1schoolone/react","private":false,"version":"0.0.1-alpha.0","type":"module","main":"dist/index.js","types":"dist/index.d.ts","repository":{"type":"git","url":"git+https://github.com/1SchoolOne/react.git"},"scripts":{"new-version":"lerna version","dev":"vite","build":"tsc -b && vite build","lint":"eslint .","preview":"vite preview"},"peerDependencies":{"antd":">=5.21.1","react":">=18.3.1","react-dom":">=18.3.1"},"devDependencies":{"@eslint/js":"9.9.0","@trivago/prettier-plugin-sort-imports":"4.3.0","@types/node":"22.7.4","@types/react":"18.3.3","@types/react-dom":"18.3.0","@typescript-eslint/eslint-plugin":"8.7.0","@typescript-eslint/parser":"8.7.0","@vitejs/plugin-react":"4.3.1","commitizen":"4.3.1","cz-conventional-changelog":"3.3.0","eslint":"8.57.1","eslint-config-prettier":"9.1.0","eslint-formatter-pretty":"6.0.1","eslint-plugin-react-hooks":"4.6.2","eslint-plugin-react-refresh":"0.4.12","globals":"15.9.0","lerna":"8.1.8","less":"4.2.0","prettier":"3.3.3","typescript":"5.6.2","typescript-eslint":"8.7.0","vite":"5.4.8","vite-plugin-dts":"4.2.3","vitest":"2.1.1"},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}},"_id":"@1schoolone/react@0.0.1-alpha.0","gitHead":"1c033ba54c9707805785f2eed68e2b75a5aa1ced","description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","bugs":{"url":"https://github.com/1SchoolOne/react/issues"},"homepage":"https://github.com/1SchoolOne/react#readme","_nodeVersion":"20.17.0","_npmVersion":"10.8.2","dist":{"integrity":"sha512-zIvdPmm2Ywi8B4R47hbtV76mBKdQCEOBe58Iyw14EzToIluA7rQgAnjThURbUlAASN3Ul3lNZMDTtDOEXWuaVA==","shasum":"2b1b1defb1727b2211659f699c6cb00338323d4b","tarball":"https://registry.npmjs.org/@1schoolone/react/-/react-0.0.1-alpha.0.tgz","fileCount":6,"unpackedSize":3410,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDQoqvTZVtoCuqMFBBh8xNh3nafs7B4qxg9vE7ZH7/5uAIgdhxGXojhTGPtkhyJDFRF7no9ksUS9byDZKhIqdjguPc="}]},"_npmUser":{"name":"ilhanyapici","email":"yapici.ilhan310@gmail.com"},"directories":{},"maintainers":[{"name":"ilhanyapici","email":"yapici.ilhan310@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/react_0.0.1-alpha.0_1727704318001_0.6078953736971611"},"_hasShrinkwrap":false}},"time":{"created":"2024-09-30T13:51:57.862Z","0.0.1-alpha.0":"2024-09-30T13:51:58.205Z","modified":"2024-09-30T13:51:58.511Z"},"maintainers":[{"name":"ilhanyapici","email":"yapici.ilhan310@gmail.com"}],"description":"This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.","homepage":"https://github.com/1SchoolOne/react#readme","repository":{"type":"git","url":"git+https://github.com/1SchoolOne/react.git"},"bugs":{"url":"https://github.com/1SchoolOne/react/issues"},"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"}