mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 11:59:26 +00:00
16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"start": "turbo run start",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.57.0",
|
|
"prettier": "^3.3.3",
|
|
"turbo": "^1.13.4"
|
|
},
|
|
"packageManager": "pnpm@9.0.6"
|
|
}
|