protevus/pubspec.yaml

78 lines
2.1 KiB
YAML
Raw Normal View History

2016-12-21 20:34:04 +00:00
name: angel
2018-11-14 07:18:56 +00:00
description: An app that's going to be amazing pretty soon.
2021-06-14 01:28:20 +00:00
publish_to: none
2016-12-21 20:34:04 +00:00
environment:
2021-06-14 01:28:20 +00:00
sdk: '>=2.12.0 <3.0.0'
homepage: https://github.com/dukefirehawk/boilerplates
2017-10-19 21:53:33 +00:00
dependencies:
2021-03-07 12:59:21 +00:00
angel_auth:
git:
url: https://github.com/dukefirehawk/angel.git
2021-06-14 01:28:20 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:59:21 +00:00
path: packages/auth
angel_configuration:
git:
url: https://github.com/dukefirehawk/angel.git
2021-06-14 01:28:20 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:59:21 +00:00
path: packages/configuration
angel_framework:
git:
url: https://github.com/dukefirehawk/angel.git
2021-06-14 01:28:20 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:59:21 +00:00
path: packages/framework
2021-06-14 01:28:20 +00:00
angel_graphql:
git:
url: https://github.com/dukefirehawk/graphql_dart.git
ref: sdk-2.12.x_nnbd
path: angel_graphql
2021-03-07 12:59:21 +00:00
angel_jael:
git:
url: https://github.com/dukefirehawk/angel.git
2021-06-14 01:28:20 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:59:21 +00:00
path: packages/jael/angel_jael
angel_production:
git:
url: https://github.com/dukefirehawk/angel.git
2021-06-14 01:28:20 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:59:21 +00:00
path: packages/production
angel_static:
git:
url: https://github.com/dukefirehawk/angel.git
2021-06-14 01:28:20 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:59:21 +00:00
path: packages/static
angel_validate:
git:
url: https://github.com/dukefirehawk/angel.git
2021-06-14 01:28:20 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:59:21 +00:00
path: packages/validate
2021-06-14 01:28:20 +00:00
dev_dependencies:
2021-03-07 12:59:21 +00:00
angel_hot:
git:
url: https://github.com/dukefirehawk/angel.git
2021-06-14 01:28:20 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:59:21 +00:00
path: packages/hot
2021-06-14 01:28:20 +00:00
angel_serialize_generator:
2021-03-07 12:59:21 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-06-14 01:28:20 +00:00
ref: sdk-2.12.x_nnbd
path: packages/serialize/angel_serialize_generator
angel_test:
2021-03-07 12:59:21 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-06-14 01:28:20 +00:00
ref: sdk-2.12.x_nnbd
path: packages/test
pretty_logging:
2021-03-07 12:59:21 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-06-14 01:28:20 +00:00
ref: sdk-2.12.x_nnbd
path: packages/pretty_logging
2021-03-07 12:59:21 +00:00
graphql_generator:
git:
2021-06-14 01:28:20 +00:00
url: https://github.com/dukefirehawk/graphql_dart.git
ref: sdk-2.12.x_nnbd
path: graphql_generator
build_runner: ^2.0.4
io: ^1.0.0
pedantic: ^1.11.0
test: ^1.17.7