2021-05-16 10:37:27 +00:00
|
|
|
name: myapp
|
2021-05-01 04:07:15 +00:00
|
|
|
version: 4.0.0
|
2018-11-14 07:18:56 +00:00
|
|
|
description: An app that's going to be amazing pretty soon.
|
2017-06-10 15:24:36 +00:00
|
|
|
publish_to: none # Ensure we don't accidentally publish our private code! ;)
|
2021-05-16 10:37:27 +00:00
|
|
|
homepage: https://github.com/dukefirehawk/angel
|
2016-12-21 20:34:04 +00:00
|
|
|
environment:
|
2021-05-01 04:07:15 +00:00
|
|
|
sdk: '>=2.12.0 <3.0.0'
|
2017-10-19 21:53:33 +00:00
|
|
|
dependencies:
|
2021-05-16 10:37:27 +00:00
|
|
|
angel3_auth: ^4.0.0
|
|
|
|
angel3_configuration: ^4.0.0
|
|
|
|
angel3_framework: ^4.0.0
|
|
|
|
angel3_jael: ^4.0.0
|
|
|
|
angel3_production: ^3.0.0
|
|
|
|
angel3_static: ^4.0.0
|
|
|
|
angel3_validate: ^4.0.0
|
|
|
|
angel3_pretty_logging: ^3.0.0
|
2021-03-07 13:34:59 +00:00
|
|
|
dev_dependencies:
|
2021-05-16 10:37:27 +00:00
|
|
|
angel3_hot: ^4.0.0
|
|
|
|
angel3_test: ^4.0.0
|
2021-05-01 04:07:15 +00:00
|
|
|
io: ^1.0.0 # For pretty printing.
|
2021-03-08 13:38:13 +00:00
|
|
|
pedantic: ^1.11.0 # Enforces Dart style conventions.
|
2021-05-01 04:07:15 +00:00
|
|
|
test: ^1.17.3 # For unit testing.
|
2021-02-18 13:30:50 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|