28 lines
613 B
YAML
28 lines
613 B
YAML
|
|
name: mnemo_cards_common_backend
|
||
|
|
description: A starting point for Dart libraries or applications.
|
||
|
|
version: 1.0.0
|
||
|
|
publish_to: none
|
||
|
|
# repository: https://github.com/my_org/my_repo
|
||
|
|
|
||
|
|
|
||
|
|
isar_version: &isar_version 3.1.0+1 # define the version to be used
|
||
|
|
environment:
|
||
|
|
sdk: '>=3.0.0 <4.0.0'
|
||
|
|
|
||
|
|
# Add regular dependencies here.
|
||
|
|
dependencies:
|
||
|
|
# path: ^1.8.0
|
||
|
|
copy_with_extension_gen: ^5.0.4
|
||
|
|
isar: *isar_version
|
||
|
|
json_serializable:
|
||
|
|
json_annotation: ^4.8.1
|
||
|
|
|
||
|
|
mnemo_cards_common:
|
||
|
|
path:
|
||
|
|
../mnemo_cards_common
|
||
|
|
|
||
|
|
dev_dependencies:
|
||
|
|
lints: ^3.0.0
|
||
|
|
test: ^1.24.0
|
||
|
|
build_runner:
|
||
|
|
isar_generator: *isar_version
|