Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsdaniels authored Apr 29, 2024
1 parent 80c3b22 commit 52ed862
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,23 @@ In addition, it contains a storybook and a website to showcase these packages.

### Packages

- `cdk-amplify-app` An AWS Amplify application.
- `cdk-bastion-host` A jump server to provide an SSH tunnel to a private server.
- `cdk-cache-invalidator` A step function that invalidates a CloudFront distribution's cache.
- `cdk-mailer` A leaky-bucket queue for sending emails at a configured rate.
- `cdk-next-app` An AWS Amplify application pre-configured for Next.js.
- `cdk-rpc-api` An AWS ApiGateway application pre-configured for the RPC protocol.
- `cdk-static-site` Resources for static site hosting with S3 and CloudFront.
- `eslint-config` Shared ESLint configurations.
- `essentials` A tree-shakeable collection of general-purpose utilities.
- `react-media` A headless media player for React projects.
- `react-date-picker` A headless date picker for React projects.
- `react-dictionary` A context provider for translations and localization.
- `react-essentials` A tree-shakeable collection of utilities for React projects.
- `react-forms` Business logic for form state management for React projects.
- `react-media` A headless media player for React projects.
- `react-notifications` A headless implementation of notifications for React projects.
- `react-pagination` A headless implementation of pagination for React projects.
- `react-parallax` A headless implementation of a parallax effect for React projects.
- `react-preferences` A hook for reading OS-level user preferences in React projects.
- `react-tracking` A context-based user-interaction event tracking system.
- `tsconfig` Shared TypeScript configurations.

0 comments on commit 52ed862

Please sign in to comment.