platform/packages/client/pubspec.yaml

36 lines
853 B
YAML
Raw Normal View History

2016-06-24 00:25:11 +00:00
name: angel_client
2021-03-06 14:47:56 +00:00
version: 2.2.0
2019-01-06 02:10:21 +00:00
description: Support for querying Angel servers in the browser, Flutter, and command-line.
2016-06-24 00:25:11 +00:00
author: Tobe O <thosakwe@gmail.com>
homepage: https://github.com/angel-dart/angel_client
2016-12-10 14:45:22 +00:00
environment:
2021-03-06 14:47:56 +00:00
sdk: ">=2.10.0 <3.0.0"
2016-06-24 00:25:11 +00:00
dependencies:
2021-03-06 14:47:56 +00:00
angel_http_exception: ^1.3.0
2017-12-10 05:13:31 +00:00
collection: ^1.0.0
2019-01-06 02:08:31 +00:00
http: ^0.12.0
2021-03-05 07:51:48 +00:00
json_god: ^2.0.0-beta
#dart_json_mapper: ^1.7.0
2019-01-06 02:11:06 +00:00
meta: ^1.0.0
2019-01-06 02:08:31 +00:00
path: ^1.0.0
2016-06-24 00:25:11 +00:00
dev_dependencies:
2021-03-06 14:47:56 +00:00
angel_framework: ^2.3.0
angel_model: ^1.3.0
2019-01-06 02:11:06 +00:00
async: ^2.0.0
2019-01-06 02:08:31 +00:00
build_runner: ^1.0.0
2021-02-14 05:22:25 +00:00
build_web_compilers: ^2.12.2
2017-09-24 04:12:53 +00:00
mock_request: ^1.0.0
2019-01-06 02:08:31 +00:00
pedantic: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7
2021-03-06 14:47:56 +00:00
dependency_overrides:
angel_framework:
path: ../framework
angel_http_exception:
path: ../http_exception
angel_container:
path: ../container/angel_container
angel_model:
path: ../model
angel_route:
path: ../route