Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ The production technology stack includes:
- Lodash - utility functions
- DayJS - date and time utility functions
- TanStack React Table - advanced tables and datagrids
- Recharts - composable charting library for React

The development technology stack includes:

Expand Down Expand Up @@ -260,6 +261,7 @@ This project uses GitHub Actions to perform DevOps automation activities such as
- [Font Awesome][fontawesome]
- [React Spring][reactspring]
- [React i18next][reacti18next]
- [Recharts][recharts]
- [React Testing Library][testing-library]
- [Storybook][storybook]
- [GitHub Actions][ghactions]
Expand All @@ -280,3 +282,4 @@ This project uses GitHub Actions to perform DevOps automation activities such as
[reacti18next]: https://react.i18next.com/ 'React i18next'
[reactspring]: https://www.react-spring.dev/ 'React Spring'
[storybook]: https://storybook.js.org/ 'Storybook'
[recharts]: https://recharts.org/ 'Recharts'
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ export default tseslint.config(
{
// global ignores
// do not add any other keys to this object
ignores: ['coverage/', 'dist/'],
ignores: ['coverage/', 'dist/', 'storybook-static/'],
},
);
Loading
Loading