create-sks-admin 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -181,7 +181,7 @@ try {
|
|
|
181
181
|
log.info('Installing Shadcn UI components...')
|
|
182
182
|
execSync('npx shadcn@latest init -d', { stdio: 'inherit' })
|
|
183
183
|
execSync(
|
|
184
|
-
'npx shadcn@latest add button input label card form
|
|
184
|
+
'npx shadcn@latest add button input label card form sonner dialog dropdown-menu avatar badge table tabs separator alert alert-dialog checkbox select textarea switch skeleton sheet sidebar tooltip',
|
|
185
185
|
{ stdio: 'inherit' }
|
|
186
186
|
)
|
|
187
187
|
log.success('Shadcn components installed')
|