platform/packages/client/pubspec.yaml

51 lines
1.3 KiB
YAML
Raw Normal View History

2016-06-24 00:25:11 +00:00
name: angel_client
2021-03-07 13:22:28 +00:00
version: 3.0.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:
2021-03-07 13:22:28 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/framework
2021-03-06 14:47:56 +00:00
angel_http_exception:
2021-03-07 13:22:28 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/http_exception
2021-03-06 14:47:56 +00:00
angel_container:
2021-03-07 13:22:28 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/container/angel_container
2021-03-06 14:47:56 +00:00
angel_model:
2021-03-07 13:22:28 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/model
2021-03-06 14:47:56 +00:00
angel_route:
2021-03-07 13:22:28 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
ref: sdk-2.12.x
path: packages/route