Files
shadcn-ui/packages/shadcn/test/fixtures/frameworks/next-app-src/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
243 B
JSON

{
"name": "next-app-src",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"tailwindcss": "3.1.2"
}
}