|
37 | 37 |
|
38 | 38 | ## Other dependencies |
39 | 39 |
|
40 | | -| Technology | Description | Stars | |
41 | | -| ------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | |
42 | | -| <a href="https://better-auth.com">Better Auth</a> | Authentication library for Node.js | [](https://github.com/better-auth/better-auth) | |
43 | | -| <a href="https://lucide.dev">Lucide Icons</a> | Beautifully simple & consistent icons | [](https://github.com/lucide-icons/lucide) | |
44 | | -| <a href="https://docs.npmjs.com/cli/v10/using-npm/workspaces">npm Workspace</a> | Workspaces for managing multiple packages in a single repository | [](https://github.com/npm/cli) | |
45 | | -| <a href="https://playwright.dev">Playwright</a> | Test your web apps headlessly with a single API | [](https://github.com/microsoft/playwright) | |
46 | | -| <a href="https://reactrouter.com">React Router v7</a> | Declarative routing for React | [](https://github.com/remix-run/react-router) | |
47 | | -| <a href="https://www.typescriptlang.org">TypeScript</a> | TypeScript is a typed superset of JavaScript | [](https://github.com/microsoft/TypeScript) | |
48 | | -| <a href="https://zod.dev">ZOD</a> | TypeScript-first schema validation with static type inference | [](https://github.com/colinhacks/zod) | |
49 | | -| <a href="https://vitejs.dev">Vite</a> | Next generation frontend tooling. It's fast! | [](https://github.com/vitejs/vite) | |
50 | | -| <a href="https://zustand.docs.pmnd.rs/">Zustand</a> | State management for React | [](https://github.com/pmndrs/zustand) | |
| 40 | +| Technology | Description | Stars | |
| 41 | +| ------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | |
| 42 | +| <a href="https://better-auth.com">Better Auth</a> | Authentication library for Node.js | <img src="https://img.shields.io/github/stars/better-auth/better-auth?style=flat-square" alt="GitHub Repo stars" /> | |
| 43 | +| <a href="https://lucide.dev">Lucide Icons</a> | Beautifully simple & consistent icons | <img src="https://img.shields.io/github/stars/lucide-icons/lucide?style=flat-square" alt="GitHub Repo stars" /> | |
| 44 | +| <a href="https://docs.npmjs.com/cli/v10/using-npm/workspaces">npm Workspace</a> | Workspaces for managing multiple packages in a single repository | <img src="https://img.shields.io/github/stars/npm/cli?style=flat-square" alt="GitHub Repo stars" /> | |
| 45 | +| <a href="https://playwright.dev">Playwright</a> | Test your web apps headlessly with a single API | <img src="https://img.shields.io/github/stars/microsoft/playwright?style=flat-square" alt="GitHub Repo stars" /> | |
| 46 | +| <a href="https://reactrouter.com">React Router v7</a> | Declarative routing for React | <img src="https://img.shields.io/github/stars/remix-run/react-router?style=flat-square" alt="GitHub Repo stars" /> | |
| 47 | +| <a href="https://www.typescriptlang.org">TypeScript</a> | TypeScript is a typed superset of JavaScript | <img src="https://img.shields.io/github/stars/microsoft/TypeScript?style=flat-square" alt="GitHub Repo stars" /> | |
| 48 | +| <a href="https://zod.dev">ZOD</a> | TypeScript-first schema validation with static type inference | <img src="https://img.shields.io/github/stars/colinhacks/zod?style=flat-square" alt="GitHub Repo stars" /> | |
| 49 | +| <a href="https://vitejs.dev">Vite</a> | Next generation frontend tooling. It's fast! | <img src="https://img.shields.io/github/stars/vitejs/vite?style=flat-square" alt="GitHub Repo stars" /> | |
| 50 | +| <a href="https://zustand.docs.pmnd.rs/">Zustand</a> | State management for React | <img src="https://img.shields.io/github/stars/pmndrs/zustand?style=flat-square" alt="GitHub Repo stars" /> | |
51 | 51 |
|
52 | 52 | ## Features |
53 | 53 |
|
|
0 commit comments