mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-09 06:55:07 +00:00
15 lines
248 B
JSON
15 lines
248 B
JSON
{
|
|
"name": "test-cli-pages",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "4.1.2"
|
|
}
|
|
}
|