42 lines
No EOL
1.1 KiB
YAML
42 lines
No EOL
1.1 KiB
YAML
name: protevus_client
|
|
version: 8.2.0
|
|
description: A browser, mobile and command line based client that supports querying Protevus servers
|
|
homepage: https://protevus-framework.web.app/
|
|
repository: https://github.com/dart-backend/protevus/tree/master/packages/client
|
|
environment:
|
|
sdk: '>=3.3.0 <4.0.0'
|
|
dependencies:
|
|
protevus_http_exception: ^8.0.0
|
|
belatuk_json_serializer: ^7.0.0
|
|
collection: ^1.17.0
|
|
http: ^1.0.0
|
|
meta: ^1.9.0
|
|
path: ^1.8.0
|
|
logging: ^1.1.0
|
|
dev_dependencies:
|
|
protevus_framework: ^8.0.0
|
|
protevus_model: ^8.0.0
|
|
protevus_mock_request: ^8.0.0
|
|
protevus_container: ^8.0.0
|
|
protevus_auth: ^8.0.0
|
|
async: ^2.11.0
|
|
quiver: ^3.2.0
|
|
build_runner: ^2.4.0
|
|
build_web_compilers: ^4.0.0
|
|
test: ^1.24.0
|
|
lints: ^4.0.0
|
|
# dependency_overrides:
|
|
# protevus_container:
|
|
# path: ../container/angel_container
|
|
# protevus_framework:
|
|
# path: ../framework
|
|
# protevus_http_exception:
|
|
# path: ../http_exception
|
|
# protevus_model:
|
|
# path: ../model
|
|
# protevus_route:
|
|
# path: ../route
|
|
# protevus_mock_request:
|
|
# path: ../mock_request
|
|
# protevus_auth:
|
|
# path: ../auth |