platform/packages/hot/pubspec.yaml
2024-10-12 18:45:27 -07:00

41 lines
No EOL
1,017 B
YAML

name: protevus_hot
version: 8.3.0
description: Supports hot reloading/hot code push of Protevus servers on file changes.
homepage: https://protevus-framework.web.app/
repository: https://github.com/dart-backend/protevus/tree/master/packages/hot
environment:
sdk: '>=3.3.0 <4.0.0'
dependencies:
protevus_framework: ^8.2.0
protevus_websocket: ^8.1.0
belatuk_html_builder: ^5.1.0
charcode: ^1.3.0
glob: ^2.1.0
io: ^1.0.0
path: ^1.9.0
vm_service: ^14.0.0
watcher: ^1.0.0
logging: ^1.2.0
dev_dependencies:
http: ^1.0.0
lints: ^4.0.0
#dependency_overrides:
# protevus_container:
# path: ../container/angel_container
# protevus_framework:
# path: ../framework
# protevus_http_exception:
# path: ../http_exception
# protevus_model:
# path: ../model
# protevus_route:
# path: ../route
# protevus_mock_request:
# path: ../mock_request
# protevus_auth:
# path: ../auth
# protevus_client:
# path: ../client
# protevus_websocket:
# path: ../websocket