[dwds] Deps cleanup (#2830)

After all the changes for the migration into the Dart SDK there was
some lingering cleanup to do in the pubspec.

* Removed unused dependencies on `shelf_packages_handler` and `shelf_static`.
* Removed unused dev_dependency on `args`.
* Moved `web` from dependencies to dev_dependencies.
* Removed dependency_override on `sse`.

This minimizes the diffs while we are still copying between github
and the Dart SDK to keep them in sync.

* rebuild with latest dev SDK
4 files changed
tree: 8a7d596335e1fa0ee4375824a1ef0eb46f022606
  1. .github/
  2. _analysis_config/
  3. debug_extension/
  4. dwds/
  5. dwds_test_common/
  6. example/
  7. frontend_server_client/
  8. tool/
  9. webdev/
  10. .gitattributes
  11. .gitignore
  12. AUTHORS
  13. CONTRIBUTING.md
  14. mono_repo.yaml
  15. README.md
README.md

Dart

Packages

PackageDescriptionVersion
dwdsA service that proxies between the Chrome debug protocol and the Dart VM service protocol.pub package
frontend_server_clientClient code to start and interact with the frontend_server compiler from the Dart SDK.pub package
webdevA CLI for Dart web development. Provides an easy and consistent set of features for users and tools to build and deploy web applications with Dart.pub package

Publishing automation

For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.