fix(deps): add @types/react to plugin-signatures for Docker build (#115)
Turbopack's transpilePackages still type-checks plugin source during
the Next.js build. In Docker's pnpm strict isolation, @types/react
from barazo-web isn't accessible to the plugin package. Adding as
devDependencies ensures React types are installed for plugin-signatures.
Fixes Docker build failure: "Could not find a declaration file for
module 'react'"
authored by