protevus/pubspec.yaml

159 lines
4.3 KiB
YAML
Raw 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-03-15 05:25:51 +00:00
sdk: '>=2.15.0 <3.0.0'
2017-10-19 21:53:33 +00:00
dependencies:
2022-03-15 05:25:51 +00:00
angel3_auth: ^6.0.0
angel3_configuration: ^6.0.0
angel3_framework: ^6.0.0
angel3_jael: ^6.0.0
angel3_migration: ^6.0.0
angel3_orm: ^6.0.0
angel3_orm_postgres: ^6.0.0
angel3_serialize: ^6.0.0
angel3_production: ^6.0.0
angel3_static: ^6.0.0
angel3_validate: ^6.0.0
2021-09-25 10:45:23 +00:00
belatuk_pretty_logging: ^4.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-03-15 05:25:51 +00:00
angel3_hot: ^6.0.0
angel3_migration_runner: ^6.0.0
angel3_orm_generator: ^6.0.0
angel3_serialize_generator: ^6.0.0
angel3_test: ^6.0.0
2021-06-11 04:00:10 +00:00
build_runner: ^2.0.3
io: ^1.0.0
2021-09-25 10:45:23 +00:00
test: ^1.17.5
lints: ^1.0.0
2022-03-15 05:25:51 +00:00
dependency_overrides:
angel3_container:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/container/angel_container
angel3_framework:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/framework
angel3_http_exception:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/http_exception
angel3_model:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/model
angel3_route:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/route
angel3_mock_request:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/mock_request
angel3_auth:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/auth
angel3_client:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/client
angel3_websocket:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/websocket
angel3_validate:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/validate
angel3_configuration:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/configuration
angel3_test:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/test
jael3:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/jael/jael
angel3_jael:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/jael/angel_jael
jael3_preprocessor:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/jael/jael_preprocessor
angel3_serialize:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/serialize/angel_serialize
angel3_serialize_generator:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/serialize/angel_serialize_generator
angel3_hot:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/hot
angel3_static:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/static
angel3_production:
path: ../belatuk/packages/production
# git:
# url: https://github.com/dukefirehawk/angel.git
# ref: release/6.0.0
# path: packages/production
angel3_orm:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/orm/angel_orm
angel3_orm_generator:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/orm/angel_orm_generator
angel3_orm_postgres:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/orm/angel_orm_postgres
angel3_migration:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/orm/angel_migration
angel3_migration_runner:
git:
url: https://github.com/dukefirehawk/angel.git
ref: release/6.0.0
path: packages/orm/angel_migration_runner