c09aa26ffc
Drops Watson.Lite (the HTTP server) and Newtonsoft.Json (only used by the webinterface JSON wire format) from the package references and removes websiteBuild.zip plus the UnzipBuild target that extracted it into the build output. The commented-out NodeJS compile blocks for the Svelte frontend go with them. DbViewer used to ship a CreateTempJsonFile button that exported the database in the webinterface message-protocol shape (MessageResponse, MessageTemplate, WebPayloadType). With no client able to consume that shape any more the button, the method and the two helper methods are removed. The Privacy tab's MessageExporter already covers Markdown, JSON and CSV exports with channel and date filters and is the supported way to get history out of the plugin. Build verified clean (Release, 0 warnings, 0 errors). The lockfile shrinks accordingly.