protevus/pubspec.yaml

32 lines
743 B
YAML
Raw Permalink Normal View History

2021-06-14 00:08:25 +00:00
name: angel
2021-06-11 04:00:10 +00:00
version: 1.0.0
2021-07-17 04:52:48 +00:00
description: An ORM starter application for Angel3 framework
2021-06-11 04:00:10 +00:00
publish_to: none
2016-12-21 20:34:04 +00:00
environment:
2022-08-30 16:10:33 +00:00
sdk: '>=2.17.0 <3.0.0'
2017-10-19 21:53:33 +00:00
dependencies:
2022-08-30 16:10:33 +00:00
angel3_auth: ^7.0.0
angel3_configuration: ^7.0.0
angel3_framework: ^7.0.0
angel3_jael: ^7.0.0
angel3_migration: ^7.0.0
angel3_orm: ^7.0.0
angel3_orm_postgres: ^7.0.0
angel3_serialize: ^7.0.0
angel3_production: ^7.0.0
angel3_static: ^7.0.0
angel3_validate: ^7.0.0
belatuk_pretty_logging: ^5.0.0
2021-08-19 00:20:07 +00:00
optional: ^6.0.0
2021-07-25 09:11:58 +00:00
logging: ^1.0.0
2021-03-08 16:17:42 +00:00
dev_dependencies:
2022-08-30 16:10:33 +00:00
angel3_hot: ^7.0.0
angel3_migration_runner: ^7.0.0
angel3_orm_generator: ^7.0.0
angel3_serialize_generator: ^7.0.0
angel3_test: ^7.0.0
2021-06-11 04:00:10 +00:00
build_runner: ^2.0.3
io: ^1.0.0
2022-04-26 00:02:17 +00:00
test: ^1.21.0
2022-08-30 16:10:33 +00:00
lints: ^2.0.0