* Update vite to v7 * Update vite to v7 (2) * Update vite to v7 (3) * Update vite to v7 (4) --------- Co-authored-by: cannorin <cannorin@users.noreply.github.com>
27 lines
542 B
JSON
27 lines
542 B
JSON
{
|
|
"name": "monorepo",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"check": "turbo run check",
|
|
"lint": "turbo run lint",
|
|
"fix": "turbo run fix",
|
|
"test": "turbo run test",
|
|
"gen:env": "bash scripts/generate_env_for_apps.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@tsconfig/strictest": "2.0.5",
|
|
"turbo": "2.4.4"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
},
|
|
"packageManager": "yarn@4.9.1",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
]
|
|
}
|