41 lines
822 B
JSON
41 lines
822 B
JSON
{
|
|
"name": "probo",
|
|
"description": "Probo monorepo containing applications and shared packages",
|
|
"engines": {
|
|
"node": "v24.11.1",
|
|
"npm": "11.8.0"
|
|
},
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"check": "turbo run check",
|
|
"relay": "turbo run relay"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.5.3"
|
|
},
|
|
"graphql": {
|
|
"schema": "./pkg/server/api/console/v1/schema.graphql"
|
|
},
|
|
"overrides": {
|
|
"form-data": "^4.0.4",
|
|
"minimatch": "^9.0.9",
|
|
"@typescript-eslint/typescript-estree": {
|
|
"minimatch": "^9.0.9"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"packageManager": "npm@11.8.0",
|
|
"volta": {
|
|
"node": "24.4.0"
|
|
},
|
|
"dependencies": {
|
|
"react-dom": "^19.2.1"
|
|
}
|
|
}
|