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:
|
2021-05-16 08:25:29 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2017-10-19 21:53:33 +00:00
|
|
|
dependencies:
|
2021-06-11 04:00:10 +00:00
|
|
|
angel3_auth: ^4.0.0
|
|
|
|
angel3_configuration: ^4.0.0
|
|
|
|
angel3_framework: ^4.0.0
|
|
|
|
angel3_jael: ^4.0.0
|
|
|
|
angel3_migration: ^4.0.0-beta.1
|
|
|
|
angel3_orm: ^4.0.0-beta.1
|
|
|
|
angel3_orm_postgres: ^3.0.0-beta.1
|
|
|
|
angel3_serialize: ^4.0.0
|
|
|
|
angel3_production: ^3.0.0
|
|
|
|
angel3_static: ^4.0.0
|
|
|
|
angel3_validate: ^4.0.0
|
2021-06-14 00:08:25 +00:00
|
|
|
angel3_pretty_logging: ^3.0.0
|
2021-05-16 08:25:29 +00:00
|
|
|
optional: ^6.0.0-nullsafety.2
|
2021-07-25 09:11:58 +00:00
|
|
|
logging: ^1.0.0
|
2021-03-08 16:17:42 +00:00
|
|
|
dev_dependencies:
|
2021-06-11 04:00:10 +00:00
|
|
|
angel3_hot: ^4.0.0
|
|
|
|
angel3_migration_runner: ^4.0.0-beta.1
|
|
|
|
angel3_orm_generator: ^4.0.0-beta.1
|
|
|
|
angel3_serialize_generator: ^4.0.0
|
|
|
|
angel3_test: ^4.0.0
|
|
|
|
build_runner: ^2.0.3
|
|
|
|
io: ^1.0.0
|
|
|
|
pedantic: ^1.11.0
|
|
|
|
test: ^1.17.7
|
2021-02-19 14:34:24 +00:00
|
|
|
|
|
|
|
|
|
|
|
|