patch
This commit is contained in:
parent
81e2c273b1
commit
8d674cfc4d
3 changed files with 5529 additions and 36 deletions
|
|
@ -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
5556
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -5,6 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "vite dev --port 3000",
|
||||
"build": "vite build",
|
||||
"start": "node dist/server/server.js",
|
||||
"serve": "vite preview",
|
||||
"test": "vitest run",
|
||||
"lint": "eslint",
|
||||
|
|
@ -40,6 +41,7 @@
|
|||
"tailwind-merge": "^3.0.2",
|
||||
"tailwindcss": "^4.0.6",
|
||||
"tw-animate-css": "^1.3.6",
|
||||
"vinxi": "^0.5.8",
|
||||
"vite-tsconfig-paths": "^5.1.4",
|
||||
"zod": "^4.1.12"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue