{"id":13451866,"url":"https://github.com/ticketmaster/aurora","last_synced_at":"2026-02-02T02:14:31.625Z","repository":{"id":31967563,"uuid":"131040509","full_name":"ticketmaster/aurora","owner":"ticketmaster","description":"Shared UI Library for Ticketmaster","archived":false,"fork":false,"pushed_at":"2023-01-18T12:04:54.000Z","size":6501,"stargazers_count":109,"open_issues_count":2,"forks_count":65,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-10-20T23:46:34.092Z","etag":null,"topics":["design-system","react","styled-components","ticketmaster","ui-library"],"latest_commit_sha":null,"homepage":"http://design.ticketmaster.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ticketmaster.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-25T17:21:56.000Z","updated_at":"2025-08-25T16:42:02.000Z","dependencies_parsed_at":"2023-02-10T15:00:44.291Z","dependency_job_id":null,"html_url":"https://github.com/ticketmaster/aurora","commit_stats":null,"previous_names":["ticketmaster/prism"],"tags_count":404,"template":false,"template_full_name":null,"purl":"pkg:github/ticketmaster/aurora","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticketmaster%2Faurora","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticketmaster%2Faurora/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticketmaster%2Faurora/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticketmaster%2Faurora/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ticketmaster","download_url":"https://codeload.github.com/ticketmaster/aurora/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ticketmaster%2Faurora/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29001653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T01:32:03.847Z","status":"online","status_checked_at":"2026-02-02T02:00:07.448Z","response_time":58,"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":["design-system","react","styled-components","ticketmaster","ui-library"],"created_at":"2024-07-31T07:01:05.160Z","updated_at":"2026-02-02T02:14:31.607Z","avatar_url":"https://github.com/ticketmaster.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003e@ticketmaster/aurora\u003c/h1\u003e\n\u003cstrong\u003eShared UI Library for Ticketmaster\u003c/strong\u003e\n\u003c/div\u003e\n\n\u003chr /\u003e\n\n[![Build Status][build-badge]][build]\n[![Code Coverage][coverage-badge]][coverage]\n[![version][version-badge]][package]\n\n[![MIT License][license-badge]][license]\n[![PRs Welcome][prs-badge]][prs]\n[![Code of Conduct][coc-badge]][coc]\n\n[![size][size-badge]][unpkg-dist]\n[![gzip size][gzip-badge]][unpkg-dist]\n[![module formats: cjs][module-formats-badge]][unpkg-dist]\n\n## How to get started:\n\nAurora relies on the [react](https://www.npmjs.com/package/react),\n[prop-types](https://www.npmjs.com/package/prop-types),\n[react-transition-group](https://www.npmjs.com/package/react-transition-group),\n[classnames](https://www.npmjs.com/package/classnames),\nand [styled-components](https://www.npmjs.com/package/styled-components)\npeer-dependency packages are already to be installed and set up in your project.\n\nInstall Aurora from the npm registry by running the following command in your terminal:\n\n```bash\nnpm install @ticketmaster/aurora\n```\n\nThen import each component you want to use in your app:\n\n```jsx\nimport React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport { Button } from \"@ticketmaster/aurora\";\n\nReactDOM.render(\n  \u003cButton variant=\"standard\"\u003eHello, world!\u003c/Button\u003e,\n  document.getElementById(\"root\")\n);\n```\n\n[![Edit 430zk16k6w](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/430zk16k6w?autoresize=1\u0026hidenavigation=1)\n\n## Running the catalog locally:\n\nIn order to run the [catalog](https://code.ticketmaster.com/aurora/) locally, you are required to complete the following steps:\n\n1.  Execute `yarn install` at this directory's root.\n2.  Execute `yarn catalog-start` at this directory's root.\n3.  Navigate to `http://localhost:4000/` or your host alias's port 4000.\n\n## How to use:\n\nA documentation of each component and living styleguide will be available on the brand site for Ticketmaster.com.\n\n## Other docs:\n\n- [Code of Conduct][coc]\n- [Contributing][contributing]\n- [Maintaining][maintaining]\n\n## LICENSE:\n\nMIT\n\n[build-badge]: https://app.travis-ci.com/ticketmaster/aurora.svg?branch=master\n[build]: https://app.travis-ci.com/ticketmaster/aurora\n[coverage-badge]: https://img.shields.io/codecov/c/github/ticketmaster/aurora.svg\n[coverage]: https://codecov.io/github/ticketmaster/aurora\n[version-badge]: https://img.shields.io/npm/v/@ticketmaster/aurora.svg\n[package]: https://www.npmjs.com/package/@ticketmaster/aurora\n[license-badge]: https://img.shields.io/npm/l/@ticketmaster/aurora.svg\n[license]: https://github.com/ticketmaster/aurora/blob/master/LICENSE\n[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg\n[prs]: http://makeapullrequest.com\n[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg\n[coc]: https://github.com/ticketmaster/aurora/blob/master/other/CODE_OF_CONDUCT.md\n[contributing]: https://github.com/ticketmaster/aurora/blob/master/CONTRIBUTING.md\n[maintaining]: https://github.com/ticketmaster/aurora/blob/master/other/MAINTAINING.md\n[gzip-badge]: http://img.badgesize.io/https://unpkg.com/@ticketmaster/aurora/dist/index.umd.min.js?compression=gzip\u0026label=gzip%20size\n[size-badge]: http://img.badgesize.io/https://unpkg.com/@ticketmaster/aurora/dist/index.umd.min.js?label=size\n[unpkg-dist]: https://unpkg.com/@ticketmaster/aurora/dist/\n[module-formats-badge]: https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20es-green.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticketmaster%2Faurora","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fticketmaster%2Faurora","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fticketmaster%2Faurora/lists"}