{
"name": "adk-ui-workspace",
"private": true,
"workspaces": [
"packages/*",
"examples/ui_react_client"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"test": "npm run test --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present"
},
"devDependencies": {
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
}