platform/angel_graphql/pubspec.yaml

21 lines
590 B
YAML
Raw Normal View History

2018-08-02 17:02:00 +00:00
name: angel_graphql
2019-04-24 17:56:11 +00:00
version: 1.0.0
2018-11-01 21:27:36 +00:00
description: The fastest + easiest way to get a GraphQL backend in Dart, using Angel.
homepage: https://github.com/angel-dart/graphql
author: Tobe O <thosakwe@gmail.com>
environment:
2018-11-01 21:27:36 +00:00
sdk: ">=2.0.0-dev <3.0.0"
2018-08-02 17:02:00 +00:00
dependencies:
2019-04-18 00:52:26 +00:00
angel_file_service: ^2.0.0
2018-10-23 16:02:53 +00:00
angel_framework: ^2.0.0-alpha
angel_websocket: ^2.0.0
2018-11-01 21:27:36 +00:00
angel_validate: ^2.0.0-alpha
graphql_parser: ^1.0.0
graphql_schema: ^1.0.0
graphql_server: ^1.0.0-beta
2018-11-02 00:31:46 +00:00
http_parser: ^3.0.0
2019-04-18 02:02:27 +00:00
web_socket_channel: ^1.0.0
2018-08-02 17:19:30 +00:00
dev_dependencies:
2018-11-02 00:31:46 +00:00
angel_serialize: ^2.0.0
logging: ^0.11.0
2019-04-24 17:56:11 +00:00
pedantic: ^1.0.0