35 lines
700 B
JSON
35 lines
700 B
JSON
{
|
|
"name": "goitsa-landingpage",
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"catalog": {
|
|
"dotenv": "^17.2.2",
|
|
"zod": "^4.1.13",
|
|
"typescript": "^5"
|
|
}
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"check": "biome check --write .",
|
|
"dev": "turbo dev",
|
|
"build": "turbo build",
|
|
"check-types": "turbo check-types",
|
|
"dev:native": "turbo -F native dev",
|
|
"dev:web": "turbo -F web dev"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "catalog:",
|
|
"zod": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.6.3",
|
|
"@biomejs/biome": "^2.2.0",
|
|
"typescript": "catalog:"
|
|
},
|
|
"packageManager": "bun@1.2.22"
|
|
}
|