Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (push) Blocked by required conditions
Deploy Admin Panel / Deploy Admin Panel (push) Waiting to run
Deploy Admin Panel / Admin Panel Verification (push) Blocked by required conditions
Deploy Mnemo Cards / Deploy Backend (push) Waiting to run
Deploy Mnemo Cards / Deploy Web App (push) Blocked by required conditions
Deploy Mnemo Cards / Final Verification (push) Blocked by required conditions
74 lines
No EOL
1.4 KiB
YAML
74 lines
No EOL
1.4 KiB
YAML
name: mnemo_cards_backend
|
|
description: Mnemo backend
|
|
# The following line prevents the package from being accidentally published to
|
|
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
|
|
|
version: 1.0.0+5
|
|
|
|
environment:
|
|
sdk: '>=3.8.0 <4.0.0'
|
|
|
|
|
|
dependencies:
|
|
|
|
mnemo_cards_common:
|
|
path: ../mnemo_cards_common
|
|
|
|
mnemo_cards_common_backend:
|
|
path: ../mnemo_cards_common_backend
|
|
|
|
# PostgreSQL + Drift
|
|
drift: ^2.30.0
|
|
drift_postgres: ^1.3.1
|
|
postgres: ^3.5.9
|
|
|
|
image: ^4.1.7
|
|
http: ^1.1.0
|
|
|
|
# shared_preferences: ^2.2.2
|
|
async:
|
|
# path_provider: ^2.1.1
|
|
get_it: ^7.6.4
|
|
injectable: ^2.4.1
|
|
copy_with_extension: ^11.0.0
|
|
|
|
shelf: ^1.4.1
|
|
shelf_enforces_ssl: ^1.2.1
|
|
shelf_router: ^1.1.4
|
|
shelf_open_api: ^3.0.0
|
|
shelf_swagger_ui: ^1.0.0+2
|
|
shelf_static: ^1.1.2
|
|
shelf_cors_headers: ^0.1.5
|
|
|
|
json_annotation: ^4.9.0
|
|
dio: ^5.3.3
|
|
encrypt: ^5.0.3
|
|
basic_utils: ^5.7.0
|
|
crypto: ^3.0.3
|
|
googleapis: ^13.1.0
|
|
googleapis_auth:
|
|
uuid: ^4.5.2
|
|
|
|
yookassa_client: ^1.0.2
|
|
neat_periodic_task: ^2.0.1
|
|
jaguar_jwt: ^3.0.0
|
|
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.10.4
|
|
json_serializable: ^6.8.0
|
|
copy_with_extension_gen: ^11.0.0
|
|
|
|
# Drift code generation
|
|
drift_dev: ^2.30.0
|
|
|
|
shelf_router_generator: ^1.1.3
|
|
shelf_open_api_generator:
|
|
injectable_generator:
|
|
archive: ^3.4.6
|
|
test: ^1.25.0
|
|
mockito: ^5.4.4
|
|
|
|
dependency_overrides:
|
|
analyzer: ^8.4.1 |