mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-24 21:25:55 +00:00
* feat(cli): add zero-config support for Next.js * chore: add changeset * feat(cli): add preflight
12 lines
200 B
JSON
12 lines
200 B
JSON
{
|
|
"name": "test-cli-next-app-src",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
}
|
|
}
|