mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-11 09:51:40 +00:00
* chore: update pnpm release age settings * fix: declare pnpm 10 tool dependencies * fix: align template pnpm versions
23 lines
459 B
JSON
23 lines
459 B
JSON
{
|
|
"name": "start-monorepo",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"lint": "turbo lint",
|
|
"format": "turbo format",
|
|
"typecheck": "turbo typecheck"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"turbo": "^2.8.17",
|
|
"typescript": "5.9.3"
|
|
},
|
|
"packageManager": "pnpm@10.33.4",
|
|
"engines": {
|
|
"node": ">=20"
|
|
}
|
|
}
|