mnemo_cards/mnemo_cards_backend/pubspec.yaml

75 lines
1.5 KiB
YAML
Raw Normal View History

2025-11-16 11:25:27 +00:00
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
2025-12-13 13:27:05 +00:00
version: 1.0.0+5
2025-11-16 11:25:27 +00:00
environment:
2025-12-13 20:55:50 +00:00
sdk: '>=3.8.0 <4.0.0'
2025-11-16 11:25:27 +00:00
dependencies:
mnemo_cards_common:
path: ../mnemo_cards_common
mnemo_cards_common_backend:
path: ../mnemo_cards_common_backend
2025-12-13 13:27:05 +00:00
# PostgreSQL + Drift
2025-12-13 23:35:14 +00:00
drift: ^2.30.0
drift_postgres: ^1.3.1
postgres: ^3.5.9
2025-12-13 13:27:05 +00:00
2025-11-16 11:25:27 +00:00
image: ^4.1.7
2025-12-02 23:17:15 +00:00
http: ^1.1.0
2025-11-16 11:25:27 +00:00
# shared_preferences: ^2.2.2
async:
# path_provider: ^2.1.1
get_it: ^7.6.4
injectable: ^2.4.1
2025-12-13 20:55:50 +00:00
copy_with_extension: ^11.0.0
2025-11-16 11:25:27 +00:00
shelf: ^1.4.1
shelf_enforces_ssl: ^1.2.1
shelf_router: ^1.1.4
2025-12-13 20:55:50 +00:00
shelf_open_api: ^3.0.0
2025-11-16 11:25:27 +00:00
shelf_swagger_ui: ^1.0.0+2
shelf_static: ^1.1.2
shelf_cors_headers: ^0.1.5
2025-12-19 00:56:58 +00:00
shelf_multipart: ^2.0.1
2025-11-16 11:25:27 +00:00
2025-12-13 20:55:50 +00:00
json_annotation: ^4.9.0
2025-11-16 11:25:27 +00:00
dio: ^5.3.3
encrypt: ^5.0.3
basic_utils: ^5.7.0
crypto: ^3.0.3
googleapis: ^13.1.0
googleapis_auth:
2025-12-13 13:27:05 +00:00
uuid: ^4.5.2
2025-12-19 00:56:58 +00:00
minio: ^3.5.8
2025-11-16 11:25:27 +00:00
neat_periodic_task: ^2.0.1
2025-12-02 23:28:12 +00:00
jaguar_jwt: ^3.0.0
2025-11-16 11:25:27 +00:00
dev_dependencies:
2025-12-13 20:55:50 +00:00
build_runner: ^2.10.4
json_serializable: ^6.8.0
copy_with_extension_gen: ^11.0.0
2025-12-13 13:27:05 +00:00
# Drift code generation
2025-12-13 23:35:14 +00:00
drift_dev: ^2.30.0
2025-12-13 13:27:05 +00:00
2025-12-13 20:55:50 +00:00
shelf_router_generator: ^1.1.3
2025-11-16 11:25:27 +00:00
shelf_open_api_generator:
injectable_generator:
archive: ^3.4.6
test: ^1.25.0
2025-12-13 20:55:50 +00:00
mockito: ^5.4.4
dependency_overrides:
analyzer: ^8.4.1