{"id":48788985,"url":"https://github.com/pure-engineering/auth-components","last_synced_at":"2026-04-18T05:03:31.074Z","repository":{"id":196035300,"uuid":"693835875","full_name":"pure-engineering/auth-components","owner":"pure-engineering","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-27T21:23:12.000Z","size":549,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-13T18:40:23.860Z","etag":null,"topics":["react","typescript"],"latest_commit_sha":null,"homepage":"https://pure-engineering.github.io/auth-components/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pure-engineering.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-19T20:09:35.000Z","updated_at":"2026-03-30T13:00:28.000Z","dependencies_parsed_at":"2023-09-21T04:27:06.864Z","dependency_job_id":"39fd8006-b3d4-4adf-a378-ac430337b321","html_url":"https://github.com/pure-engineering/auth-components","commit_stats":null,"previous_names":["pure-js/auth-components","pure-engineering/auth-components"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pure-engineering/auth-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-engineering%2Fauth-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-engineering%2Fauth-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-engineering%2Fauth-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-engineering%2Fauth-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pure-engineering","download_url":"https://codeload.github.com/pure-engineering/auth-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pure-engineering%2Fauth-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31957158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react","typescript"],"created_at":"2026-04-13T18:34:04.936Z","updated_at":"2026-04-18T05:03:31.069Z","avatar_url":"https://github.com/pure-engineering.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Auth Components\n\n## Tech Stack\n\n### Core\n\n- React\n- TypeScript\n- Vanilla Extract CSS (best of CSS-in-JS and css modules combined)\n\n### Bundling\n\n- Vite\n\n## Links\n\n[Storybook published to Chromatic](https://main--650d730a03965a33ff21d7d8.chromatic.com/?path=/story/form-button--primary) with UI components\n\nApp Deployed as [Static SPA](pure-js.github.io/auth-components/)\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n\u003e Please note that we are using `pnpm` but you can also use `npm` and everything will work fine, just a bit slower\n\n### `pnpm start`\n\nRuns the app in the development mode.\\\nOpen [http://localhost:5173](http://localhost:5173) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n### `pnpm test` | _Not working at the moment - please check back later_\n\nLaunches the test runner in the interactive watch mode.\\\n\n### `pnpm run build`\n\nBuilds the app for production to the `build` folder.\\\nIt correctly bundles React in production mode and optimizes the build for the best performance.\n\nThe build is minified and the filenames include the hashes.\\\nYour app is ready to be deployed!\n\n## CSS naming convention\n\n\u003c!-- prettier-ignore --\u003e\n```css\n/*-- For CSS Modules --*/\n\n.beautiful_input {} /* Block */\n.beautiful_input.ivalid_txt {} /* Element */\n.beautiful_input.m_invalid {} /* Modificator */\n.beautiful_input.--large {} /* Size Modificator */\n```\n\n## ESLint Notes\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\n   parserOptions: {\n    ecmaVersion: 'latest',\n    sourceType: 'module',\n    project: ['./tsconfig.json', './tsconfig.node.json'],\n    tsconfigRootDir: __dirname,\n   },\n```\n\n- Replace `plugin:@typescript-eslint/recommended` to `plugin:@typescript-eslint/recommended-type-checked` or `plugin:@typescript-eslint/strict-type-checked`\n- Optionally add `plugin:@typescript-eslint/stylistic-type-checked`\n- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` \u0026 `plugin:react/jsx-runtime` to the `extends` list\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpure-engineering%2Fauth-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpure-engineering%2Fauth-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpure-engineering%2Fauth-components/lists"}