platform/packages/hot/pubspec.yaml

21 lines
498 B
YAML
Raw Normal View History

2021-05-15 13:17:18 +00:00
name: angel3_hot
2018-11-02 20:28:45 +00:00
description: Supports hot reloading/hot code push of Angel servers on file changes.
2021-06-14 04:07:28 +00:00
version: 4.1.0
2021-05-15 13:17:18 +00:00
homepage: https://github.com/dukefirehawk/angel/tree/angel3/packages/hot
2017-06-06 12:07:59 +00:00
environment:
2021-05-01 02:57:26 +00:00
sdk: '>=2.12.0 <3.0.0'
2017-06-06 12:07:59 +00:00
dependencies:
2021-05-15 13:17:18 +00:00
angel3_framework: ^4.0.0
angel3_websocket: ^4.0.0
angel3_html_builder: ^2.0.0
2021-05-01 02:57:26 +00:00
charcode: ^1.2.0
glob: ^2.0.1
io: ^1.0.0
path: ^1.8.0
2021-06-14 04:07:28 +00:00
vm_service: ^7.1.0
2021-03-08 13:11:46 +00:00
watcher: ^1.0.0
2017-06-06 12:07:59 +00:00
dev_dependencies:
2021-05-01 02:57:26 +00:00
http: ^0.13.2
logging: ^1.0.1
pedantic: ^1.11.0