mnemo_cards/mnemo_cards_backend/pubspec.yaml
2025-11-16 14:25:27 +03:00

62 lines
No EOL
1.3 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+4
isar_version: &isar_version 3.1.0+1 # define the version to be used
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
image: ^4.1.7
# shared_preferences: ^2.2.2
async:
isar: *isar_version
# 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: ^3.0.7
yookassa_client: ^1.0.2
neat_periodic_task: ^2.0.1
dev_dependencies:
build_runner:
isar_generator: *isar_version
shelf_router_generator: ^1.1.0
shelf_open_api_generator:
injectable_generator:
archive: ^3.4.6
test: ^1.25.0
mockito: ^5.4.4