Add scripts for shadcn/ui

pull/1/head
Elias Almqvist 1 year ago
parent 3c56a13a33
commit 4704a6c9fc
No known key found for this signature in database
GPG Key ID: E31A99CE3E75A158
  1. 3
      package.json

@ -7,7 +7,8 @@
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint", "lint": "next lint",
"format": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,json,mdx}\" --ignore-path .gitignore" "format": "prettier --write \"**/*.{js,cjs,mjs,ts,tsx,md,json,mdx}\" --ignore-path .gitignore",
"ui:add": "pnpm dlx shadcn-ui@latest add"
}, },
"dependencies": { "dependencies": {
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",

Loading…
Cancel
Save