mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.51.0",
|
|
"prettier": "^3.0.3",
|
|
"turbo": "^1.10.15"
|
|
},
|
|
"packageManager": "pnpm@8.6.10"
|
|
}
|