Skip to content

Commit db76632

Browse files
committed
test
1 parent 4776e1c commit db76632

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737

3838
## Other dependencies
3939

40-
| Technology | Description | Stars |
41-
| ------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
42-
| <a href="https://better-auth.com">Better Auth</a> | Authentication library for Node.js | [![GitHub Repo stars](https://img.shields.io/github/stars/better-auth/better-auth?style=flat-square)](https://github.com/better-auth/better-auth) |
43-
| <a href="https://lucide.dev">Lucide Icons</a> | Beautifully simple & consistent icons | [![GitHub Repo stars](https://img.shields.io/github/stars/lucide-icons/lucide?style=flat-square)](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 | [![GitHub Repo stars](https://img.shields.io/github/stars/npm/cli?style=flat-square)](https://github.com/npm/cli) |
45-
| <a href="https://playwright.dev">Playwright</a> | Test your web apps headlessly with a single API | [![GitHub Repo stars](https://img.shields.io/github/stars/microsoft/playwright?style=flat-square)](https://github.com/microsoft/playwright) |
46-
| <a href="https://reactrouter.com">React Router v7</a> | Declarative routing for React | [![GitHub Repo stars](https://img.shields.io/github/stars/remix-run/react-router?style=flat-square)](https://github.com/remix-run/react-router) |
47-
| <a href="https://www.typescriptlang.org">TypeScript</a> | TypeScript is a typed superset of JavaScript | [![GitHub Repo stars](https://img.shields.io/github/stars/microsoft/TypeScript?style=flat-square)](https://github.com/microsoft/TypeScript) |
48-
| <a href="https://zod.dev">ZOD</a> | TypeScript-first schema validation with static type inference | [![GitHub Repo stars](https://img.shields.io/github/stars/colinhacks/zod?style=flat-square)](https://github.com/colinhacks/zod) |
49-
| <a href="https://vitejs.dev">Vite</a> | Next generation frontend tooling. It's fast! | [![GitHub Repo stars](https://img.shields.io/github/stars/vitejs/vite?style=flat-square)](https://github.com/vitejs/vite) |
50-
| <a href="https://zustand.docs.pmnd.rs/">Zustand</a> | State management for React | [![GitHub Repo stars](https://img.shields.io/github/stars/pmndrs/zustand?style=flat-square)](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" /> |
5151

5252
## Features
5353

0 commit comments

Comments
 (0)