protevus/pubspec.yaml

97 lines
2.7 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.
publish_to: none # Ensure we don't accidentally publish our private code! ;)
2016-12-21 20:34:04 +00:00
environment:
2021-05-16 08:25:29 +00:00
sdk: '>=2.12.0 <3.0.0'
homepage: https://github.com/dukefirehawk/angel
2017-10-19 21:53:33 +00:00
dependencies:
2021-02-19 14:34:24 +00:00
angel_auth:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:52:36 +00:00
path: packages/auth
2021-02-19 14:34:24 +00:00
angel_configuration:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:52:36 +00:00
path: packages/configuration
2021-02-19 14:34:24 +00:00
angel_framework:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:52:36 +00:00
path: packages/framework
2021-02-19 14:34:24 +00:00
angel_jael:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:52:36 +00:00
path: packages/jael/angel_jael
2021-03-08 16:17:42 +00:00
angel_migration:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 16:17:42 +00:00
path: packages/orm/angel_migration
angel_orm:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 16:17:42 +00:00
path: packages/orm/angel_orm
angel_orm_postgres:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 16:17:42 +00:00
path: packages/orm/angel_orm_postgres
angel_serialize:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 16:17:42 +00:00
path: packages/serialize/angel_serialize
angel_production:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 16:17:42 +00:00
path: packages/production
angel_static:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 16:17:42 +00:00
path: packages/static
angel_validate:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 16:17:42 +00:00
path: packages/validate
2021-05-16 08:25:29 +00:00
optional: ^6.0.0-nullsafety.2
2021-03-08 16:17:42 +00:00
dev_dependencies:
angel_hot:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 16:17:42 +00:00
path: packages/hot
2021-02-19 14:34:24 +00:00
angel_migration_runner:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:52:36 +00:00
path: packages/orm/angel_migration_runner
2021-02-19 14:34:24 +00:00
angel_orm_generator:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:52:36 +00:00
path: packages/orm/angel_orm_generator
2021-02-19 14:34:24 +00:00
angel_serialize_generator:
2021-03-07 12:52:36 +00:00
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-07 12:52:36 +00:00
path: packages/serialize/angel_serialize_generator
2021-03-08 16:17:42 +00:00
angel_test:
git:
url: https://github.com/dukefirehawk/angel.git
2021-05-16 08:25:29 +00:00
ref: sdk-2.12.x_nnbd
2021-03-08 16:17:42 +00:00
path: packages/test
2021-05-16 08:25:29 +00:00
build_runner: ^2.0.3 # Runs builds
io: ^1.0.0 # For pretty printing.
pedantic: ^1.11.0 # Enforces Dart style conventions.
test: ^1.17.4 # For unit testing.
2021-02-19 14:34:24 +00:00