This commit is contained in:
Kevin Sträßler 2025-12-06 21:05:56 +01:00
parent 81e2c273b1
commit 8d674cfc4d
3 changed files with 5529 additions and 36 deletions

View file

@ -1,7 +0,0 @@
# shadcn instructions
Use the latest version of Shadcn to install new components, like this command to add a button component:
```bash
pnpx shadcn@latest add button
```

5556
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,6 +5,7 @@
"scripts": { "scripts": {
"dev": "vite dev --port 3000", "dev": "vite dev --port 3000",
"build": "vite build", "build": "vite build",
"start": "node dist/server/server.js",
"serve": "vite preview", "serve": "vite preview",
"test": "vitest run", "test": "vitest run",
"lint": "eslint", "lint": "eslint",
@ -40,6 +41,7 @@
"tailwind-merge": "^3.0.2", "tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.6", "tailwindcss": "^4.0.6",
"tw-animate-css": "^1.3.6", "tw-animate-css": "^1.3.6",
"vinxi": "^0.5.8",
"vite-tsconfig-paths": "^5.1.4", "vite-tsconfig-paths": "^5.1.4",
"zod": "^4.1.12" "zod": "^4.1.12"
}, },