Files
shadcn-ui/packages/shadcn/test/fixtures/frameworks/next-pages/package.json
shadcn 8f6a64f176 (1/n) shadcn: add tailwind version detection (#6478)
* feat(shadcn): add tailwind version detection

* chore: changeset
2025-01-30 11:49:09 +04:00

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"
}
}