mnemo_cards/mnemo_cards_backend/pubspec.yaml
Dmitry 77b4ce91b5
Some checks are pending
Backend CI / test (push) Waiting to run
Backend CI / build (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
postgress
2025-12-13 16:27:05 +03:00

70 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.0.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.14.0
drift_postgres: ^1.1.0
postgres: ^3.0.4
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_gen: ^5.0.4
shelf: ^1.4.1
shelf_enforces_ssl: ^1.2.1
shelf_router: ^1.1.4
shelf_open_api: ^1.1.0
shelf_swagger_ui: ^1.0.0+2
shelf_static: ^1.1.2
shelf_cors_headers: ^0.1.5
json_serializable:
json_annotation: ^4.8.1
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.4.0
# Drift code generation
drift_dev: ^2.14.0
shelf_router_generator: ^1.1.0
shelf_open_api_generator:
injectable_generator:
archive: ^3.4.6
test: ^1.25.0
mockito: ^5.4.4