platform/packages/graphql/graphql_server/pubspec.yaml

26 lines
725 B
YAML
Raw Normal View History

2018-08-02 13:25:41 +00:00
name: graphql_server
2019-08-14 14:51:11 +00:00
version: 1.1.0
2018-10-23 16:10:34 +00:00
author: Tobe O <thosakwe@gmail.com>
description: Base package for implementing GraphQL servers. You might prefer `package:angel_graphql`, the fastest way to implement GraphQL backends in Dart.
homepage: https://github.com/angel-dart/graphql
environment:
2021-02-14 05:22:25 +00:00
sdk: ">=2.10.0 <2.12.0"
2018-08-02 13:25:41 +00:00
dependencies:
2021-02-14 05:22:25 +00:00
angel_serialize: #^2.0.0
path: ../../serialize/angel_serialize
2018-08-04 19:18:53 +00:00
collection: ^1.0.0
2021-02-14 05:22:25 +00:00
graphql_schema: #^1.0.0
path: ../graphql_schema
graphql_parser: #^1.0.0
path: ../graphql_parser
2018-08-04 19:18:53 +00:00
meta: ^1.0.0
2018-08-11 17:43:31 +00:00
recase: ^2.0.0
2019-04-18 02:02:27 +00:00
stream_channel: ^2.0.0
2018-08-02 17:19:30 +00:00
tuple: ^1.0.0
2018-08-02 15:17:14 +00:00
dev_dependencies:
2019-04-24 17:06:14 +00:00
pedantic: ^1.0.0
2021-02-14 05:22:25 +00:00
test: ^1.15.7
#dependency_overrides:
# graphql_parser:
# path: ../graphql_parser