mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
* chore: update templates * ci(templates): validate generated starters * fix * fix(templates): support pnpm 9 workspace config * ci(templates): test supported pnpm version
25 lines
553 B
JSON
25 lines
553 B
JSON
{
|
|
"name": "next-monorepo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"lint": "turbo lint",
|
|
"format": "turbo format",
|
|
"typecheck": "turbo typecheck"
|
|
},
|
|
"devDependencies": {
|
|
"@workspace/eslint-config": "workspace:*",
|
|
"@workspace/typescript-config": "workspace:*",
|
|
"prettier": "^3.8.3",
|
|
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
"turbo": "^2.9.15",
|
|
"typescript": "^5"
|
|
},
|
|
"packageManager": "pnpm@10.33.4",
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|