324d676599
- rename the root project and README branding to Simple React App Kit - synchronize the Bun lockfile with the UI, blocks, i18n, TanStack Start, and testing dependency graph - remove the retired workspace lint task and ignore generated Nitro output - add shared Zed Tailwind language-server settings for project class helpers
26 lines
487 B
JSON
26 lines
487 B
JSON
{
|
|
"name": "simple-react-app-kit",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"format": "turbo format",
|
|
"typecheck": "turbo typecheck"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.8.3",
|
|
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
"turbo": "^2.9.18",
|
|
"typescript": "~6"
|
|
},
|
|
"packageManager": "bun@1.3.5",
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
]
|
|
}
|