Files
simple-react-app-kit/package.json
T
Maofeng 324d676599 chore: align workspace metadata for Simple React App Kit
- 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
2026-07-29 21:23:47 +08:00

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/*"
]
}