77 lines
2.1 KiB
YAML
77 lines
2.1 KiB
YAML
name: angel
|
|
description: An app that's going to be amazing pretty soon.
|
|
publish_to: none
|
|
environment:
|
|
sdk: '>=2.12.0 <3.0.0'
|
|
homepage: https://github.com/dukefirehawk/boilerplates
|
|
dependencies:
|
|
angel_auth:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/auth
|
|
angel_configuration:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/configuration
|
|
angel_framework:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/framework
|
|
angel_graphql:
|
|
git:
|
|
url: https://github.com/dukefirehawk/graphql_dart.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: angel_graphql
|
|
angel_jael:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/jael/angel_jael
|
|
angel_production:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/production
|
|
angel_static:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/static
|
|
angel_validate:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/validate
|
|
dev_dependencies:
|
|
angel_hot:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/hot
|
|
angel_serialize_generator:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/serialize/angel_serialize_generator
|
|
angel_test:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/test
|
|
pretty_logging:
|
|
git:
|
|
url: https://github.com/dukefirehawk/angel.git
|
|
ref: sdk-2.12.x_nnbd
|
|
path: packages/pretty_logging
|
|
graphql_generator:
|
|
git:
|
|
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
|